d4science-ghn-cluster/group_vars/ckan_postgres/ckan_postgres.yml: Increase the query duration warning and critical values.

This commit is contained in:
Andrea Dell'Amico 2017-02-15 13:52:10 +01:00
parent c39a81f2f2
commit c148463d95
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ command[{{ monitoring_group_name }}_check_postgresql_{{ db.name }}_query]=/usr/b
command[{{ monitoring_group_name }}_check_postgresql_{{ db.name }}_dbstats]=/usr/bin/sudo -u postgres /usr/bin/check_postgres_dbstats -db {{ db.name }}
command[{{ monitoring_group_name }}_check_postgresql_{{ db.name }}_sequence]=/usr/bin/sudo -u postgres /usr/bin/check_postgres_sequence -db {{ db.name }}
command[{{ monitoring_group_name }}_check_postgresql_{{ db.name }}_sequence]=/usr/bin/sudo -u postgres /usr/bin/check_postgres_sequence -t 520 -db {{ db.name }}
{% endfor %}