The intention of this tutorial is to make you familiar with the features supported by AdventNet Agent Toolkit for Multi-Protocol Agents. The power of the tools present in the toolkit and the rich agent features are illustrated in this tutorial by developing a Reference Implementation Agent for a Simple application. With this implementation, you can view the statistics of the application and also configure them from a remote place using a manager application. (ie) the agent exposes the application data to the manager through this implementation. After reading this tutorial you will be able to
Create a MIB using the MIB Editor
Generate and compile the code for the MIBs created, using the JMX Compiler. The generated code will be based on the Model MBeans specified by JMX specification.
Instrument Scalars created in the MIB.
Instrument Tables using the UserStorageModel approach.
Implement JMX Notification.