vulpecula: add prometheus and node-exporter

This commit is contained in:
Tasia Iso 2024-12-12 13:53:58 +01:00
parent ff875de38a
commit 7fad6c0e7a
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -15,13 +15,13 @@
}; };
services.prometheus = { services.prometheus = {
enable = false; enable = true;
port = 62103; port = 62103;
retentionTime = "60d"; retentionTime = "60d";
exporters = { exporters = {
node = { node = {
enable = false; enable = true;
enabledCollectors = ["systemd"]; enabledCollectors = ["systemd"];
port = 62104; port = 62104;
}; };