summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_uptime.pl
diff options
context:
space:
mode:
authorAndreas Motl <andreas.motl@elmyra.de>2022-02-15 00:39:21 (GMT)
committerSven Nierlein <sven@nierlein.org>2022-02-15 15:31:23 (GMT)
commit6c8b45a1691f4ce98f1c559a1e9cd1fef68c0fe2 (patch)
tree2f0665697fdf2e15171fbaa5b2fa1e9f2980b914 /plugins-scripts/check_uptime.pl
parentc99a166a43fb9da42ba68073224921124a435aab (diff)
downloadmonitoring-plugins-6c8b45a.tar.gz
check_uptime: Fix lowercase typo in plugin output
Diffstat (limited to 'plugins-scripts/check_uptime.pl')
-rwxr-xr-xplugins-scripts/check_uptime.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_uptime.pl b/plugins-scripts/check_uptime.pl
index 04324b2..f954287 100755
--- a/plugins-scripts/check_uptime.pl
+++ b/plugins-scripts/check_uptime.pl
@@ -150,7 +150,7 @@ if ( $opt_d ) {
150 150
151$msg = "$state_str: "; 151$msg = "$state_str: ";
152 152
153$msg .= "uptime is $uptime_text $uptime_unit. "; 153$msg .= "Uptime is $uptime_text $uptime_unit. ";
154$msg .= "Exceeds $out_of_bounds_text threshold. " if $out_of_bounds_text; 154$msg .= "Exceeds $out_of_bounds_text threshold. " if $out_of_bounds_text;
155$msg .= "Running for $pretty_uptime. " if $opt_f; 155$msg .= "Running for $pretty_uptime. " if $opt_f;
156if ( $opt_s ) { 156if ( $opt_s ) {