summaryrefslogtreecommitdiffstats
path: root/plugins/check_ups.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r--plugins/check_ups.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index ac6bf574..7bced308 100644
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
@@ -91,6 +91,8 @@ int main(int argc, char **argv) {
91 91
92 mp_check overall = mp_check_init(); 92 mp_check overall = mp_check_init();
93 93
94 mp_set_ok_summary(&overall, "UPS check is OK");
95
94 mp_subcheck sc_retrieve_status = mp_subcheck_init(); 96 mp_subcheck sc_retrieve_status = mp_subcheck_init();
95 97
96 /* get the ups status if possible */ 98 /* get the ups status if possible */