Module: check_mk
Branch: master
Commit: 56d3c2fc73bb7407857470ef4bdc47224e08ba30
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=56d3c2fc73bb74…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Fri Nov 2 14:44:33 2012 +0100
Add note about plugin to {PostgreSQL check man pages
---
checkman/postgres_sessions | 2 ++
checkman/postgres_stat_database | 2 ++
checkman/postgres_stat_database.size | 3 +++
3 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/checkman/postgres_sessions b/checkman/postgres_sessions
index fb5cec5..be61db6 100644
--- a/checkman/postgres_sessions
+++ b/checkman/postgres_sessions
@@ -9,6 +9,8 @@ description:
It reports how many sessions there are in total and how many of them are
actively querying something.
+ This check relies on data reported by the agent-side plugin {mk_postgres}
+
inventory:
The check generates one item for the sessions connected to the PostgreSQL
daemon.
diff --git a/checkman/postgres_stat_database b/checkman/postgres_stat_database
index a09a3eb..aac1a89 100644
--- a/checkman/postgres_stat_database
+++ b/checkman/postgres_stat_database
@@ -17,6 +17,8 @@ description:
{commits}, which PostgreSQL tracks down to the sub-transaction level.
You can then define levels on the per-second amount of the statements.
+
+ This check relies on data reported by the agent-side plugin {mk_postgres}
inventory:
One item is generated per database.
diff --git a/checkman/postgres_stat_database.size b/checkman/postgres_stat_database.size
index 920a005..af32afc 100644
--- a/checkman/postgres_stat_database.size
+++ b/checkman/postgres_stat_database.size
@@ -8,6 +8,9 @@ description:
The check has no alarm levels since PostgreSQL databasizes don't have a
size limit. (Single table limit is 32TB, too)
+ This check relies on data reported by the agent-side plugin {mk_postgres}
+
+
inventory:
The check generates one item per Database found.