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

updated lfm discovery state enums and trigger msg #957

Open
wants to merge 2 commits into
base: jcloud
Choose a base branch
from

Conversation

nchiru
Copy link

@nchiru nchiru commented Jul 31, 2024

enumerate "Send Local Remote Ok" as 3;
enumerate "Fault" as -1;
enumerate "Active Send Local" as 3;
enumerate "Passive Wait" as 4;
Copy link
Collaborator

@gaddevijay gaddevijay Jul 31, 2024

Choose a reason for hiding this comment

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

Do not change enums for already present states

Copy link
Collaborator

Choose a reason for hiding this comment

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

Also can you confirm that state anything > 1 is a good state?

@@ -67,15 +85,15 @@ healthbot {
then {
status {
color green;
message "$lfm-interface-name LFM discovery-state: $lfm-discovery-state; lfm-status: $lfm-status; lfm-peer-address: $lfm-peer-address";
message "$lfm-interface-name LFM discovery-state: $lfm-discovery-state; lfm-status: $lfm-status";
Copy link
Collaborator

Choose a reason for hiding this comment

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

If peer address is not used anywhere can we remove the field? Please confirm with Venakt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants