mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
prometheus: add apcupsd job
This commit is contained in:
parent
871fd8bd7c
commit
adb0cf4ed1
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ prometheus_config: "/etc/prometheus"
|
|||
prometheus_data: "/var/lib/prometheus"
|
||||
# Prometheus jobs configuration
|
||||
prometheus_jobs:
|
||||
- job: "apcupsd"
|
||||
targets:
|
||||
- "192.168.1.3:9162"
|
||||
- job: "edgemax"
|
||||
targets:
|
||||
- "192.168.1.3:9132"
|
||||
|
|
Loading…
Reference in a new issue