monitoring: move VictoriaMetrics to Jupiter

This commit is contained in:
2026-08-24 01:42:07 +00:00
parent 5764e6c644
commit dfe8504402
3 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{ ... }:
# VictoriaMetrics single-node store for the homelab dashboard. It listens on
# all interfaces, but tailscale.nix makes tailscale0 the only trusted ingress;
# VictoriaMetrics single-node store for the homelab dashboard on Jupiter. It
# listens on all interfaces, but tailscale.nix makes tailscale0 the only trusted ingress;
# the host firewall therefore keeps :8428 off the LAN and public interfaces.
#
# The scrape targets are the node_exporter instances enabled by
@@ -22,7 +22,7 @@
static_configs = [
{
targets = [ "127.0.0.1:9100" ];
labels.host = "mars";
labels.host = "jupiter";
}
{
targets = [ "jupiter.orbit.sol:9100" ];
@@ -47,7 +47,7 @@
static_configs = [
{
targets = [ "127.0.0.1:8428" ];
labels.host = "mars";
labels.host = "jupiter";
}
];
}