<br><br><div class="gmail_quote">On Thu, Apr 17, 2008 at 9:03 PM, Jason Martin <<a href="mailto:jhmartin@toger.us">jhmartin@toger.us</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thu, Apr 17, 2008 at 08:45:22PM +0530, Aniket Sawant wrote:<br>
> Is there any way to send a notification on specific column value in mysql.<br>
> or there is any plug-in which can support custom query.<br>
> Does nagios support this type of functionality?...<br>
</div>I don't think there are any stock plugins that do this exactly.<br>
However, all you have to do is write a script that will exit<br>
with return code 0 if your conditions are not met, and 2 if they<br>
are.  Then have Nagios execute it and it will alert if there is<br>
a problem.<br>
<br>
-Jason Martin<br>
<font color="#888888">--<br>
This message is PGP/MIME signed.<br>
</font></blockquote></div><br>Hi Jason,<br><br>I'm very very thankful to you for replying. I understand what you want to say. You mean to say that i have to write a perl script that will check for the conditions by writting a custom SQL query and return 0, 1, 2, 3 as status code, And nagios will send a alert/notification depending on that return status.<br>
Do you know where should i get such a perl script on web. I dont know anything about Perl.<br>i have also figure out that will my problem resolved by creating client SNMP agent which will communicate with mysql and send the response back. and using that response, nagios will send a notification.<br>
Or there is any alternate way to do this.<br><br>Thanks,<br>Aniket.<br>