Add prometheus crowdsec watcher

This commit is contained in:
Théo Barnouin 2025-04-03 13:59:14 +02:00
parent 0332c7a515
commit 815b764c4e

View file

@ -163,6 +163,14 @@ in {
}
];
}
{
job_name = "crowdsec_nextcloud";
static_configs = [
{
targets = ["192.168.1.45:6060"];
}
];
}
{
job_name = "deluge";
static_configs = [
@ -179,6 +187,14 @@ in {
}
];
}
{
job_name = "crowdsec_jellyfin";
static_configs = [
{
targets = ["192.168.1.42:6060"];
}
];
}
];
};
services.loki = {