NagiosXI alerts only on continuously metric above threshold

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
imadc
Posts: 58
Joined: Wed Jun 14, 2017 12:10 pm

NagiosXI alerts only on continuously metric above threshold

Post by imadc »

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI alerts only on continuously metric above thresh

Post by lmiltchev »

Unfortunately, this functionality is not available in NCPA at the moment. It's been requested in the past - see this:

https://github.com/NagiosEnterprises/ncpa/issues/180

It should be implemented in NCPA 3.
Be sure to check out our Knowledgebase for helpful articles and solutions!
imadc
Posts: 58
Joined: Wed Jun 14, 2017 12:10 pm

Re: NagiosXI alerts only on continuously metric above thresh

Post by imadc »

Thanks We will wait for it then

Do you have a date on when NCPA 3 will be out for us?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NagiosXI alerts only on continuously metric above thresh

Post by lmiltchev »

I don't have an ETA on NCPA 3. Our developers think it's possible that NPCA 3 could be out by the end of the year, but this would depend on many factors, so nothing is "set in stone".
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked