mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
bind only for localhost for sonos
This commit is contained in:
parent
26b9a542a7
commit
7b5a0551c4
|
@ -58,5 +58,5 @@ scrape_configs:
|
|||
|
||||
- job_name: 'sonos'
|
||||
static_configs:
|
||||
- targets: ['192.168.1.42:1915','sonos:1915']
|
||||
- targets: ['localhost:1915']
|
||||
|
Loading…
Reference in a new issue