Alert on Status change
Marco Supino
marco at sd.com
Mon Jan 12 20:22:09 CET 2004
Hi,
After some digging, i found this in the notification.c file :
/* dont notify contacts about this service problem again if the
notification interval is set
to 0 */
if(svc->current_state!=STATE_OK &&
svc->no_more_notifications==TRUE){
#ifdef DEBUG4
printf("\tWe shouldn't re-notify contacts about this
service problem!\n");
#endif
return ERROR;
}
Now, my notification interval is set to 0 , but why does nagios compare
only to OK ? warning and critical are "problems", but not the same kind
of problems.
Marco.
Marc Powell wrote:
>
>>-----Original Message-----
>>From: Marco Supino [mailto:marco at sd.com]
>>Sent: Sunday, January 11, 2004 11:53 AM
>>To: nagios-users at lists.sourceforge.net
>>Subject: [Nagios-users] Alert on Status change
>>
>>Hi,
>>
>>How can i make a service alert me when the status changes from WARNING
>>to CRITICAL, currently, i only get alerts when the status changes from
>>normal to one of these, but not between them
>
>
> It should just do it, presuming:
>
> a) your notification_options include w,c and
> b) your service is reaching a HARD CRITICAL state (i.e. 5/5 checks
> failed or whatever you have max_check_attempts set to).
>
> --
> marc
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
>
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list