aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/status_mail_report_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling, email header and table headercrocomo2014-02-251-4/+4
| | | | | | | | | * Spelling now sticks with [1] (email, Email at the beginning of a sentence) * Email header now "Email Report" instead of "Graph Report" * Table header now "Commands" instead of "Cmds" (plus fix for width) * Version increased to 2.0.10 [1] https://www.rfc-editor.org/rfc-style-guide/terms-online.txt
* 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>
* Resolved interface bugs preventing new frequencies from displaying properlyDaniel Hunsaker2014-01-081-5/+5
| | | | Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-081-10/+83
| | | | | | | | | - 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>
* Remove mailreports redirect if RRD is disabled (except for page adding an ↵jim-p2014-01-021-12/+6
| | | | | | rrd graph). Since it works with other info, it no longer r elies on RRD being enabled. Also fixup (c), filename, and privilege headers.
* Fixed edit report logs bug in status_mail_report_edit.phpDavid Lee2013-06-081-1/+1
| | | status_mail_report_edit.php had an incorrect entry for editing the log report. This is a small changed that simply replaces status_mail_report_add_cmd.php with status_mail_report_add_log.php where appropriate.
* 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-17/+109
|
* Respect the user-defined interface names in e-mailed RRD graphs, and in ↵jim-p2011-07-271-5/+7
| | | | drop-downs for building reports.
* Activate cron jobs after saving config.jim-p2011-07-191-1/+2
|
* Add mailreport package for periodic e-mail of RRD graphs. First rev.jim-p2011-07-191-0/+294