This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Send statistical data via SNMP

I am working on a SunOS 5.10 Generic_142900-03 sun4v sparc SUNW,Netra-T2000 
With this command: (Unix based cronjob)

Code:
tail -1 FSC-xxxxxxxxx.stat | nawk -F, '{print $2}'

I want to send the numeric output of this command from a statistical file which is updating constantly via SNMPv2 every 1 minute to a remote monitoring node. What is the best way to achieve this without affecting the custom SUN MIBs? Where do I send the output of the above command for it to be polled by the SNMP management node?