aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_monitoring-1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/monitoring/objects_monitoring-1.nix')
-rw-r--r--modules/private/monitoring/objects_monitoring-1.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/modules/private/monitoring/objects_monitoring-1.nix b/modules/private/monitoring/objects_monitoring-1.nix
index 46916f4..ec6fdce 100644
--- a/modules/private/monitoring/objects_monitoring-1.nix
+++ b/modules/private/monitoring/objects_monitoring-1.nix
@@ -643,24 +643,6 @@
643 _webstatus_url = "https://www.sandetludo.com/"; 643 _webstatus_url = "https://www.sandetludo.com/";
644 } 644 }
645 645
646 {
647 service_description = "Maison bbc accepts add requests on http";
648 host_name = "eldiron.immae.eu";
649 use = "external-web-service";
650 check_command = [ "check_http" "maison.bbc.bouya.org" "/add.php" "^$"];
651 }
652
653 {
654 service_description = "Maison bbc has up to date data";
655 host_name = "eldiron.immae.eu";
656 use = "generic-service";
657 contact_groups = "maison-bbc";
658 notification_interval = "1440";
659 check_command = "check_maison_bbc";
660 flap_detection_enabled = "0";
661 max_check_attempts = "1";
662 }
663
664 # SSL 646 # SSL
665 { 647 {
666 service_description = "ldap SSL is up to date"; 648 service_description = "ldap SSL is up to date";
@@ -678,14 +660,8 @@
678 use = "generic-contact"; 660 use = "generic-contact";
679 contactgroups = "telio-tortay"; 661 contactgroups = "telio-tortay";
680 }; 662 };
681 papa = config.myEnv.monitoring.contacts.papa // {
682 use = "generic-contact";
683 contactgroups = "maison-bbc";
684 service_notification_commands = "notify-maison-bbc-by-email";
685 };
686 }; 663 };
687 contactgroup = { 664 contactgroup = {
688 maison-bbc = { alias = "Maison BBC"; };
689 telio-tortay = { alias = "Telio Tortay"; members = "immae"; }; 665 telio-tortay = { alias = "Telio Tortay"; members = "immae"; };
690 }; 666 };
691} 667}