From e5817421dfb1c6e90914b17e4016d8c2f583ea4e Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Fri, 1 Jul 2005 22:44:36 +0000 Subject: Bug 274404 - Document the new whining functionality that will be available in 2.20. Patch by A. Karl Kornel r=colin,joel --- docs/xml/installation.xml | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'docs/xml/installation.xml') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 6f3ba4c7a..d3475f763 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1176,7 +1176,7 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s -
+
The Whining Cron What good are @@ -1202,6 +1202,45 @@ c:\perl\bin\perl.exe -xc:\bugzilla -wT "%s" %s
+
+ Whining + + + As of Bugzilla 2.20, users can configure Bugzilla to regularly annoy + them at regular intervals, by having Bugzilla execute saved searches + at certain times and emailing the results to the user. This is known + as "Whining". The process of configuring Whining is described + in , but for it to work a Perl script must be + executed at regular intervals. + + + + This can be done by adding the following command as a daily + crontab entry, in the same manner as explained above for bug + graphs. This example runs it every 15 minutes. + + + */15 * * * * cd <your-bugzilla-directory> ; ./whine.pl + + + + Whines can be executed as often as every 15 minutes, so if you specify + longer intervals between executions of whine.pl, some users may not + be whined at as often as they would expect. Depending on the person, + this can either be a very Good Thing or a very Bad Thing. + + + + + + Windows does not have 'cron', but it does have the Task + Scheduler, which performs the same duties. There are also + third-party tools that can be used to implement cron, such as + nncron. + + +
+
Patch Viewer -- cgit v1.2.3-24-g4f1b