summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_curl.c')
-rw-r--r--plugins/check_curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_curl.c b/plugins/check_curl.c
index 3f44c86b..adafc620 100644
--- a/plugins/check_curl.c
+++ b/plugins/check_curl.c
@@ -161,6 +161,8 @@ int main(int argc, char **argv) {
161 mp_check overall = mp_check_init(); 161 mp_check overall = mp_check_init();
162 mp_subcheck sc_test = check_http(config, working_state, 0); 162 mp_subcheck sc_test = check_http(config, working_state, 0);
163 163
164 mp_set_ok_summary(&overall, "Connection test succeeded");
165
164 mp_add_subcheck_to_check(&overall, sc_test); 166 mp_add_subcheck_to_check(&overall, sc_test);
165 167
166 mp_exit(overall); 168 mp_exit(overall);