Give ansible play check a bit more wiggle room, missing a single day isn't that bad
This commit is contained in:
parent
2fb779c122
commit
8a3f13a939
@ -188,7 +188,7 @@
|
||||
- name: DNS Resolution
|
||||
command: check_by_ssh!/usr/lib/nagios/plugins/check_etc_resolv
|
||||
- name: Last Ansible Play
|
||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 93600 -c 129600
|
||||
command: check_by_ssh!/usr/local/bin/monitoring-scripts/check_file_age /var/lib/ansible-last-run -w 176400 -c 216000
|
||||
- name: Memory Usage
|
||||
command: check_by_ssh!/usr/lib/nagios/plugins/check_memory -w 20% -c 10%
|
||||
hostgroup: "ansible,!tag-prov-zfs"
|
||||
|
Loading…
Reference in New Issue
Block a user