Feb 25, 2010 2:46 AM
how to monitor using NRPE agent?
-
Like (0)
is it possible to monitor Linux servers using NRPE ?
because we have a bunch of linux servers with NRPE on'em, and we dont want to enable SNMP
We use NRPE quite a bit...it works pretty much the same as it would in Nagios. Just make sure that the "check_nrpe" plugin is available in /opt/zenoss/libexec, then you can call it within a template with the "command" datasource, with the definition similar to the following:
Simple:
check_nrpe -H ${dev/manageIp} -t 30 -n -c check_disk!5%!3%!/
A bit more complex (uses the custom command parsing of NRPE as well as custom properties in Zenoss):
check_nrpe -H ${dev/manageIp} -c check_log -t 30 -a ${here/cNrpeCheckLogFile} ${here/cNrpeCheckLogCache} ${here/cNrpeCheckLogString}
Hope this helps,
Joseph
Follow Us On Twitter »
|
Latest from the Zenoss Blog » | Community | Products | Services Resources | Customers Partners | About Us | ||
Copyright © 2005-2011 Zenoss, Inc.
|
||||||||