Fellow Monks,
I'm attempting to implement an SNMP agent inside one of my applications so that It can provide info about it's state and health to another monitoring station. I'm using net-snmp and their perl bindings (NetSNMP,SNMP). I have scalar values working ok, however documentation for these modules are extremely lacking, as are examples. I'm trying to get tables to work currently and I've hit a road block. I was curious if anyone else has done something similar. Comments are greatly appreciated. (Yes, I know that there are probably easier ways, perhaps even better ways of accomplishing the same goal, but I'd like to stick with SNMP if at all possible)
TIA.