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 09600df..8c1f3d2 100755 --- a/plugins-scripts/check_uptime.pl +++ b/plugins-scripts/check_uptime.pl | |||
@@ -137,7 +137,7 @@ if ( $opt_s ) { | |||
137 | $state = $ERRORS{$state_str}; | 137 | $state = $ERRORS{$state_str}; |
138 | 138 | ||
139 | # Perfdata support | 139 | # Perfdata support |
140 | print "$msg|uptime=$uptime_seconds;$opt_w;$opt_c;0\n"; | 140 | print "$msg|uptime=${uptime_seconds}s;$opt_w;$opt_c;0\n"; |
141 | exit $state; | 141 | exit $state; |
142 | 142 | ||
143 | 143 | ||