<b>Hello,</b><br><br>I have installed Nagios 3.0 on Linux system and I'm using mysql database server.<br><br>I have table (table1) in mysql which contains some data and the data will be inserted into that table after per unit time interval and another table (table2) contains threshold values for table1 values.<br>
<br>For eg:<br><br>Table1 Table2<br>======================== =============================<br>ServiceId averagetime(s) Accepted Warning Rejected<br>
1 0.05 0.05 0.075 0.10 <br>2 0.10 <br>3 0.09 <br>
<br>I want to send a notification for table1 values if that value exceeds table2 threshold values.<br><br>In the above scenario, On 2nd record i want to send a notification to a specific group/contact.<br><br>Is there any way to send a notification on specific column value in mysql. or there is any plug-in which can support custom query.<br>
Does nagios support this type of functionality?...<br>Please help me.......<br><br>Awaiting for your reply...<br><br><b>Thanks,<br>Aniket.</b><br>