Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / checkman / postgres_stats
blob91360da91da2f62233cf7b08340958488fbee19e
1 title: PostgreSQL Database Last Vacuum and Analyze
2 agents: linux
3 catalog: app/postgresql
4 license: GPL
5 distribution: check_mk
6 description:
7  This check allows you to monitor the last VACUUM and ANALYZE time for tables in
8  a PostgreSQL database. You can configure limits specifiying the maximum age of the last operation.
9  Without additional limits configuration this check is always OK.
11  This check relies on data reported by the agent-side plugin {mk_postgres}
13 inventory:
14   Two services for each database. One for VACUUM and one for ANALYZE.