From jaw+arguslist at tcp4me.com Sat Oct 6 16:48:57 2012 From: jaw+arguslist at tcp4me.com (Jeff Weisberg) Date: Sat, 6 Oct 2012 16:48:57 -0400 Subject: argus feature request In-Reply-To: <5058212C.1030409@kister.net> References: <5058212C.1030409@kister.net> Message-ID: On 18 Sep, 2012, at 3:22, Jeremy Kister wrote: > a snmp helper for snmp/disk slices would be useful > > right now to find slice/partition names, i manually walk: > .1.3.6.1.2.1.25.2.3.1.3 you can now configure this yourself: snmpoid windowsDiskPath 1.3.6.1.2.3.4.5.6.7.8.9.1 snmpoid windowsDiskPercent { oid: 1.3.6.1.2.3.4.5.6.7.8.9.2 # specify a table that maps names to indexes idx: windowsDiskPath } Service UDP/SNMP { oid: windowsDiskPercent[/rpool] } > i understand the snmp helper suffers from the same issue of host reboot/map changes, but the helper checks the value of sysUptime, and reloads the index tables if a reboot is detected.