On Wed, 04 Apr 2007, Steve Wray wrote: > Hi there, > > For one thing I was trying to recollect how to write a shell script for > a nagios (nrpe) plugin. I can't find any of the documentation I used to > do this before and I don't have access to the nagios config where I set > this up. > > I also don't find any info in the FAQ nor in the nagios documentation... > (this is for version 1.something) > > Clues please :)
nrpe doesn't have any special requirements. It's designed to run standard Nagios plugins. The biggies are that it should output one line, and conform to standard Nagios exit codes. Details are here: http://nagiosplug.sourceforge.net/developer-guidelines.html ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
