Once you're done creating your class, create a .jar
file for it and any other required classes. Create an XML test descriptor as described above for your class. Place the test descriptor in $TRAVERSE_HOME/plugin/monitors.
Make a directory in a $TRAVERSE_HOME/plugin/monitors
called <type>/lib
, where <type>
is the type of monitor in your XML test descriptor. So, for the weather example described in Weather Information Plugin Test Descriptor, you should create a directory called $TRAVERSE_HOME/plugin/monitors/weather/lib
. Place the *.jar
file you just created in the lib
directory. If Traverse is installed in a distributed environment (multiple hosts), the plugin package and test descriptor file should be installed on each host running Traverse.