Add Vaultwarden nginx + prometheus config for crowdsec
This commit is contained in:
parent
2513d163e9
commit
3a9723603b
2 changed files with 17 additions and 0 deletions
|
@ -212,6 +212,15 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "jellyfin_metrics";
|
||||
metrics_path = "/metrics";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.42:8096"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec_jellyfin";
|
||||
static_configs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue