mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Adds Distributed Polling via Memcached.
This commit is contained in:
		@@ -589,4 +589,11 @@ $config['enable_clear_discovery']                        = 1;// Set this to 0 if
 | 
			
		||||
$config['enable_footer']                                 = 1;// Set this to 0 if you want to disable the footer copyright in the web interface
 | 
			
		||||
$config['api_demo']                                      = 0;// Set this to 1 if you want to disable some untrusting features for the API
 | 
			
		||||
 | 
			
		||||
// Distributed Poller-Settings
 | 
			
		||||
$config['distributed_poller']                            = false;
 | 
			
		||||
$config['distributed_poller_name']                       = file_get_contents('/proc/sys/kernel/hostname');
 | 
			
		||||
$config['distributed_poller_group']                      = 0;
 | 
			
		||||
$config['distributed_poller_memcached_host']             = 'example.net';
 | 
			
		||||
$config['distributed_poller_memcached_port']             = '11211';
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user