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.
pull/48/head
Simon Bruder 2021-02-21 00:06:16 +01:00
parent 13876617f5
commit 2a4e358502
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -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" ];