mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Update exporter-toolkit to v0.8.1 to enable new listener support. Signed-off-by: Perry Naseck <git@perrynaseck.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			96 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			96 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Node Exporter
 | |
| 
 | |
| [Socket]
 | |
| ListenStream=9100
 | |
| 
 | |
| [Install]
 | |
| WantedBy=sockets.target
 |