-
Notifications
You must be signed in to change notification settings - Fork 584
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
[dev.icinga.com #11135] Removed checks no longer in config persisting in UI #3925
Comments
Updated by vsakhart on 2016-02-11 00:10:53 +00:00 From perusing the code, I'm guessing it has to do with the database query being performed to populate the page including unnecessary results by defaulting service state to 99 for the pending checks. I forgot to mention but I'm using version 9.4 of PostgreSQL. In the mean time I've created another database and hooked it up to my cluster and all the bad services are gone. I've kept the old database for debugging purposes if necessary, but I'd like to not clean the database every time this happens. Vitaliy |
Updated by jmeyer on 2016-02-11 08:52:52 +00:00
Hi Vitaliy, I'll move this to the Icinga 2 project as it seems to be an issue with Icinga 2 writing to the IDO. We've had an issue with inactive objects in the past, you may facing this now, but it's more likely that you get a proper solution over there. :) Best, |
Updated by mfriedrich on 2016-02-22 19:20:28 +00:00
Please add the following information:
|
Updated by mfriedrich on 2016-03-24 10:37:18 +00:00
|
Updated by mfriedrich on 2016-04-14 09:57:59 +00:00 Most likely the same issue: https://monitoring-portal.org/index.php?thread/35789-i-am-unable-to-acknowlege-clear-unknown-service-in-the-icinga-web/ |
Updated by mfriedrich on 2016-08-08 15:41:09 +00:00
No feedback received. The forum thread seems solved as well. |
Hi, what is the progress on this issue? It happens for us as well. If we try to click "Check now" it fails with 404:
|
Please don't bump 3 year old closed issues, join the community forums first with your question: https://community.icinga.com |
Thanks, I made a new topic https://community.icinga.com/t/icinga-web-shows-checks-which-are-deleted-from-icinga-backend-api/1231 |
Most likely related to #6012 which is still open. |
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11135
Created by vsakhart on 2016-02-10 22:09:00 +00:00
Assignee: (none)
Status: Rejected (closed on 2016-08-08 15:41:09 +00:00)
Target Version: (none)
Last Update: 2016-08-08 15:41:09 +00:00 (in Redmine)
Hello,
Recently, we updated several of our service checks in the config and renamed some of the checks. After that happened we noticed that a lot of our old checks continued to be seen in the UI and stuck in a warning or pending state despite no longer being in the config any more.
For some of the checks we renamed, the old checks remain in the UI and are stuck in the pending state. If I try to acknowledge this check and click on the check when the service is critical, the option is not available in the UI. I can only set downtime because the UI will only direct me to the old, non functional check that is stuck in pending.
Note: I am not having any of these issue with the classic-ui, as the classic-ui does not show any old checks as pending/warning as seen in the screenshots below
The Icinga cluster has 2 nodes, each running icinga2 and icingaweb2 in a high availability set up. The icinga2 web version is 2.1.2 and icinga2 version is 2.4.1.
Attachments
Relations:
The text was updated successfully, but these errors were encountered: