Transient warnings

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
salvador77
Posts: 1
Joined: Mon Nov 25, 2019 5:00 pm

Transient warnings

Post by salvador77 »

Hello,

I am checking the total number of procs on remote servers via Nagios. But my problems is, there are too many transient warnings about total_number_procs .. I mean, there seem to be a problem but they are all gone in 1 minute.. I am confused and need advice about which parameters I need to check for.. Do I need to change number of total procs in clients nrpe.cfg or some parameters on Nagios server ?

It would be perfect to get alerted when total number of procs exceeds some amount after 2 - 3 minutes for example ?

Any ideas or advices appreciated

Thanks
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Transient warnings

Post by ssax »

To provide any value from the total number of procs you'd likely need to use the nproc limits:

Code: Select all

ulimit -u
That's about all I can think of for just checking the total number of procs.
Locked