Give ansible play check a bit more wiggle room, missing a single day isn't that bad

This commit is contained in:
Salt 2022-01-09 11:32:16 -06:00
parent 2fb779c122
commit 8a3f13a939
1 changed files with 1 additions and 1 deletions

View File

@ -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"