Skip to content

markbalt/reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporter

Reporter is a simple reporting tool. It currently works with MySQL. This script runs a SQL script and emails the result as an attachment to a destination address. It works well as a cron job.

Config Files

Running a Report

To use, create a .sql file in catalog/. Then pass that script name and recipient to report.sh:

report.sh my_script [email@domain.com]

Alternatively, you can specify comma-delimited recipients in a .to file in the catalog/ directory with the base filename the same as the report name and leave out the recipient parameter.

Simple as that.

About

Simple reporting tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published