#! /bin/sh
# this is mainly here to work with daemontools
# call with -o to process perfdata file only once--can be done with Nagios 2
exec 2>&1

scriptRoot=`echo $0 | sed -e 's,[\\/][^\\/]*$,,'`
. $scriptRoot/set_paths

exec java -cp $classpath perf2rrd $*

