Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign host healthcheck display mode #1722

Merged
merged 6 commits into from
Sep 30, 2024

Conversation

gzpcho
Copy link
Contributor

@gzpcho gzpcho commented Sep 27, 2024

A demo can be found here. In the demo, the states are unsorted, but in a live environment the states will be sorted and the view will be more organized & cohesive. The demo is only to show visual examples of many possible states.

https://jira.pinadmin.com/browse/CDP-8108

@github-actions github-actions bot added the deploy-board Includes changes to deploy-board label Sep 27, 2024
@gzpcho gzpcho marked this pull request as ready for review September 27, 2024 18:52
@gzpcho gzpcho requested a review from a team as a code owner September 27, 2024 18:52
elif state == "DELETE":
return "Agent is removed from the current environment"
elif state == "UNREACHABLE":
return "Agent is unreachable after not responding to ping from teletraan server"
Copy link
Contributor

@knguyen100000010 knguyen100000010 Sep 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agent has not pinged Teletraan control plane for X minutes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't want to explicitly include the timeout duration to become UNREACHABLE as this is set by the backend. How about:

Agent is unreachable after not pinging Teletraan control plane within the threshold

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's better.

@gzpcho gzpcho merged commit 9510909 into master Sep 30, 2024
6 checks passed
@gzpcho gzpcho deleted the iroquebert/improve-healthcheck-display branch September 30, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-board Includes changes to deploy-board
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants