Christian Ramseyer
Christian Ramseyer
It's fixed by the PR @gboddin provided: https://github.com/taraslayshchuk/es2csv/pull/71 Unfortunately you'll have to apply it yourself, or install from https://github.com/gboddin/es2csv/tree/es-7.0
I can confirm that just updating the library as @papajim suggests works for us, no issues encountered.
I've added PR #54 that should fix it.
I've merged rudimentary IEEE8021-PAE-MIB support in snmp-info: https://github.com/netdisco/snmp-info/pull/466
IRC chat about implementation: ``` 15:48 < rc9000> I was thinking about how to implement NAC/PAE information in Netdisco. First I thought about just putting more columns into device_port_properties. 15:48...
Yes a matching time_first = time_last = last_arpnip would be nice for an entry that's seen for the first time. I'll try to come up with a PR.
@kingtrw This is already implemented since a while now, you can find the attributes in the Port properties. I'm closing this, but let us know if you have any issues...
Unfortunately what hardware is supported to what degree is completely dependent on motivated volunteers with both - access to the hardware - the necessary willpower and Perl/SNMP knowledge to come...
Hi! Cisco has some quirks with getting the Mac to Port tables, mostly because many platforms do not support the QBRIDGE MIB (which has these mappings per VLAN), but only...
From experience, it's best to process the indexes in this order: SELECT nspname || '.' || relname AS indexname FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)...