My company has purchased some Tegile storage. Quite fast, we like it and are going to keep it.
They had a MIB available for download and after finding some docs, managed to drop it in /opt/librenms/mibs. Librenms recognizes the snmp that’s running on the controllers, and I can pull some basic data with snmpwalk;
snmpwalk -v2c -c everything orl-tegile01
Which gets me this; https://pastebin.com/yNdGK72b
However, I should be able to see info about my shares as well including capacity, utilization, etc. which I can do using;
snmpwalk -v2c -c everything -m /opt/librenms/mibs/TEGILE-MIB orl-tegile01 tegile
or
snmpwalk -v2c -c everything -m /opt/librenms/mibs/TEGILE-MIB orl-tegile01 .1
I get more; https://pastebin.com/b3kvavMg (contains a truncated return)
Is there a way to put the snmp options that accomodate the downloaded MIB/OID info in the LibreNMS config (in the GUI, or a config file) so I get more? …or did I miss a step?