Module: monitoring-plugins
Branch: master
Commit: b01aa8c43390a4e32197abedc84af20fd8a8faf6
Author: RincewindsHat <[email protected]>
Committer: Lorenz Kästle <[email protected]>
Date: Wed Sep 20 18:24:08 2023 +0200
URL:
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=b01aa8c
check_disk: More spacing to separate examples
---
plugins/check_disk.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index bd64148..35fd481 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -1011,10 +1011,10 @@ print_help (void)
printf ("\n");
printf ("%s\n", _("Examples:"));
printf (" %s\n", "check_disk -w 10% -c 5% -p /tmp -p /var -C -w 100000 -c
50000 -p /");
- printf (" %s\n", _("Checks /tmp and /var at 10% and 5%, and / at 100MB
and 50MB"));
+ printf (" %s\n\n", _("Checks /tmp and /var at 10% and 5%, and / at 100MB
and 50MB"));
printf (" %s\n", "check_disk -w 100 -c 50 -C -w 1000 -c 500 -g sidDATA -r
'^/oracle/SID/data.*$'");
printf (" %s\n", _("Checks all filesystems not matching -r at 100M and
50M. The fs matching the -r regex"));
- printf (" %s\n", _("are grouped which means the freespace thresholds are
applied to all disks together"));
+ printf (" %s\n\n", _("are grouped which means the freespace thresholds
are applied to all disks together"));
printf (" %s\n", "check_disk -w 100 -c 50 -C -w 1000 -c 500 -p /foo -C -w 5%
-c 3% -p /bar");
printf (" %s\n", _("Checks /foo for 1000M/500M and /bar for 5/3%. All
remaining volumes use 100M/50M"));