diff options
Diffstat (limited to '')
| -rw-r--r-- | flora/services/monit.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flora/services/monit.nix b/flora/services/monit.nix index de3aa83..cc5f3c4 100644 --- a/flora/services/monit.nix +++ b/flora/services/monit.nix @@ -33,6 +33,10 @@ check host nobelium with address colorspace.club if failed port 443 with protocol https then alert + + check host billy with address preprint.books.exposed + if failed port 443 with protocol https + then alert ''; }; |
