mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
nixos/servnerr-3: add obs Prometheus job
This commit is contained in:
parent
d764c73b7d
commit
d476856acc
1 changed files with 4 additions and 0 deletions
|
@ -123,6 +123,10 @@ in {
|
|||
];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "obs";
|
||||
static_configs = [{ targets = [ "nerr-3:9407" ]; }];
|
||||
}
|
||||
# SNMP relabeling configuration required to properly replace the instance
|
||||
# names and query the correct devices.
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue