ossp-pkg/snmpdx/00TODO
_ ___ ____ ____ ____ _
|_|_ _ / _ \/ ___/ ___|| _ \ ___ _ __ _ __ ___ _ __ __| |_ __
_|_||_| | | | \___ \___ \| |_) | / __| '_ \| '_ ` _ \| '_ \ / _` \ \/ /
|_||_|_| | |_| |___) |__) | __/ \__ \ | | | | | | | | |_) | (_| |> <
|_|_|_| \___/|____/____/|_| |___/_| |_|_| |_| |_| .__/ \__,_/_/\_\
|_|
OSSP snmpdx - SNMP Daemon Extension
TODO
====
CANDO
=====
- write more snmpdx.pod documentation
- implement more probes [thl]
- allow two modules to run and cache the same command with different
expire times by using/enforcing the smaller expire time in the cache object.
- speed up initial MIB processing by trying to consolidate snmptranslate calls?
- 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