This commit is contained in:
parent
a7f93efa33
commit
59e1e7216d
1 changed files with 34 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.services.vm_grafana;
|
||||
|
@ -171,6 +170,22 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "qbittorrent-vpn";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.25:9002"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "nixarr";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.24:9002"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "vaultwarden";
|
||||
static_configs = [
|
||||
|
@ -259,6 +274,24 @@ in {
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec_qbittorrent";
|
||||
metrics_path = "/metrics";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.25:6060"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec_nixarr";
|
||||
metrics_path = "/metrics";
|
||||
static_configs = [
|
||||
{
|
||||
targets = ["192.168.1.24:6060"];
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "crowdsec_vaultwarden";
|
||||
metrics_path = "/metrics";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue