mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Make --app-only run the app, not the probe.
This commit is contained in:
@@ -33,10 +33,10 @@ while true; do
|
||||
APP_ARGS="$APP_ARGS -log.level=debug"
|
||||
PROBE_ARGS="$PROBE_ARGS -log.level=debug"
|
||||
;;
|
||||
--no-app|--app-only)
|
||||
--no-app|--probe-only)
|
||||
touch /etc/service/app/down
|
||||
;;
|
||||
--no-probe|--probe-only)
|
||||
--no-probe|--app-only)
|
||||
touch /etc/service/probe/down
|
||||
;;
|
||||
--weave.hostname*)
|
||||
|
||||
Reference in New Issue
Block a user