Runqueue monitoring on a unix system.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Runqueue monitoring on a unix system.

Post by RIDS_I2MP »

Hi Team,

We want to monitor the run queue on a Unix system.

NRPE agent is installed on the system and file systems are monitored.

Kindly let us know how can we monitor a run queue.
Thanks & Regards,
I2MP Team.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Runqueue monitoring on a unix system.

Post by rkennedy »

If you have NRPE installed, you should be able to just use the 'check_load' plugin which will report the load on the machine -

Code: Select all

[root@localhost libexec]# ./check_load -w 5.0,4.0,3.0 -c 10.0,8.0,6.0
OK - load average: 0.01, 0.03, 0.05|load1=0.010;5.000;10.000;0; load5=0.030;4.000;8.000;0; load15=0.050;3.000;6.000;0;
Former Nagios Employee
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Runqueue monitoring on a unix system.

Post by RIDS_I2MP »

Thanks team, we are able to monitor the run queue.
Thanks & Regards,
I2MP Team.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Runqueue monitoring on a unix system.

Post by mcapra »

Is it ok if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
Locked