From 85ad771e2635a544461f0a340f8b8c7126688678 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 5 Mar 2021 00:37:52 +0100 Subject: [PATCH] Add monitoring check for tiboqorl --- modules/private/monitoring/objects_monitoring-1.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/private/monitoring/objects_monitoring-1.nix b/modules/private/monitoring/objects_monitoring-1.nix index 4687850..9503da2 100644 --- a/modules/private/monitoring/objects_monitoring-1.nix +++ b/modules/private/monitoring/objects_monitoring-1.nix @@ -696,6 +696,14 @@ in contact_groups = "tiboqorl"; check_command = [ "check_https" "sc.groupe-cyllene.com" "/" "Support Client Cyllene" ]; } + + { + service_description = "Origny page is running"; + host_name = "tiboqorl.fr"; + use = "external-web-service"; + contact_groups = "tiboqorl"; + check_command = [ "check_https" "origny.tiboqorl.fr" "/" "<title>Home Assistant" ]; + } ] ++ to_resource to_backup_age nodes.eldiron.config.services.duplyBackup; contact = { telio-tortay = config.myEnv.monitoring.contacts.telio-tortay // { -- 2.41.0