# This script allows the user to add to the base
# OSWbb data collection. To add a custom script
# and have OSWbb call and manage it, create a one
# line entry for each script you want to run in this file. 
# There is a maximum limit of 10 scripts that can be called
# by OSWbb using this interface. Save the file and rename to extras.txt
#
# The file format is as follows...
# shell_script utility_name directory_name
# where shell_script = shell program to execute
# where utility_name = name of this program 
# where directory_name is directory name under the archive
# 
# Examples:
call_du.sh du oswdu 
call_sar.sh sar oswsar 
call_uptime.sh uptime oswuptime
 
