Archived community.zenoss.org | full text search
Skip navigation
7883 Views 1 Reply Latest reply: Feb 25, 2010 10:20 AM by j053ph4 RSS
KEZAME Rank: White Belt 7 posts since
Jan 17, 2010
Currently Being Moderated

Feb 25, 2010 2:46 AM

how to monitor using NRPE agent?

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

  • j053ph4 Rank: Green Belt 290 posts since
    Dec 19, 2008
    Currently Being Moderated
    1. Feb 25, 2010 10:20 AM (in response to KEZAME)
    Re: how to monitor using NRPE agent?

    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

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points