From 651dd8c43c4aab0ec854f6b01cca8ab99fecce25 Mon Sep 17 00:00:00 2001 From: jim-p Date: Fri, 29 Mar 2013 10:35:10 -0400 Subject: Add one more little note. --- config/mailreport/status_mail_report_add_cmd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mailreport/status_mail_report_add_cmd.php b/config/mailreport/status_mail_report_add_cmd.php index 4a82f051..7693f7a4 100644 --- a/config/mailreport/status_mail_report_add_cmd.php +++ b/config/mailreport/status_mail_report_add_cmd.php @@ -120,7 +120,7 @@ include("head.inc");   -
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 > Command. +
NOTE: Use full paths to commands to ensure they run properly. 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 > Command.

Do not use this solely as a way to run a command on a schedule, use the Cron package for that purpose instead. -- cgit v1.2.3