monitoring: move VictoriaMetrics to Jupiter
This commit is contained in:
@@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user