diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index dd466d00..6547cecc 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c @@ -220,6 +220,8 @@ int main(int argc, char **argv) { mp_check overall = mp_check_init(); + mp_set_ok_summary(&overall, "DBI check was succesful"); + mp_subcheck sc_connection_time = mp_subcheck_init(); sc_connection_time = mp_set_subcheck_default_state(sc_connection_time, STATE_OK); xasprintf(&sc_connection_time.output, "Connection time: %f", conn_time);