mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-22 06:58:54 -04:00
fixup! check_curl: implement ok summary
This commit is contained in:
parent
37ef488ce1
commit
c9f2f0ec05
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ int main(int argc, char **argv) {
|
|||
mp_check overall = mp_check_init();
|
||||
mp_subcheck sc_test = check_http(config, working_state, 0);
|
||||
|
||||
mp_set_ok_summary(&overall, "Connection test succeded");
|
||||
mp_set_ok_summary(&overall, "Connection test succeeded");
|
||||
|
||||
mp_add_subcheck_to_check(&overall, sc_test);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue