Blame pillar/role/postgresql.sls
|
Martin Čaj |
0e8bcf |
profile:
|
|
Martin Čaj |
0e8bcf |
monitoring:
|
|
Martin Čaj |
0e8bcf |
checks:
|
|
Martin Čaj |
0e8bcf |
check_postgres_backends: "/usr/lib/nagios/plugins/check_postgres_backends --warning='-50' --critical='-10'"
|
|
Martin Čaj |
0e8bcf |
check_postgres_bloat: "/usr/lib/nagios/plugins/check_postgres_bloat --db=mb_opensuse2 --warning='3000 M' --critical='5000 M'"
|
|
Martin Čaj |
0e8bcf |
check_postgres_last_autovacuum: "/usr/lib/nagios/plugins/check_postgres_last_autovacuum --warning='7d' --critical='14d' --db=mb_opensuse2"
|
|
Martin Čaj |
0e8bcf |
check_postgres_locks: "/usr/lib/nagios/plugins/check_postgres_locks --warning='60' --critical='total=50:waiting=1:exclusive=20'"
|
|
Martin Čaj |
0e8bcf |
check_postgres_wal_files: "/usr/lib/nagios/plugins/check_postgres_wal_files --critical='120' --warning='100'"
|
|
Martin Čaj |
0e8bcf |
|
|
Martin Čaj |
0e8bcf |
zypper:
|
|
Martin Čaj |
0e8bcf |
packages:
|
|
Martin Čaj |
0e8bcf |
postgresql: {}
|
|
Martin Čaj |
0e8bcf |
postgresql-llvmjit: {}
|
|
Martin Čaj |
0e8bcf |
postgresql-contrib: {}
|
|
Martin Čaj |
0e8bcf |
postgresql-server: {}
|
|
Martin Čaj |
0e8bcf |
monitoring-plugins-postgres: {}
|
|
Christian Boltz |
f97ce0 |
repositories:
|
|
Christian Boltz |
f97ce0 |
server_database_postgresql:
|
|
Christian Boltz |
f97ce0 |
baseurl: http://download.infra.opensuse.org/repositories/server:/database:/postgresql/openSUSE_Leap_{{ salt['grains.get']('osrelease') }}/
|
|
Christian Boltz |
f97ce0 |
priority: 99
|
|
Christian Boltz |
f97ce0 |
refresh: True
|