forked from infra/ansible
Zabbix: Update PGSQL lock thresholds for busy dbs, they seem fine
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
parent
dc651012e1
commit
c052919334
5 changed files with 10 additions and 1 deletions
|
|
@ -43,3 +43,4 @@ vmhost: vmhost-x86-04.rdu3.fedoraproject.org
|
|||
volgroup: /dev/vg_guests
|
||||
zabbix_macros:
|
||||
'PG.LOCKS.MAX.WARN:"mirrormanager2"': 3000
|
||||
'PG.LOCKS.MAX.WARN:"datanommer2"': 1000
|
||||
|
|
|
|||
|
|
@ -29,3 +29,6 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
|||
tcp_ports: [5432, 443, 3306]
|
||||
vmhost: qvmhost-x86-01.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
zabbix_macros:
|
||||
'PG.LOCKS.MAX.WARN:"openqa-stg"': 250
|
||||
'PG.LOCKS.MAX.WARN:"openqa"': 250
|
||||
|
|
|
|||
|
|
@ -84,4 +84,7 @@ zabbix_macros:
|
|||
'PG.LOCKS.MAX.WARN:"anitya"': 500
|
||||
'PG.LOCKS.MAX.WARN:"bodhi2"': 500
|
||||
'PG.LOCKS.MAX.WARN:"datanommer2"': 1000
|
||||
'PG.LOCKS.MAX.WARN:"koschei"': 300
|
||||
'PG.LOCKS.MAX.WARN:"hyperkitty"': 500
|
||||
'PG.LOCKS.MAX.WARN:"mailman"': 300
|
||||
'PG.LOCKS.MAX.WARN:"resultsdb"': 200
|
||||
|
|
|
|||
|
|
@ -47,3 +47,5 @@ ssh_hostnames:
|
|||
- stg.pagure.io
|
||||
vmhost: vmhost-x86-iso01.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
zabbix_macros:
|
||||
'PG.LOCKS.MAX.WARN:"pagure"': 200
|
||||
|
|
|
|||
|
|
@ -52,6 +52,6 @@ temp_buffers: "8MB"
|
|||
vmhost: vmhost-x86-iso01.rdu3.fedoraproject.org
|
||||
volgroup: /dev/vg_guests
|
||||
zabbix_macros:
|
||||
'PG.LOCKS.MAX.WARN:"pagure"': 300
|
||||
'PG.LOCKS.MAX.WARN:"pagure"': 500
|
||||
'SWAP.PFREE.MIN.WARN': 0 # pagure uses all its limited swap all the time
|
||||
'VFS.FS.PUSED.MAX.WARN:"/"': 85 # pagure uses a lot of disk, raise this from default of 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue