mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02: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