Change EPS for Telegraf

This commit is contained in:
Mike Reeves
2021-04-19 14:20:00 -04:00
parent 0c0edbaac8
commit be6933e8fb
6 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ THEGREP=$(ps -ef | grep $0 | grep -v $$ | grep -v grep)
if [ ! "$THEGREP" ]; then
FILES=$(ls -1x /host/nsm/faf/complete/ | wc -l)
FILES=$(ls -1x /host/nsm/strelka/unprocessed | wc -l)
echo "faffiles files=$FILES"
else