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