mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-10 03:59:41 +00:00
hassio setup
This commit is contained in:
parent
db03c54c0d
commit
cfa4b1a4ce
|
@ -4,5 +4,11 @@
|
||||||
- https://blackdata.xam.dk:5001;blackdata.xam.dk;external;internetbox
|
- https://blackdata.xam.dk:5001;blackdata.xam.dk;external;internetbox
|
||||||
- http://192.168.1.1;internetbox;local;internetbox
|
- http://192.168.1.1;internetbox;local;internetbox
|
||||||
- http://192.168.1.42;blackdata;local;orbirouter-attic
|
- http://192.168.1.42;blackdata;local;orbirouter-attic
|
||||||
- http://192.168.1.101;orbirouter;local;orbirouter
|
- http://192.168.1.103;orbi.router;local;orbirouter
|
||||||
|
- http://192.168.1.250;orbi-attic;local;orbirouter
|
||||||
|
- http://192.168.1.103;orbi.sat.basement;local;orbirouter
|
||||||
|
- http://192.168.1.121;orbi.sat.tv;local;orbirouter
|
||||||
|
- http://192.168.1.127:1400/status;sonosbedroom;local;orbi-attic
|
||||||
|
- http://192.168.1.126;hassio;orbirouter-tv
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -74,3 +74,10 @@ scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['192.168.1.42:1915']
|
- targets: ['192.168.1.42:1915']
|
||||||
|
|
||||||
|
|
||||||
|
- job_name: 'hassio'
|
||||||
|
scrape_interval: 60s
|
||||||
|
metrics_path: /api/prometheus
|
||||||
|
scheme: https
|
||||||
|
static_configs:
|
||||||
|
- targets: ['hassio.local:8123']
|
Loading…
Reference in a new issue