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
150202
Files:
FileDescription
check_snmp_load.shcheck_snmp_load.sh shell script
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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)!