Enable crowdsec metrics by default

This commit is contained in:
Ryan Housand
2024-04-28 10:33:06 +02:00
committed by Christian Kampka
parent f65978caa7
commit 024b0b7af7

View File

@@ -64,6 +64,12 @@
online_client.credentials_path = mkDefault "${stateDir}/online_api_credentials.yaml"; online_client.credentials_path = mkDefault "${stateDir}/online_api_credentials.yaml";
}; };
}; };
prometheus = {
enabled = mkDefault true;
level = mkDefault "full";
listen_addr = mkDefault "127.0.0.1";
listen_port = mkDefault 6060;
};
}; };
user = "crowdsec"; user = "crowdsec";