From 10f9ef1c8528516477682589422bf6547b6fbc5f Mon Sep 17 00:00:00 2001 From: Quentin Garnier Date: Thu, 20 Mar 2014 10:21:06 +0100 Subject: [PATCH] Refs #5379 --- centreon-plugins/os/linux/local/mode/uptime.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/os/linux/local/mode/uptime.pm b/centreon-plugins/os/linux/local/mode/uptime.pm index f1a75fd34..9adc36d08 100644 --- a/centreon-plugins/os/linux/local/mode/uptime.pm +++ b/centreon-plugins/os/linux/local/mode/uptime.pm @@ -62,7 +62,7 @@ sub new { "command-options:s" => { name => 'command_options', default => '/proc/uptime 2>&1' }, "warning:s" => { name => 'warning', default => '' }, "critical:s" => { name => 'critical', default => '' }, - "seconds" => { name => 'seconds', }, + "seconds" => { name => 'seconds', }, }); return $self; }