Home Directory Plugins Operating Systems Linux Plugin to check Servers Load using SNMP

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Plugin to check Servers Load using SNMP

Rating
0 votes
Favoured:
0
Hits
149892
Files:
FileDescription
check_snmp_load.shcheck_snmp_load.sh shell script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
I tried a perl script to check the load of several server using SNMP, but it not worked and I could not find hos to do to It work. So, I write my own plugin using shel script!
It is a simple scritp, uses snmpwalk to retrieve the load, parse the parameters that are passed against wrong insertions, checks the output of snmpwalk, compares it with the load passed and emit the information.

I belive It could be used as base to new SNMP scripts.

I'm not a professional scripter, so I used some tricks on field validation.
Any Improvement to this script is welcome (Just don't forget to e-mail me it)!