mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(monitoring): remove location, add nginx upstream monitoring option
This commit is contained in:
parent
2024c3bfd5
commit
18b2002c27
26 changed files with 352 additions and 218 deletions
|
@ -55,5 +55,8 @@
|
|||
bucket = "telegraf";
|
||||
node = "sire-influxdb";
|
||||
};
|
||||
|
||||
# This node shall monitor the infrastructure
|
||||
availableMonitoringNetworks = ["internet"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ in {
|
|||
globals.monitoring.ping.sentinel = {
|
||||
hostv4 = lib.net.cidr.ip icfg.hostCidrv4;
|
||||
hostv6 = lib.net.cidr.ip icfg.hostCidrv6;
|
||||
location = "external";
|
||||
network = "internet";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue