Add local to the args.

This commit is contained in:
Deklan Dieterly 2014-03-20 16:30:59 -06:00
parent d16a46b211
commit 9c20a6bef7

View File

@ -15,7 +15,7 @@ script
. /etc/default/mon-thresh
fi
exec /usr/bin/java -Xmx8g -DLOGDIR=${LOGDIR:-/tmp} -cp /opt/mon/mon-thresh.jar com.hpcloud.mon.ThresholdingEngine /etc/mon/mon-thresh-config.yml topology-name
exec /usr/bin/java -Xmx8g -DLOGDIR=${LOGDIR:-/tmp} -cp /opt/mon/mon-thresh.jar com.hpcloud.mon.ThresholdingEngine /etc/mon/mon-thresh-config.yml mon-thresh local
end script