aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/mailreport.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug with quarterly report schedulingDaniel Hunsaker2014-02-021-1/+1
| | | | | | | | monthofyear was being unset for all intervals which weren't yearly. A check was added for quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports once every month. The behavior should now be as expected. Bumped version number accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Allow for multiple filter terms in mailreportjim-p2014-01-301-1/+1
|
* Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-081-1/+3
| | | | | | | | | - Defined frequencies for quarterly and yearly mail reports - Extended frequency-to-crontab conversion logic to cover new frequency settings - Added form elements for new frequency configurations - Bumped version number, and added files to deinstall command for cleaner removal Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Mail Reports: Ensure some variables are actually arrays before using them, ↵jim-p2013-10-291-1/+1
| | | | avoids an error and some console output if certain portions of a report have never been used. Version bump.
* When sending an e-mail report, do not generate output, otherwise it will ↵jim-p2013-10-091-1/+1
| | | | generate a message from cron.
* Some more refinements for the mail reports package.jim-p2013-03-291-1/+1
|
* Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-281-3/+11
|
* And one more copy/pasteojim-p2011-07-191-0/+1
|
* Fix one more pathjim-p2011-07-191-1/+0
|
* Fix pathsjim-p2011-07-191-4/+4
|
* Add mailreport package for periodic e-mail of RRD graphs. First rev.jim-p2011-07-191-0/+94