How to monitor Linux/Unix servers cpu load using snmp

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ganeshsambandam
Posts: 62
Joined: Mon Sep 10, 2018 1:52 pm

How to monitor Linux/Unix servers cpu load using snmp

Post by ganeshsambandam »

How to monitor Linux/Unix servers cpu load using snmp, we can monitor cpu usage but not cpu load.
jforcier

Re: How to monitor Linux/Unix servers cpu load using snmp

Post by jforcier »

You can use the check_snmp_load_wizard.pl plugin to monitor cpu load via SNMP.

Command:

Code: Select all

./check_snmp_load_wizard.pl -H 10.25.13.15 -C public --v2c -T netsl -w 0.15,0.1,0.05 -c 0.3,0.25,0.2 -f
Output:

Code: Select all

Load : 0.00 0.01 0.05 : OK | load_1_min=0.00;0.15;0.3 load_5_min=0.01;0.1;0.25 load_15_min=0.05;0.05;0.2
https://support.nagios.com/kb/article.php?id=771
ganeshsambandam
Posts: 62
Joined: Mon Sep 10, 2018 1:52 pm

Re: How to monitor Linux/Unix servers cpu load using snmp

Post by ganeshsambandam »

thanks, this worked to monitor cpu load.
Locked