Merge pull request #609 from f0o/issue-608

Distributed Polling backend
This commit is contained in:
Neil Lathwood
2015-03-19 16:32:02 +00:00
5 changed files with 197 additions and 15 deletions
+7
View File
@@ -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';
?>