Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ucd
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!
The UCD SNMP daemon allows plugins to be added, and will take any Nagios plugin without modification. Therefore, you can run your checks remotely via SNMP without having to use NRPE, if you dont want to.
To use it, put a line like this in your snmpd.conf file on the remote server:
exec check_cpu /usr/local/nrpe/check_cpu -w 80 -c 90
and restart the SNMP daemon. You can now query this plugin remotely by using
check_ucd -H hostname -C community -v check_cpu
Note that you cannot pass any parameters to the remote plugin, though.
To use it, put a line like this in your snmpd.conf file on the remote server:
exec check_cpu /usr/local/nrpe/check_cpu -w 80 -c 90
and restart the SNMP daemon. You can now query this plugin remotely by using
check_ucd -H hostname -C community -v check_cpu
Note that you cannot pass any parameters to the remote plugin, though.
Reviews (0)
Be the first to review this listing!