[interchange-docs] xmldocs - racke modified glossary/jobs

docs at icdevgroup.org docs at icdevgroup.org
Thu Apr 3 10:36:46 EST 2008


User:      racke
Date:      2008-04-03 15:36:46 GMT
Modified:  glossary jobs
Log:
fix links
add tracking section

Revision  Changes    Path
1.6                  xmldocs/glossary/jobs


rev 1.6, prev_rev 1.5
Index: jobs
===================================================================
RCS file: /var/cvs/xmldocs/glossary/jobs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jobs	27 Mar 2008 15:46:54 -0000	1.5
+++ jobs	3 Apr 2008 15:36:46 -0000	1.6
@@ -13,12 +13,12 @@
 </para>
 
 <section id="JobDirectories">
-<title>Job Directories and Files</title>
+<title>Directories and Files</title>
 <para>
 Every job is tied to a directory containing job files. The selection
-of the files is controlled by the &Conf-HTMLsuffix; and the 
+of the files is controlled by the &conf-HTMLsuffix; and the 
 <literal>suffix</literal> &conf-Jobs; attribute. By default all files not
-matching &Conf-HTMLsuffix; are included. 
+matching &conf-HTMLsuffix; are included. 
 </para>
 <para>
 The following configuration example directs Interchange to execute
@@ -33,7 +33,7 @@
 </section>
 
 <section id="JobOutput">
-<title>Job Output and Logging</title>
+<title>Output and Logging</title>
 <para>
 Interchange gathers the output of all job files and passes through
 the filter(s) specified with <literal>filter</literal> key of the &conf-Jobs;
@@ -42,7 +42,7 @@
 <para>
 The remaining output is optionally written to the job logfile and/or
 emailed as specified by the <literal>log</literal> and <literal>email</literal>
-keys of the &conf-Jobs; directive. 
+keys of the &conf-Jobs; directive.
 <programlisting>
 Job email racke at linuxia.de
 Job log logs/job
@@ -50,4 +50,20 @@
 </para>
 </section>
 
+<section id="JobTracking">
+<title>Tracking</title>
+<para>
+Tracking jobs into a database table can be enabled with the
+<literal>trackdb</literal> key of the &conf-Jobs; directive.
+</para>
+<programlisting>
+Job trackdb jobs
+</programlisting>
+<para>
+Required fields for this table are <literal>code</literal>,
+<literal>name</literal>, <literal>pid</literal>,
+<literal>begin_run</literal>, <literal>end_run</literal>.
+</para>
+</section>
+
 <para>
\ No newline at end of file






More information about the docs mailing list