mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-23 07:28:53 -04:00
fixup! check_dbi: implement ok summary
This commit is contained in:
parent
c9f2f0ec05
commit
f13d77512b
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
mp_check overall = mp_check_init();
|
||||
|
||||
mp_set_ok_summary(&overall, "DBI check was succesful");
|
||||
mp_set_ok_summary(&overall, "DBI check was successful");
|
||||
|
||||
mp_subcheck sc_connection_time = mp_subcheck_init();
|
||||
sc_connection_time = mp_set_subcheck_default_state(sc_connection_time, STATE_OK);
|
||||
|
|
|
|||
Loading…
Reference in a new issue