Mike Stupalov
Mike Stupalov
Please add ability for fetch/display numeric sysObjectID (1.3.6.1.2.1.1.2) together with sysDescr. Can be optional, with output something like: ``` 192.168.120.92 [1234] {.1.3.6.1.4.1.318.1.3.4.5} HP ETHERNET MULTI-ENVIRONMENT,ROM A.05.03,JETDIRECT, JD24,EEPROM A.05.05 130.160.108.146 [public]...
Ie: .1.3.6.1.2.1.10.7.9.1.1.509 = BITS:
I have big snmpwalk dump: ``` $ ls -lh myagent.snmpwalk -rw-rw-r-- 1 mstupalov mstupalov 221M Jun 9 12:41 myagent.snmpwalk ``` when try convert to snmprec, datafile script killed by unknown...
Added convertion support for additional Opaque types with integers (only which I have in snmpwalks). Ie: ``` .1.3.6.1.4.1.2021.10.1.6.1 = Opaque: Float: 0.340820 .1.3.6.1.4.1.2021.10.1.6.2 = Opaque: UInt64: 18446744073709551614 .1.3.6.1.4.1.2021.10.1.6.3 = Opaque:...
Not real issue, but many changes since latest release (0.4.7) which was released more than 1 year ago. Please make new version release :)
Seems as currently datafile parse any walk by lines splitted by newline chars, but long STRING and Hex-STRING values divided into several lines. Examples: ``` .1.3.6.1.2.1.17.7.1.4.2.1.4.0.1 = Hex-STRING: 00 00...
I have dump from an device (Dell SAN), mostly Oids correctly walked, but when I try to get this tree/table (1.3.6.1.3.94), I get such error: ``` $ snmpwalk -v2c -c...
I try converting snmpwalk to snmprec format: ``` $ datafile.py --source-record-type=snmpwalk --input-file=walk.txt # Input file #0, processing records from the beginning till the end Traceback (most recent call last): File...
It's related with dump ability. We need way for move (rename) rrd files on remote system with rrdcached daemon. While not have `rename` command as minimum need ability for dump+restore....
**Describe the bug** Man page said that rrdcached is supported by dump command, but really not works. **To Reproduce** check if rrd exist: ``` $ rrdtool last spb-sdn-local2/uptime.rrd --daemon 127.0.0.1:42217...