diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/private/monitoring/objects_monitoring-1.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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 | |||
696 | contact_groups = "tiboqorl"; | 696 | contact_groups = "tiboqorl"; |
697 | check_command = [ "check_https" "sc.groupe-cyllene.com" "/" "<title>Support Client Cyllene" ]; | 697 | check_command = [ "check_https" "sc.groupe-cyllene.com" "/" "<title>Support Client Cyllene" ]; |
698 | } | 698 | } |
699 | |||
700 | { | ||
701 | service_description = "Origny page is running"; | ||
702 | host_name = "tiboqorl.fr"; | ||
703 | use = "external-web-service"; | ||
704 | contact_groups = "tiboqorl"; | ||
705 | check_command = [ "check_https" "origny.tiboqorl.fr" "/" "<title>Home Assistant" ]; | ||
706 | } | ||
699 | ] ++ to_resource to_backup_age nodes.eldiron.config.services.duplyBackup; | 707 | ] ++ to_resource to_backup_age nodes.eldiron.config.services.duplyBackup; |
700 | contact = { | 708 | contact = { |
701 | telio-tortay = config.myEnv.monitoring.contacts.telio-tortay // { | 709 | telio-tortay = config.myEnv.monitoring.contacts.telio-tortay // { |