Ident samples
This commit is contained in:
parent
6184c0bf3d
commit
02db9cc19c
47 changed files with 2660 additions and 215 deletions
9
tutorial/docker-orchestration/misc/mymonitoring-wait/start.sh
Executable file
9
tutorial/docker-orchestration/misc/mymonitoring-wait/start.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
influxd &
|
||||
WAIT=$!
|
||||
|
||||
/opt/chronograf/chronograf &
|
||||
WAIT="${WAIT} $!"
|
||||
|
||||
wait ${WAIT}
|
||||
Loading…
Add table
Add a link
Reference in a new issue