NagiosXI alerts only on continuously metric above threshold
Posted: Wed Jun 05, 2019 12:14 pm
Hello Team
On our NagiosXI that is monitoring our windows servers-
We would like to get alerts if CPU or Memory stays above X percentage for at least 15 minutes for example. now we are getting alerts on spikes that violates the Warning or critical thresholds. So is there an options to place that if memory is continuously above 90% for X number of minutes then alert us?
check_ncpa.py
-t 'XX' -P 5693 -M memory/virtual -u G -w 80 -c 90
check_ncpa.py
-t 'XX' -P 5693 -M cpu/percent -w 80 -c 95 -q 'aggregate=avg'
Thanks
Insurity
On our NagiosXI that is monitoring our windows servers-
We would like to get alerts if CPU or Memory stays above X percentage for at least 15 minutes for example. now we are getting alerts on spikes that violates the Warning or critical thresholds. So is there an options to place that if memory is continuously above 90% for X number of minutes then alert us?
check_ncpa.py
-t 'XX' -P 5693 -M memory/virtual -u G -w 80 -c 90
check_ncpa.py
-t 'XX' -P 5693 -M cpu/percent -w 80 -c 95 -q 'aggregate=avg'
Thanks
Insurity