forked from Deuxfleurs/nixcfg
prod: add monitoring of openwrt router
This commit is contained in:
parent
a6b84527b0
commit
a46aa03fe2
1 changed files with 5 additions and 0 deletions
|
@ -75,3 +75,8 @@ scrape_configs:
|
|||
ca_file: /etc/prometheus/consul-ca.crt
|
||||
cert_file: /etc/prometheus/consul-client.crt
|
||||
key_file: /etc/prometheus/consul-client.key
|
||||
|
||||
- job_name: 'openwrt-node-exporter'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['192.168.1.1:29100']
|
||||
|
|
Loading…
Reference in a new issue