From 1a64deeb894dc95e2645a75771732c6cc53a79ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 4 Oct 2023 01:35:06 +0200 Subject: Squash changes containing private information There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository --- modules/private/monitoring/objects_phare.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 modules/private/monitoring/objects_phare.nix (limited to 'modules/private/monitoring/objects_phare.nix') diff --git a/modules/private/monitoring/objects_phare.nix b/modules/private/monitoring/objects_phare.nix deleted file mode 100644 index 082e7e3..0000000 --- a/modules/private/monitoring/objects_phare.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ emailCheck, ... }: -{ - activatedPlugins = [ "emails" ]; - host = { - "phare.normalesup.org" = { - alias = "phare.normalesup.org"; - address = "phare.normalesup.org"; - use = "linux-server"; - hostgroups = "webstatus-hosts"; - _webstatus_name = "phare"; - _webstatus_vhost = "status.immae.eu"; - }; - }; - service = [ - (emailCheck "phare" "phare.normalesup.org") - ]; -} -- cgit v1.2.3