Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
SNMP Process II
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!
Standard checks
The plugin checks if there is at least one process matching the filter (-n option) when no warning or critical levels are set.
The filter is treated as a regular expression by default, but you can deactivate this (-r)
You can use -w and -c options to set the warning and critical levels :
Memory checks
The -m option can check the memory used by the selected processes.
By default, this will select the process wich use the maximum memory. The -a switch will make an average
CPU checks
When you use the -u option, a temporary file will be created in "/tmp" by default : this can be changed at the beginning of the script.
The file name will be : tmp_Nagios_proc...
The -u option will check by default the process who uses the maximum cpu. Warning and critical levels are in percent.
Full help at : http://nagios.manubulon.com/snmp_process.html
Script language : Perl
Current version : 1.3.1
Supported plateforms : all MIB-2 compliant (Unix, Linux, AS/400, Windows, ...).
Requirements : Net-snmp and Perl with module Net::SNMP
More info and downloads : http://nagios.manubulon.com/snmp_process.html
The plugin checks if there is at least one process matching the filter (-n option) when no warning or critical levels are set.
The filter is treated as a regular expression by default, but you can deactivate this (-r)
You can use -w and -c options to set the warning and critical levels :
Memory checks
The -m option can check the memory used by the selected processes.
By default, this will select the process wich use the maximum memory. The -a switch will make an average
CPU checks
When you use the -u option, a temporary file will be created in "/tmp" by default : this can be changed at the beginning of the script.
The file name will be : tmp_Nagios_proc...
The -u option will check by default the process who uses the maximum cpu. Warning and critical levels are in percent.
Full help at : http://nagios.manubulon.com/snmp_process.html
Script language : Perl
Current version : 1.3.1
Supported plateforms : all MIB-2 compliant (Unix, Linux, AS/400, Windows, ...).
Requirements : Net-snmp and Perl with module Net::SNMP
More info and downloads : http://nagios.manubulon.com/snmp_process.html
Reviews (0)
Be the first to review this listing!