monit/etc/monit.d/99_checks.cfg
2024-02-18 12:48:18 +01:00

38 lines
1.8 KiB
INI

check host br0tkasten.de with address br0tkasten.de
if failed ping for 3 cycles then exec "/etc/monit/matrix.sh"
check host git.br0tkasten.de with address git.br0tkasten.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
if failed port 4848 protocol ssh for 3 cycles then exec "/etc/monit/matrix.sh"
check host mail.br0tkasten.de with address mail.br0tkasten.de
if failed port 25 protocol smtp for 3 cycles then exec "/etc/monit/matrix.sh"
if failed port 143 protocol imap for 3 cycles then exec "/etc/monit/matrix.sh"
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host matrix.br0tkasten.de with address matrix.br0tkasten.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host motion.br0tkasten.de with address motion.br0tkasten.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host mrtg.br0tkasten.de with address mrtg.br0tkasten.de
if failed port 443 protocol https status = 401 for 3 cycles then exec "/etc/monit/matrix.sh"
check host www.br0tkasten.de with address www.br0tkasten.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host www.br0tcraft.de with address www.br0tcraft.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host www.creative-crafter.de with address www.creative-crafter.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host www.familienhilfe-baeumler.de with address www.familienhilfe-baeumler.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"
check host www.somachtstefaniedas.de with address www.somachtstefaniedas.de
if failed port 443 protocol https for 3 cycles then exec "/etc/monit/matrix.sh"