A simple http access log monitor.
Install with pip
.
pip install tailer
update manually with
track this issue to see whether manual process could be ignored
Run program with threshold 100 (traffic alert) and log path /private/var/log/apache2/access_log.
python3 log_monitor.py 100 /private/var/log/apache2/access_log
Run tests.
python3 test_log_monitor.py