Bro - Add cron for checking PL

This commit is contained in:
Mike Reeves
2018-11-29 19:33:06 -05:00
parent 3b209d82a7
commit 11e6126c25
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Get the data
DROP=$(tac /var/log/stenographer/stenographer.log | grep -m1 drop | awk '{print $14}' | awk -F "=" '{print $2}')
echo "stenodrop drop=$DROP"