diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-12 15:41:54 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-08-12 15:41:54 +0200 |
commit | 558e2560c76e9e557093748dee476bfa0df900c5 (patch) | |
tree | 5b93e075374c1e34c2f581adcea2eb74318a7199 /modules | |
parent | 31ed973b234259d3487292cd58e1b4289b4acb11 (diff) | |
download | Nix-558e2560c76e9e557093748dee476bfa0df900c5.tar.gz Nix-558e2560c76e9e557093748dee476bfa0df900c5.tar.zst Nix-558e2560c76e9e557093748dee476bfa0df900c5.zip |
Add monitoring for tiboqorl
Diffstat (limited to 'modules')
-rw-r--r-- | modules/private/monitoring/objects_monitoring-1.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/private/monitoring/objects_monitoring-1.nix b/modules/private/monitoring/objects_monitoring-1.nix index 1aebd26..fdee811 100644 --- a/modules/private/monitoring/objects_monitoring-1.nix +++ b/modules/private/monitoring/objects_monitoring-1.nix | |||
@@ -686,6 +686,15 @@ in | |||
686 | _webstatus_name = "LDAP"; | 686 | _webstatus_name = "LDAP"; |
687 | _webstatus_url = "ldap.immae.eu"; | 687 | _webstatus_url = "ldap.immae.eu"; |
688 | } | 688 | } |
689 | |||
690 | # Tiboqorl | ||
691 | { | ||
692 | service_description = "Cyllene support page is running"; | ||
693 | host_name = "tiboqorl.fr"; | ||
694 | use = "external-web-service"; | ||
695 | contact_groups = "tiboqorl"; | ||
696 | check_command = [ "check_https" "sc.groupe-cyllene.com" "/" "<title>Support Client Cyllene" ]; | ||
697 | } | ||
689 | ] ++ lib.flatten (lib.mapAttrsToList to_backup_age nodes.eldiron.config.services.duplyBackup.profiles); | 698 | ] ++ lib.flatten (lib.mapAttrsToList to_backup_age nodes.eldiron.config.services.duplyBackup.profiles); |
690 | contact = { | 699 | contact = { |
691 | telio-tortay = config.myEnv.monitoring.contacts.telio-tortay // { | 700 | telio-tortay = config.myEnv.monitoring.contacts.telio-tortay // { |