Play around with config options.

This commit is contained in:
Root User 2026-02-14 15:36:14 +01:00
parent ff8ad94913
commit 0e902d7156
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -79,16 +79,16 @@ in {
};
services.prometheus = {
enable = true;
port = 9001;
exporters.node.enabledCollectors = [
exporters.node = {
enabledCollectors = [
"ethtool"
"softirqs"
"systemd"
"tcpstat"
];
enable = true;
port = 9001;
};
globalConfig.scrape_interval = "10s"; # "1m"
scrapeConfigs = [
{