node_exporter: Disable rapl collector
It does not work since the service does not have permission and therefore writes errors into the journal every scrape.
This commit is contained in:
parent
13876617f5
commit
2a4e358502
|
@ -4,6 +4,7 @@
|
|||
enable = config.sbruder.wireguard.home.enable;
|
||||
listenAddress = config.sbruder.wireguard.home.address;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
disabledCollectors = [ "rapl" ];
|
||||
};
|
||||
|
||||
systemd.services.prometheus-node-exporter.after = [ "wireguard-wg-home.service" ];
|
||||
|
|
Loading…
Reference in a new issue