Hello Jim: <br><br>Thank you very much for the help, after changing the last line in the submit_check_result script from the default of: <br><br>`$echocmd $cmdline >> $CommandFile`<br><br>to: <br><br>sg nagiocmd -c "echo '$cmdline' >> $CommandFile"<br>
<br>everything works fine. <br><br>As for my setup, I run nagios 3 and Nagtrap. However I send the notifications as passive checks directly from snmptt's EXEC statement. I some special logic in my script to select the right alarm level and then send it to nagios with submit_check_result. I link to nagtrap using the action_url in all my snmptrap services.  <br>
<br>I catch all the traps in Nagtrap, however only some of them generate alarms. Whenever an alarm is generated by the selected traps, you can always check  the rest of received traps in nagtrap. <br><br>Regards<br><br>Marco<br>
<br><br>
<br><br><br><div class="gmail_quote">On Thu, Mar 12, 2009 at 2:11 PM, Jim Avery <span dir="ltr"><<a href="mailto:jim@jimavery.me.uk">jim@jimavery.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
p.s.  I'd be interested to know what instructions you followed to get<br>
your method working?  I moved to using NagTrap because I found that<br>
maintaining the submit_check_result script was rather time-consuming,<br>
but if things have moved on a bit since I last set mine up I'd be<br>
interested to see if it's any easier to maintain now.<br>
<br>
I quite like NagTrap, but if you follow the standard install for it,<br>
there's a lot of polling the database which is very cpu intensive<br>
compared with writing direct to the command file as you do.  Also, the<br>
alerts aren't so meaningful with NagTrap as they are in your setup.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Jim<br>
</font></blockquote></div><br>