Working crowdsec config
This commit is contained in:
parent
88c4095a29
commit
4d337df460
3 changed files with 13 additions and 33 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue