Module: check_mk
Branch: master
Commit: 2cdeca32a93f375933c5fe669f65abf5f77fa1d1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2cdeca32a93f37…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Tue Jan 24 12:48:38 2017 +0100
4291 mk_postgres, postgres_instances, postgres_bloat, postgres_conn_time,
postgres_connections, postgres_locks, postgres_query_duration, postgres_sessions,
postgres_stat_database, postgres_stats, postgres_version: plugin and checks are now
instance aware
Change-Id: Icbbe6ab01a4e57adf68ceb9ca58b1c19db09e48d
---
.werks/4291 | 43 +++
agents/plugins/mk_postgres | 684 ++++++++++++++++++++++-------------
checks/postgres.include | 14 +-
checks/postgres_bloat | 22 +-
checks/postgres_conn_time | 40 +-
checks/postgres_connections | 78 ++--
checks/postgres_instances | 76 ++++
checks/postgres_locks | 28 +-
checks/postgres_query_duration | 29 +-
checks/postgres_sessions | 88 +++--
checks/postgres_stat_database | 59 +--
checks/postgres_stats | 109 +++---
checks/postgres_version | 34 +-
web/plugins/wato/check_parameters.py | 33 ++
14 files changed, 907 insertions(+), 430 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=2cdeca32a9…