[check_postgres] [commit] Typo, caught by Cédric Villemain
check_postgres at bucardo.org
check_postgres at bucardo.org
Mon Feb 23 12:33:37 UTC 2009
Committed by Greg Sabino Mullane <greg at endpoint.com>
=?utf-8?q?Typo,=20caught=20by=20C=C3=A9dric=20Villemain?=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
---
check_postgres.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/check_postgres.pl b/check_postgres.pl
index 1d114a1..6dd2c89 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -1969,7 +1969,7 @@ sub validate_range {
ndie msg('range-noopt-only');
}
if (! length $warning and ! length $critical) {
- ndie msg('range-nopt-one');
+ ndie msg('range-noopt-one');
}
}
--
1.6.0.5
More information about the Check_postgres
mailing list