mirror of
				https://github.com/cmur2/munin-rabbitmq.git
				synced 2025-11-04 14:25:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			350 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
To use these plug-ins you (regretfully) have to grant access for the
 | 
						|
munin-node user to use rabbitmqctl via sudo.
 | 
						|
 | 
						|
Add this to your ``/etc/sudoers`` file by running ``visudo``::
 | 
						|
 | 
						|
    muninuser ALL= NOPASSWD: /usr/sbin/rabbitmqctl list_queues *
 | 
						|
    muninuser ALL= NOPASSWD: /usr/sbin/rabbitmqctl list_connections
 | 
						|
 | 
						|
Be careful and use at your own risk!
 |