mirror of
				https://github.com/ItsDrike/network-monitor.git
				synced 2025-11-04 04:16:35 +00:00 
			
		
		
		
	experimental sonos
This commit is contained in:
		
							parent
							
								
									f0f5d347f4
								
							
						
					
					
						commit
						26b9a542a7
					
				
					 2 changed files with 16 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -69,6 +69,16 @@ services:
 | 
			
		|||
    networks:
 | 
			
		||||
      - back-tier
 | 
			
		||||
 | 
			
		||||
  sonos:
 | 
			
		||||
    tty: true
 | 
			
		||||
    stdin_open: true
 | 
			
		||||
    expose: 
 | 
			
		||||
      - 1915
 | 
			
		||||
    ports:
 | 
			
		||||
      - 1915:1915
 | 
			
		||||
    image: maxandersen/sonos_exporter
 | 
			
		||||
    network_mode: host
 | 
			
		||||
 | 
			
		||||
  nodeexp:
 | 
			
		||||
    privileged: true
 | 
			
		||||
    image: prom/node-exporter
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -54,4 +54,9 @@ scrape_configs:
 | 
			
		|||
 | 
			
		||||
  - job_name: 'nodeexp'
 | 
			
		||||
    static_configs:
 | 
			
		||||
    - targets: ['nodeexp:9100']
 | 
			
		||||
    - targets: ['nodeexp:9100']
 | 
			
		||||
 | 
			
		||||
  - job_name: 'sonos'
 | 
			
		||||
    static_configs:
 | 
			
		||||
    - targets: ['192.168.1.42:1915','sonos:1915']
 | 
			
		||||
    
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue