aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_phare.nix
blob: ab4643683027b266a5b7148ae62df6ee731572a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ ... }:
{
  host = {
    "phare.normalesup.org" = {
      alias = "phare.normalesup.org";
      address = "phare.normalesup.org";
      use = "linux-server";
      hostgroups = "webstatus-hosts";
      _webstatus_name = "phare";
    };
  };
  service = [
    {
      service_description = "phare.normalesup.org email service is active";
      use = "external-passive-service";
      host_name = "phare.normalesup.org";
      freshness_threshold = "1350";
      retry_interval = "1";
      servicegroups = "webstatus-email";
    }
  ];
}