Little bug in log_packets.sh (sguil_sensor)
Status: Beta
Brought to you by:
bamm
When i run `./log_packets.sh start` i get next error:
"./log_packets.sh: line 159: [: слишком много аргументов" (too many arguments).
I find this sting in script, and saw that one output string contain world "Доступно" (free). I change this string in script to `df -P /var/log/snort | grep -v -i filesystem | awk '{print $5}' | tr -d % | grep -P [0-9]+` (add last grep command) and this resolve my problem.
PS thaks for you product
PPS sorry for my english