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>
		
			
				
	
	
		
			12 lines
		
	
	
		
			240 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			240 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Node Exporter
 | |
| Requires=node_exporter.socket
 | |
| 
 | |
| [Service]
 | |
| User=node_exporter
 | |
| EnvironmentFile=/etc/sysconfig/node_exporter
 | |
| ExecStart=/usr/sbin/node_exporter --web.systemd-socket $OPTIONS
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |