Search found 2 matches

by PatrickNagios2019
Tue Aug 06, 2019 7:29 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query and sent content
Replies: 3
Views: 1322

Re: check_mysql_query and sent content

Hi, Thanks for your help and input. The exact output right now is: QUERY WARNING: 'select length(results) from runs order by id desc limit 1' returned 1024.000000 | result=1024.000000;1.000000;; which is valid but it results in email being sent with this in the mail body: ***** Nagios ***** Notifica...
by PatrickNagios2019
Fri Aug 02, 2019 2:49 am
Forum: Open Source Nagios Projects
Topic: check_mysql_query and sent content
Replies: 3
Views: 1322

check_mysql_query and sent content

Hi, I run into the following problem. The idea is to check the contents of a mysql database table via a check_mysql_query plugin and if there is any content, you can report this and preferably send the content. when there is content in the table, a notification is already made, but the question is w...