1
0
Fork 0
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:
Matt Layher 2020-05-08 12:47:44 -04:00
parent d764c73b7d
commit d476856acc

View file

@ -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.
{