aboutsummaryrefslogblamecommitdiff
path: root/modules/private/monitoring/objects_phare.nix
blob: ab4643683027b266a5b7148ae62df6ee731572a1 (plain) (tree)





















                                                                           
{ ... }:
{
  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";
    }
  ];
}