parent
2ac95493b6
commit
568badeb57
|
@ -29,19 +29,6 @@
|
|||
metrics_path = "/xesite";
|
||||
static_configs = [{ targets = [ "lufta:43705" ]; }];
|
||||
}
|
||||
{
|
||||
job_name = "ircmon";
|
||||
metrics_path = "/ircmon";
|
||||
static_configs = [{ targets = [ "lufta:43705" ]; }];
|
||||
}
|
||||
{
|
||||
job_name = "corerad";
|
||||
static_configs = [{ targets = [ "keanu:38177" ]; }];
|
||||
}
|
||||
{
|
||||
job_name = "coredns";
|
||||
static_configs = [{ targets = [ "chrysalis:47824" ]; }];
|
||||
}
|
||||
{
|
||||
job_name = "nginx";
|
||||
static_configs = [{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
imports = [ ./minecraft.nix ];
|
||||
|
||||
users.motd = builtins.readFile ./motd;
|
||||
services.prometheus.exporters.node.enable = true;
|
||||
|
||||
networking.hostName = "logos";
|
||||
networking.hostId = "aeace675";
|
||||
|
|
Loading…
Reference in New Issue