20 Apr
2012
20 Apr
'12
12:37 a.m.
On Thu, Apr 19, 2012 at 4:34 PM, Adam Armstrong adama@memetic.org wrote:
Those errors are snmp complaining it is getting no data from the device. Did anything else change?
Only change was to enable memcached. Just looked at that line 168 code in poller.php:
$port['poll_time'] = $memcache->get('port-'.$port['interface_id'].'-poll_time');
So, disable memcache in config.php and polls are working again.
Is memcache not working? I installed and started the memcache daemon and in config.php added:
$config['memcached']['enable'] = TRUE; $config['memcached']['host'] = "localhost"; $config['memcached']['port'] = 11211;
Did I miss something?
Thanks.
Chris
--
Chris Stone
AxisInternet, Inc.
www.axint.net