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

Livesynthesis with negative values ... #444

Open
mohierf opened this issue Oct 24, 2017 · 2 comments
Open

Livesynthesis with negative values ... #444

mohierf opened this issue Oct 24, 2017 · 2 comments
Labels

Comments

@mohierf
Copy link
Collaborator

mohierf commented Oct 24, 2017

I had two hosts in my backend (one UP and the second DOWN) and I deleted those hosts.

After deletion, the livesynthesis is now containing negative values ... see hereunder:

  • "hosts_down_hard" : -1
  • "hosts_up_hard" : 1

It looks like only the DOWN HARD hosts got decremented on host deletion ...

{ "_id" : ObjectId("59e9fe27e8a50764857508d6"), "services_acknowledged" : 0, "services_unreachable_soft" : 0, "hosts_up_soft" : 0, "services_warning_hard" : 0, "services_flapping" : 0, "_realm" : ObjectId("59e9fdf7e8a50763fa92e2e8"), "hosts_down_soft" : 0, "services_warning_soft" : 0, "hosts_acknowledged" : 0, "hosts_down_hard" : -1, "hosts_flapping" : 0, "services_total" : 0, "hosts_in_downtime" : 0, "hosts_business_impact" : 0, "services_unreachable_hard" : 0, "services_ok_hard" : 0, "hosts_unreachable_hard" : 0, "services_critical_soft" : 0, "services_business_impact" : 0, "hosts_unreachable_soft" : 0, "services_critical_hard" : 0, "hosts_up_hard" : 1, "hosts_total" : 0, "services_unknown_soft" : 0, "services_ok_soft" : 0, "services_unknown_hard" : 0, "services_in_downtime" : 0 }
@mohierf mohierf added the bug label Oct 24, 2017
@algorys
Copy link
Contributor

algorys commented Oct 24, 2017

Maybe link to #437 ?

@mohierf
Copy link
Collaborator Author

mohierf commented Oct 25, 2017

Sure @algorys ... I did not remember #437 😉

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

No branches or pull requests

2 participants