Replies: 1 comment
-
To parse a specific status code, e.g., 500 (Internal Server Error):
Or multiple status codes:
Some examples can be found on the man page. #117 will address this much more elegantly. I'm working on this as we speak though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm playing around with goaccess and I'm considering using it to monitor my website, how every there are two statistics that I'm missing. These are the ability to see the urls that resulted in HTTP 500, 301 and 302istend of only the number of occurrences. Currently I'm testing the software out and I'm creating a html report with the command:
goaccess some.log -a -o report.html
Did I miss something? Is there a way to achieve what I want? In the future I plan to use goaccess in real time on a server so if a solution applies to only that scenario it's still good.
Beta Was this translation helpful? Give feedback.
All reactions