From 449bbcf8975aa97b70c04116543aa2cddbaf19ca Mon Sep 17 00:00:00 2001 From: Julien Mathis Date: Fri, 28 Dec 2007 16:58:28 +0000 Subject: [PATCH] git-svn-id: http://svn.centreon.com/trunk/plugins@3634 6bcd3966-0018-0410-8128-fd23d134de7e --- centreon-plugins/src/check_centreon_nt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/src/check_centreon_nt b/centreon-plugins/src/check_centreon_nt index b769a2023..7c4f50feb 100644 --- a/centreon-plugins/src/check_centreon_nt +++ b/centreon-plugins/src/check_centreon_nt @@ -156,7 +156,7 @@ if ($op_v) { } if (($op_v =~ /CPULOAD/) && ($op_l =~ /([-\.,\w]+)/)){ ## CPULOAD - @output = split(/\|/,$_); + @output = split(/\|/,$_); @values = $output[0] =~ /(\d*)\%/g ; $start = time; ## Print Plugins Output