mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Add support for memcached to poller for current bps/pps for ports and ability to disable writing these values to MySQL. HIGHLY RECOMMENDED FOR LARGE INSTALLS. Also PROCEED WITH CAUTION.
git-svn-id: http://www.observium.org/svn/observer/trunk@2955 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -87,7 +87,7 @@ function poll_sensor($device, $class, $unit)
|
||||
|
||||
function poll_device($device, $options)
|
||||
{
|
||||
global $config, $device, $polled_devices, $db_stats;
|
||||
global $config, $device, $polled_devices, $db_stats, $memcache;
|
||||
|
||||
$attribs = get_dev_attribs($device['device_id']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user