Search found 2 matches
- Mon Mar 26, 2012 10:32 pm
- Forum: Open Source Nagios Projects
- Topic: postgres.pl custom_query
- Replies: 3
- Views: 1361
Re: postgres.pl custom_query
It was the exit codes! I had copied my script over from another we had in use and did not think to re-evaluate the exit codes. Thanks for helping me out!
- Sun Mar 25, 2012 2:17 pm
- Forum: Open Source Nagios Projects
- Topic: postgres.pl custom_query
- Replies: 3
- Views: 1361
postgres.pl custom_query
I have created a check using postgres.pl custom_query. The check runs and inserts a string into the result column. The result is either "GOOD" or "BAD". The critical level has been set to use a string and the string is "BAD". The check works and returns either of the st...