From da6cf704d72659787018acca1b1543fbc494e110 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume (ioguix) de Rorthais Date: Wed, 11 Aug 2010 13:55:27 -0400 Subject: Separate perfdata with spaces, per spec. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 8db22f9f9..d7a6a4f2b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1177,7 +1177,7 @@ sub finishup { if ($opt{showperf}) { print '| '; for (sort keys %$info) { - my $m = sprintf '%s ', join $SEP => map { $_->[1] } @{$info->{$_}}; + my $m = sprintf '%s ', join ' ' => map { $_->[1] } @{$info->{$_}}; if ($VERBOSE) { $m =~ s/ /\n/g; } -- cgit v1.2.3