1
0
Fork 0
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:
Matt Layher 2016-09-07 18:29:09 -04:00
parent 871fd8bd7c
commit adb0cf4ed1
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -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"