aboutsummaryrefslogtreecommitdiff
path: root/modules/private/monitoring/objects_phare.nix
blob: a61b46ea24fd18a0a2b0fc8a6af9f29a51dac288 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ emailCheck, ... }:
{
  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")
  ];
}