grafana stuff

This commit is contained in:
Henry Hiles 2025-10-29 12:44:35 -04:00
commit 2a2e438c4a
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

View file

@ -11,7 +11,7 @@
static_configs = [
{
targets = with config.services.prometheus.exporters.node; [
"${toStringlistenAddress}:${toString port}"
"${listenAddress}:${toString port}"
];
}
];