projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e48b5e
)
Typo.
author
Greg Sabino Mullane
<
[email protected]
>
Wed, 22 Oct 2008 03:06:17 +0000
(23:06 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Wed, 22 Oct 2008 03:06:17 +0000
(23:06 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index b0acbb536ea45090878eed6cf19ebf5936a79eb4..629de5bedfde2e0db75f87bb45b98f1dcc05b717 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-4525,7
+4525,7
@@
Example 1: Check the default values for the localhost database
Example 2: Check port 6000 and give a critical at 1.7 billion transactions left:
- check_postgres_txn_wraparound --port=6000 --critical=1_700_000_000
t
+ check_postgres_txn_wraparound --port=6000 --critical=1_700_000_000
For MRTG output, returns the highest number of transactions for all databases on line one,
while line 4 indicates which database it is.