Home Directory Plugins System Metrics Host-Resource-MIB queries (cpu, processes, storage)

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

Host-Resource-MIB queries (cpu, processes, storage)

Current Version
3.9
Last Release Date
2019-03-12
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
  • Nagios Fusion
Owner
License
GPL
Hits
104629
Files:
FileDescription
check_hr-3.9.tar.gzversion 3.9 - always find the newest version and a change(b)log @ www.crowdedplace.com
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!
Query the Host Resource MIB of various operating systems for cpu usage, processes and storage/volumes. These scripts have been tested against Linux and Windows XP, but should do the job for any other OS as well.
Query the Host Resource MIB of various operating systems for cpu usage, processes and storage/volumes. These scripts have been tested against Linux and Windows XP, but should do the job for any other OS as well.

These versions are complete rewrites in Perl and only use OID-Trees, so you don't need to add the Host-Resource-MIB to your local configuration.

For more information about the new check_hr_cpuload script have a look at the webpage @ www.crowdedplace.com.
Reviews (1)
byFIL, April 16, 2010
1 of 1 people found this review helpful
check_hr_process
Just tried to run it to monitor a windows 2000 machine and it runs just fine...You only have to add the line: use lib'/pathtoutils.pm/'; which in my case is: use lib'/usr/lib/nagios/plugins';
also have in mind that he may may not find your host be name so just run it with this command :
./check_hr_process -d java.exe -w 1 -c 1 -H 'ipadressofhostyouwanttocheck' -C yourcomunity
Owner's reply

Btw. try out the new version! Unfortunately with the split of nagios-exchange there was a very old version online on this page for a long time and I was unaware of it!