l 2 monitoring monit: remove hfos test

This commit is contained in:
lassulus 2017-02-21 14:31:49 +01:00
parent af93c8cba6
commit 5b3b825a52

View File

@ -22,10 +22,6 @@ in {
test = "${pkgs.curl}/bin/curl -sf 'https://ubikmedia.de'";
alarm = echoToIrc "test ubik failed";
};
hfos = {
test = "${pkgs.curl}/bin/curl -sf --insecure 'https://hfos.hackerfleet.de'";
alarm = echoToIrc "test hfos failed";
};
cac-panel = {
test = "${pkgs.curl}/bin/curl -sf 'https://panel.cloudatcost.com/login.php'";
alarm = echoToIrc "test cac-panel failed";