diff --git a/profiles/backend.nix b/profiles/backend.nix index c0aa5d7..e6b1589 100644 --- a/profiles/backend.nix +++ b/profiles/backend.nix @@ -57,6 +57,9 @@ status = 401 with timeout 20 seconds then alert + + check host osteoview with address osteoview.app + if failed port 443 protocol https with timeout 5 seconds then alert ''; }; diff --git a/profiles/storage.nix b/profiles/storage.nix index 7e7bffb..3926374 100644 --- a/profiles/storage.nix +++ b/profiles/storage.nix @@ -59,6 +59,9 @@ check program raid-md127 with path "${pkgs.mdadm}/bin/mdadm --misc --detail --test /dev/md127" if status != 0 then alert + + check host osteoview with address osteoview.app + if failed port 443 protocol https with timeout 5 seconds then alert ''; };