Add vaultwarden to grafana
This commit is contained in:
parent
247ae55004
commit
a8d480de92
1 changed files with 17 additions and 0 deletions
|
@ -171,6 +171,14 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "vaultwarden";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.22:9002"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "jellyfin";
|
||||
static_configs = [
|
||||
|
@ -251,6 +259,15 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec_vaultwarden";
|
||||
metrics_path = "/metrics";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.22:6060"];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
loki = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue