aboutsummaryrefslogtreecommitdiffstats
path: root/config/mailreport/status_mail_report_add_cmd.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-03-29 10:31:21 -0400
committerjim-p <jimp@pfsense.org>2013-03-29 10:31:21 -0400
commit9bb239d4732cfd2b3ee6a5ade5839267563a6d0b (patch)
tree6dd45a9e69281aecf9038c8aa071babc97a7c587 /config/mailreport/status_mail_report_add_cmd.php
parente95e1e535d60d7cfbf87a8ee56bd3eb01a24656b (diff)
downloadpfsense-packages-9bb239d4732cfd2b3ee6a5ade5839267563a6d0b.tar.gz
pfsense-packages-9bb239d4732cfd2b3ee6a5ade5839267563a6d0b.tar.bz2
pfsense-packages-9bb239d4732cfd2b3ee6a5ade5839267563a6d0b.zip
Some more refinements for the mail reports package.
Diffstat (limited to 'config/mailreport/status_mail_report_add_cmd.php')
-rw-r--r--config/mailreport/status_mail_report_add_cmd.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php
index adbdcd77..4a82f051 100644
--- a/config/mailreport/status_mail_report_add_cmd.php
+++ b/config/mailreport/status_mail_report_add_cmd.php
@@ -118,6 +118,14 @@ include("head.inc");
</td>
</tr>
<tr>
+ <td>&nbsp;</td>
+ <td>
+ <br/>NOTE: The command will be run during the report and its stdout output will be included in the report body. Be extremely careful what commands you choose to run, the same warnings apply as those when using Diagnostics &gt; Command.
+ <br/>
+ <br/>Do not use this solely as a way to run a command on a schedule, use the Cron package for that purpose instead.
+ </td>
+ </tr>
+ <tr>
<td colspan="2" align="center">
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>">
<a href="status_mail_report_edit.php?id=<?php echo $reportid;?>"><input name="cancel" type="button" class="formbtn" value="<?=gettext("Cancel");?>"></a>