pages:howtos:monit:hosts
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:monit:hosts [2021/01/30 13:31] – mischerh | pages:howtos:monit:hosts [2021/12/09 23:24] (current) – rokkitlawnchair | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag>howto monit monitoring host ispconfig roundcube |
====== monitoring a host ====== | ====== monitoring a host ====== | ||
+ | this is checking: | ||
+ | * ping via IPv4 and IPv6 | ||
+ | * http connection to various FQDNs | ||
+ | * expiration of SSL certificates | ||
<sxh bash; title: / | <sxh bash; title: / | ||
Line 6: | Line 10: | ||
if failed ping4 then alert | if failed ping4 then alert | ||
if failed ping6 then alert | if failed ping6 then alert | ||
+ | | ||
# ISPConfig | # ISPConfig | ||
if failed | if failed | ||
Line 12: | Line 17: | ||
and certificate valid > 3 days | and certificate valid > 3 days | ||
then alert | then alert | ||
+ | | ||
# generic domain | # generic domain | ||
if failed url https:// | if failed url https:// | ||
Line 17: | Line 23: | ||
and certificate valid > 3 days | and certificate valid > 3 days | ||
then alert | then alert | ||
+ | | ||
# Roundcube | # Roundcube | ||
if failed | if failed | ||
Line 28: | Line 35: | ||
group connectivity | group connectivity | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | ~~DISCUSSION~~ |
pages/howtos/monit/hosts.1612013505.txt.gz · Last modified: 2021/01/30 13:31 by mischerh