prod: add monitoring of openwrt router

This commit is contained in:
Alex 2023-11-08 16:14:24 +01:00
parent a6b84527b0
commit a46aa03fe2
1 changed files with 5 additions and 0 deletions

View File

@ -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']