Mark Hennessy wrote: > I'm running lots of custom plugins, mostly perl scripts. >
If you have compiled Nagios with embedded perl and there's an infinite loop bug in one of those perl scripts, you'll see Nagios eating CPU like mad. Try running your perl scripts through the perl executable, so your command object definition has a command_line parameter that starts with /usr/bin/perl. This will prevent Nagios from loading your perl-scripts into the epn. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 ------------------------------------------------------------------------- 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
