Notifications max count and changing status

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
inas.labib
Posts: 170
Joined: Tue Sep 11, 2012 3:48 am

Notifications max count and changing status

Post by inas.labib »

Hi

Is it possible to configure a notification for a service as if it gives 3 times warning status the 4th time it should show it as a critical ..
or if i can say if the warning event occurs 3 time it should send an email as warning but if it happens the 4th time i want it to be emailed as critical ..
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Notifications max count and changing status

Post by tmcdonald »

The state of a service is only determined by the exit code of the plugin that checks it - 0 for OK, 1 for Warning, 2 for Critical, and 3 for Unknown.

You could possibly set something similar up using escalations and a separate "Critical-only" contact email.
Former Nagios employee
Locked