[check_postgres] [commit] Change colon to space in query_time perf output, per Cédric Villemain

check_postgres at bucardo.org check_postgres at bucardo.org
Thu Mar 26 20:29:45 UTC 2009


Committed by Greg Sabino Mullane <greg at endpoint.com>

=?utf-8?q?Change=20colon=20to=20space=20in=20query=5Ftime=20perf=20output,=20per=20C=C3=A9dric=20Villemain?=

Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

---
 check_postgres.pl |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/check_postgres.pl b/check_postgres.pl
index d8509e2..af4c340 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -129,7 +129,7 @@ our %msg = (
 	'logfile-seekfail'   => q{Seek on $1 failed: $2},
 	'logfile-stderr'     => q{Logfile output has been redirected to stderr: please provide a filename},
 	'logfile-syslog'     => q{Database is using syslog, please specify path with --logfile option (fac=$1)},
-	'maxtime'            => q{ maxtime:$1}, ## leading space
+	'maxtime'            => q{ maxtime=$1}, ## leading space
 	'mrtg-fail'          => q{Action $1 failed: $2},
 	'no-match-db'        => q{No matching databases found due to exclusion/inclusion options},
 	'no-match-fs'        => q{No matching file systems found due to exclusion/inclusion options},
@@ -304,7 +304,7 @@ our %msg = (
 	'logfile-seekfail'   => q{Échec de la recherche dans $1 : $2},
 	'logfile-stderr'     => q{La sortie des traces a été redirigés stderr : merci de fournir un nom de fichier},
 	'logfile-syslog'     => q{La base de données utiliser syslog, merci de spécifier le chemin avec l'option --logfile (fac=$1)},
-	'maxtime'            => q{ maxtime:$1}, ## leading space
+	'maxtime'            => q{ maxtime=$1}, ## leading space
 	'mrtg-fail'          => q{Échec de l'action $1 : $2},
 	'no-match-db'        => q{Aucune base de données trouvée à cause des options d'exclusion/inclusion},
 	'no-match-fs'        => q{Aucun système de fichier trouvé à cause des options d'exclusion/inclusion},
-- 
1.6.0.5



More information about the Check_postgres mailing list