Fix monitoring scripts (again).
This commit is contained in:
parent
55d1b4c1c8
commit
c473d9bbe2
4 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
. ./vars.sh
|
||||
RHIZO_SCRIPT="/home/rhizomatica/bin"
|
||||
. $RHIZO_SCRIPT/vars.sh
|
||||
|
||||
while (true);
|
||||
do STR=`echo "show lchan" | nc localhost 4242 | grep BROKEN`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue