Skip to content

A simple Bash script that you can run e.g. daily via Cron to grab the current access.log from your webserver, parse it and find HTTP error codes to report them. The script can be run from any *NIX machine under your control, be it a monitoring or development server or even your own laptop.

Notifications You must be signed in to change notification settings

technopagan/server-log-parser-error-reporting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A Server Logfile Parser with Error Reporting

A simple Bash script that you can run e.g. daily via Cron to grab the current access.log from your webserver, parse it and find HTTP error codes to report them.

The script can be run from any *NIX machine under your control, be it a monitoring or development server or even your own laptop.

All you need is SSH authentication via keyfiles and standard tools like mail etc. The script itself is decently commented and should provide ample information on what you need to configure and how to run it.

About

A simple Bash script that you can run e.g. daily via Cron to grab the current access.log from your webserver, parse it and find HTTP error codes to report them. The script can be run from any *NIX machine under your control, be it a monitoring or development server or even your own laptop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages