Monitor OsteoView

This commit is contained in:
Paul-Henri Froidmont 2022-10-30 01:05:16 +02:00
parent 74aa19941d
commit 5b59140a29
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 6 additions and 0 deletions

View file

@ -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
'';
};

View file

@ -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
'';
};