monitor containers

This commit is contained in:
Ingolf Wagner 2024-05-18 12:02:21 +02:00
commit b890a69e30
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
13 changed files with 134 additions and 97 deletions
nixos/machines/chungus/telemetry

View file

@ -29,7 +29,7 @@
metrics_path = "/api/prometheus";
bearer_token_file = toString config.sops.secrets.hass_long_term_token.path;
static_configs = [{
targets = [ "localhost:8123" ];
targets = [ "127.0.0.1:8123" ];
}];
}
];