-
Notifications
You must be signed in to change notification settings - Fork 75
GoAccess log analyzer
Bill Seremetis edited this page Oct 18, 2019
·
3 revisions
https://goaccess.io - real time nginx monitoring https://goaccess.io/download + install instructions
For BOA v4 this was needed in the ~/.goaccessrc
file:
time-format %H:%M:%S
date-format %d/%b/%Y
log-format ~h{," } %v [%d:%t %^] "%r" %s %b %^ %^ "%R" "%u" %^ "%^"
goaccess -f /var/log/nginx/access.log
- cd /var/www
- mkdir goaccess
- chmod 775 goaccess
- chown -R www56:www-data goaccess
- cd goaccess
- touch report.html
- ln -s report.html index.php
- goaccess -f /var/log/nginx/access.log -o report.html --real-time-html
- cd /var/aegir/config/server_master/nginx/vhost.d
- copy adminer vhost file to a goaccess vhost file
- Edit file and modify the domain as required.
Enjoy realtime nginx monitoring!