Vyos devices, lost interface counters

No overall traffic displaying


and no interface is showing in port tab.
image
I have tried in vain to rediscover the devices
The interface counters are lost starting from 2017-10-15 … 00:15, after the daily update.

====================================
Component | Version
--------- | -------
LibreNMS  | 1.32-57-g163d0b4
DB Schema | 211
PHP       | 5.4.16
MySQL     | 5.5.56-MariaDB
RRDTool   | 1.4.8
SNMP      | NET-SNMP 5.7.2
====================================

[OK]    Database connection successful
[OK]    Database schema correct

post the output of:

./discovery.php -h HOSTNAME -d -m ports
./poller.php -h HOSTNAME -r -f -d -m ports

Might be a bug in vyos … discovery.php was hanging and return timeouts.
After snmpd restart on vyos, everything appears to be fine, for some reason snmpd consumed a lot of memory.

Take a look at our performance doc on disabling modules, you might want to remove some as a temp measure.

I’m not sure if my issue was the same but noticed all the ports went missing. I changed the port_association_mode to ‘ifDescr’ then did a discovery and all the ports showed back up.

Had a lot of them to update so just did it in the DB directly:
UPDATE devices SET port_association_mode = 3 WHERE os = 'vyos';

On vyos 1.1.7 btw.