snmpcollector icon indicating copy to clipboard operation
snmpcollector copied to clipboard

A full featured Generic SNMP data collector with Web Administration Interface for InfluxDB

Results 43 snmpcollector issues
Sort by recently updated
recently updated
newest added

related to https://github.com/toni-moreno/snmpcollector/issues/480

Use an Interface() to avoid having to create a fake snmp server. This Interface() is implemented to be used with gosnmp and mocked for the test.

@toni-moreno here the PR regarding #324. Sorry for the big PR but there also some other changes: - Middle indexed OID´s - Docker build - RabbitMQ Messages - Direct filters...

We have seen that after a device restart, the related and gathered device SysInfo remains with the old information Example with SysUptime of a device that has been restarted 2...

In order to use snmpcollector engine as a library to develop specific tools we will need to add to our tool projects with ``` $ go get github.com/toni-moreno/snmpcollector@{version} ``` without...

Could be nice if we can refactor all our old logging system based on logrus (already in maintenance mode) to new more performant logging framework like zerolog. ( https://github.com/rs/zerolog#benchmarks)

We are running snmpcollector 0.8.0 (yes we need to upgrade) to poll a number of devices. Our network is made up of Juniper and Cisco. We are having issues in...

This PR tries to add the UI Output component to view runtime stats on output and some fixes on backend to allow control of output status UI detail: - Renamed...

Hello, I have a question. How can I map index values from ifIndex to some other values? For example: tp-link switches uses interesting port indexing IF-MIB::ifDescr.49153, IF-MIB::ifDescr.49154, IF-MIB::ifDescr.49155 (port 1,...