diff --git a/plugins/check_swap.c b/plugins/check_swap.c index dbf53a00..3d7e3260 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -100,6 +100,9 @@ int main(int argc, char **argv) { double percent_used; mp_check overall = mp_check_init(); + + mp_set_ok_summary(&overall, "Swap check is OK"); + if (config.output_format_is_set) { mp_set_format(config.output_format); }