Search found 4 matches
- Tue Apr 08, 2014 12:22 pm
- Forum: Open Source Nagios Projects
- Topic: Multiple nsca check results for same service
- Replies: 3
- Views: 1557
Re: Multiple nsca check results for same service
Thanks. That's one possible option, but we wanted to avoid multiple service definitions. So were looking for other alternatives to achieve this. We created a plugin that's executed whenever it receives a syslog alert message for an app. This changes the app service status using nsca. The alerts coul...
- Tue Apr 08, 2014 6:56 am
- Forum: Open Source Nagios Projects
- Topic: Multiple nsca check results for same service
- Replies: 3
- Views: 1557
Multiple nsca check results for same service
Hi all, Is this possible? I define a service in Nagios, and the service status is dependent on multiple NSCA checks. If any of the NSCA checks report a problem, the service state is changed to WARNING/CRITICAL. But I want to make sure that a check result does not override the result from another ser...
- Mon Mar 03, 2014 11:08 pm
- Forum: Open Source Nagios Projects
- Topic: Event handler to propogate state
- Replies: 3
- Views: 1562
Re: Event handler to propogate state
Thanks for the pointer. The BPI addon does look promising. Unfortunately we are not using the Nagios XI, but the open source version of Nagios (3.x).
Is there anything else that could fit our requirements?
Btw, does the BPI addon periodically poll the state of the dependent services?
thanks!
Is there anything else that could fit our requirements?
Btw, does the BPI addon periodically poll the state of the dependent services?
thanks!
- Mon Mar 03, 2014 6:01 am
- Forum: Open Source Nagios Projects
- Topic: Event handler to propogate state
- Replies: 3
- Views: 1562
Event handler to propogate state
Hi all! We have a requirement and wanted to get opinion from the experts out here. Cluster --- Host ------ Disk (Each of the physical disk is configured as a separate service, attached to the host) Now if one of the disk state changes to Critical, the Host state should change to Warning or Critical ...