Fix conditional, tweak monit wireguard monitoring configuration

This commit is contained in:
KemoNine 2020-08-05 01:02:57 +00:00
parent aed60c31ff
commit adfd8a3ba3
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
owner: root
group: root
mode: 0600
when: {{ monit_wireguard }}
when: monit_wireguard
notify:
- restart monit
tags:

View File

@ -1,5 +1,5 @@
check host wireguard address {{ monit_wireguard_ip }}
start program = "/usr/bin/systemctl start wg-quick@wg0"
stop program = "/usr/bin/systemctl stop wg-quick@wg0"
if does not exist then alert
if does not exist for 3 cycles then restart
if failed then alert
if failed for 3 cycles then restart