mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Add options for starting scope without app or probe.
This commit is contained in:
@@ -37,6 +37,14 @@ while true; do
|
||||
shift 2
|
||||
PROBE_ARGS="$PROBE_ARGS -$ARG_NAME=$ARG_VALUE"
|
||||
;;
|
||||
--no-app)
|
||||
touch /etc/service/app/down
|
||||
shift 1
|
||||
;;
|
||||
--no-probe)
|
||||
touch /etc/service/probe/down
|
||||
shift 1
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user