Skip to content

Commit

Permalink
Correction for local monitor only
Browse files Browse the repository at this point in the history
No need for client configuration for log supervision
  • Loading branch information
filipealmeida committed Dec 5, 2016
1 parent 04b3f3b commit 3bad180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitorNode.sh
@@ -1,8 +1,8 @@
RELEASE="test"
LISK_PATH="/home/$USER/lisk-$RELEASE"
LISK_LOG="/home/$USER/lisk-$RELEASE/logs/lisk_$RELEASE.app.log"
LISK_SH="/home/$USER/lisk-$RELEASE/lisk.sh"
LOG_FILE="logs/monitorNode.log"
MINUTES="5"
CONFIG="src/liskak_testnet.json"
pkill -f $LISK_LOG -9
nohup bash liskak.sh -c $CONFIG -J $LISK_LOG -K $LISK_SH -B $MINUTES > $LOG_FILE 2>&1&
nohup bash liskak.sh -S ${LISK_PATH} -J $LISK_LOG -K $LISK_SH -B $MINUTES > $LOG_FILE 2>&1&

0 comments on commit 3bad180

Please sign in to comment.