Index: ossp-pkg/snmpdx/00TODO RCS File: /v/ossp/cvs/ossp-pkg/snmpdx/00TODO,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/snmpdx/00TODO,v' 2>/dev/null --- 00TODO 2003/09/02 18:08:50 1.7 +++ 00TODO 2003/09/03 15:02:04 1.8 @@ -3,11 +3,21 @@ ==== - implement more probes [thl] +- support "pass" option from net-snmp's snmpd with -g/-n options + (especially useful for command line testing without snmpd(8)) +- write snmpdx.pod documentation CANDO ===== +- write probe snmpdx.pm which provides name and version and which + especially can be also used as the always present probe in Makefile + during restart. +- add --param=key:value command line option for passing key/value + pairs into snmpdx for use by probes as some sort of configuration. +- provide "-expire" field in $obj which the probes can fill out. + If filled out, the framework uses this to cache the result + value to speed up things even more. - split out MIB parts of each probe into own sub-MIBs - Makefile and snmpdx.cfg still contains some hard-coded things -- support "pass" option from net-snmp's snmpd with -g/-n options