Alert mechanism customization.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
[email protected]
Posts: 1
Joined: Wed Mar 01, 2017 1:09 am

Alert mechanism customization.

Post by [email protected] »

Hello everyone,

I was trying to find solution for my query regarding alert mechanism.



If node/host goes down or failed but obvious services installed on that host will be down, and status will reflected in monitoring console.
Thus,in alert mechanism host as well as services dependent on that host like ssh,ping etc. will generate alert for that host.

I Just wanted to generate alert for only host failed not for dependent service of that host because it is became overhead for monitoring.

so , is there any way/mechanism to do this? or is it possible to do customization like this ?


Thanks ,
Akash
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Alert mechanism customization.

Post by mcapra »

Strictly speaking, Nagios should not be notifying on service checks if the host is detected as down. However, due to the scheduling of checks, it's entirely possible for a service to be detected down before the host is detected as down.

More info and some examples:
http://sites.box293.com/nagios/guides/c ... -intervals
Former Nagios employee
https://www.mcapra.com/
Locked