diff options
Diffstat (limited to 'plugins-scripts/check_uptime.pl')
-rwxr-xr-x | plugins-scripts/check_uptime.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_uptime.pl b/plugins-scripts/check_uptime.pl index 04324b2e..f9542872 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; |
156 | if ( $opt_s ) { | 156 | if ( $opt_s ) { |