diff options
Diffstat (limited to 'plugins/check_disk.c')
| -rw-r--r-- | plugins/check_disk.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index e773e56c..65169105 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
| @@ -162,6 +162,9 @@ int main(int argc, char **argv) { | |||
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | mp_check overall = mp_check_init(); | 164 | mp_check overall = mp_check_init(); |
| 165 | |||
| 166 | mp_set_ok_summary(&overall, "Filesystem checks succeeded"); | ||
| 167 | |||
| 165 | if (config.path_select_list.length == 0) { | 168 | if (config.path_select_list.length == 0) { |
| 166 | mp_subcheck none_sc = mp_subcheck_init(); | 169 | mp_subcheck none_sc = mp_subcheck_init(); |
| 167 | xasprintf(&none_sc.output, "No filesystems were found for the provided parameters"); | 170 | xasprintf(&none_sc.output, "No filesystems were found for the provided parameters"); |
