fix(systems/hosts/metrics): add missing ports, remove one old host
1 files changed, 2 insertions(+), 11 deletions(-) M systems/hosts/metrics/default.nix
M systems/hosts/metrics/default.nix => systems/hosts/metrics/default.nix +2 -11
@@ 7,6 7,8 @@ in { networking.firewall.allowedTCPPorts = [ influxDB2Port prometheusPort lokiPort grafanaPort ]; @@ services.influxdb2 = { 43,17 45,6 @@ in { ]; } # lxchydra # node, systemd { job_name = "lxchydra_job"; static_configs = [ { targets = ["10.1.2.2:9100" "10.1.2.2:9558"]; } ]; } # lxcproxy # haproxy, node, systemd {