mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Merge pull request #345 from weaveworks/no-probe
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