Update zeekcaptureloss.sh

This commit is contained in:
Mike Reeves
2020-11-11 11:43:48 -05:00
committed by GitHub
parent edb0d71e87
commit 73c17b77ae

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# This script returns the average of all the workers average capture loss to telegraf / influxdb in influx format include nanosecond precision timestamp
APP=zeekloss
APP=zeekcaploss
lf=/tmp/$APP-pidLockFile
# create empty lock file if none exists
cat /dev/null >> $lf