diff options
Diffstat (limited to 'plugins/check_mysql_query.c')
| -rw-r--r-- | plugins/check_mysql_query.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_mysql_query.c b/plugins/check_mysql_query.c index fc0966d3..ff86e219 100644 --- a/plugins/check_mysql_query.c +++ b/plugins/check_mysql_query.c | |||
| @@ -92,6 +92,9 @@ int main(int argc, char **argv) { | |||
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | mp_check overall = mp_check_init(); | 94 | mp_check overall = mp_check_init(); |
| 95 | |||
| 96 | mp_set_ok_summary(&overall, "MySQL query is OK"); | ||
| 97 | |||
| 95 | mp_subcheck sc_connect = mp_subcheck_init(); | 98 | mp_subcheck sc_connect = mp_subcheck_init(); |
| 96 | 99 | ||
| 97 | /* establish a connection to the server and error checking */ | 100 | /* establish a connection to the server and error checking */ |
