aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_phare.nix
blob: a00e5e84c86074a7cefe5ae7a17805248cfdb9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ emailCheck, ... }:
{
  host = {
    "phare.normalesup.org" = {
      alias = "phare.normalesup.org";
      address = "phare.normalesup.org";
      use = "linux-server";
      hostgroups = "webstatus-hosts";
      _webstatus_name = "phare";
    };
  };
  service = [
    (emailCheck "phare" "phare.normalesup.org")
  ];
}