Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Host-Resource-MIB queries (cpu, processes, storage)
3.9
2019-03-12
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
- Nagios Fusion
GPL
104629
File | Description |
---|---|
check_hr-3.9.tar.gz | version 3.9 - always find the newest version and a change(b)log @ www.crowdedplace.com |
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.
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.
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)
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
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!