Search found 3 matches
- Wed Apr 17, 2013 8:43 am
- Forum: Open Source Nagios Projects
- Topic: Call Stored Procedure to setup Alerts
- Replies: 4
- Views: 1918
Re: Call Stored Procedure to setup Alerts
There is no mention of external commands like stored procedure in the list. I want to call a stored procedure which returns a count like a regular select count(*) from xyz.
- Wed Apr 17, 2013 7:23 am
- Forum: Open Source Nagios Projects
- Topic: Call Stored Procedure to setup Alerts
- Replies: 4
- Views: 1918
Re: Call Stored Procedure to setup Alerts
Thanks for your reply. I checked the available commands but there is not one generic which I can use. I have a stored procedure that returns count if more than one tables auto increment key values reach near 80%. I should be able to call this procedure and read the count value which is used in the a...
- Tue Apr 16, 2013 12:28 pm
- Forum: Open Source Nagios Projects
- Topic: Call Stored Procedure to setup Alerts
- Replies: 4
- Views: 1918
Call Stored Procedure to setup Alerts
We are trying to find some documentation as to how to call a stored procedure in Nagios to setup alerts. I have been looking for some examples and do not seem to find any. Can you please provide some help.