Enable crowdsec metrics by default
This commit is contained in:
committed by
Christian Kampka
parent
f65978caa7
commit
024b0b7af7
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user