Working crowdsec config

This commit is contained in:
Théo Barnouin 2025-04-04 16:48:14 +02:00
parent 88c4095a29
commit 4d337df460
3 changed files with 13 additions and 33 deletions

View file

@ -151,7 +151,7 @@ in {
job_name = "gitea";
static_configs = [
{
targets = ["192.168.1.14:9100"];
targets = ["192.168.1.14:9002"];
}
];
}
@ -159,7 +159,7 @@ in {
job_name = "postgresql";
static_configs = [
{
targets = ["192.168.1.13:9100"];
targets = ["192.168.1.13:9002"];
}
];
}
@ -171,14 +171,6 @@ in {
}
];
}
{
job_name = "deluge";
static_configs = [
{
targets = ["192.168.1.18:9100"];
}
];
}
{
job_name = "jellyfin";
static_configs = [
@ -197,7 +189,7 @@ in {
auth_enabled = false;
ingester = {
lifecycler = {
address = "127.0.0.1";
address = "192.168.1.27";
ring = {
kvstore = {
store = "inmemory";