mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated docs, updated callback to use new guidv4 function and links to stats url
This commit is contained in:
@@ -600,7 +600,7 @@ $config['distributed_poller_memcached_host'] = 'example.net';
|
||||
$config['distributed_poller_memcached_port'] = '11211';
|
||||
|
||||
// Stats callback system
|
||||
$config['callback_post'] = 'http://lathwood.co.uk/log/log.php';
|
||||
$config['callback_clear'] = 'http://lathwood.co.uk/log/clear.php';
|
||||
$config['callback_post'] = 'https://stats.librenms.org/log.php';
|
||||
$config['callback_clear'] = 'https://stats.librenms.org/clear.php';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user