mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 06:58:59 +02:00
* Added an 'RDApplication::ExitCode'. * Implemented 'RDApplication::ExitCode' in rdimport(1). * Implemented 'RDApplication::ExitCode' in rdlogmanager(1). * Implemented 'RDApplication::ExitCode' in rdservice(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
235 lines
6.9 KiB
XML
235 lines
6.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<refentry id="stdin" xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
<!--
|
|
Header
|
|
-->
|
|
<refmeta>
|
|
<refentrytitle>rdlogmanager</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
<refmiscinfo class='source'>July 2019</refmiscinfo>
|
|
<refmiscinfo class='manual'>Linux Audio Manual</refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>rdlogmanager</refname>
|
|
<refpurpose>
|
|
Module for generating Rivendell logs and reports
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname>Fred</firstname>
|
|
<surname>Gleason</surname>
|
|
<email>fredg@paravelsystems.com</email>
|
|
</personname>
|
|
<contrib>Application Author</contrib>
|
|
</author>
|
|
</info>
|
|
|
|
<!--
|
|
Body
|
|
-->
|
|
<refsynopsisdiv id='synopsis'>
|
|
<cmdsynopsis>
|
|
<command>rdlogmanager</command>
|
|
<arg choice='opt'><replaceable>OPTIONS</replaceable></arg>
|
|
<sbr/>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1 id='description'><title>Description</title>
|
|
<para>
|
|
<command>rdlogmanager</command><manvolnum>1</manvolnum> is a
|
|
Rivendell module for generating logs and reports. When invoked with
|
|
no arguments, it will start up in GUI mode. Operation in GUI mode
|
|
is documented in the Rivendell Operations Guide.
|
|
</para>
|
|
<para>
|
|
If one or more options are given,
|
|
<command>rdlogmanager</command><manvolnum>1</manvolnum> will operate
|
|
in batch mode.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 id='mode_options'><title>Mode Options</title>
|
|
<para>
|
|
For operation in batch mode, exactly one of the following mode options
|
|
must be given:
|
|
</para>
|
|
<variablelist remap='TP'>
|
|
<varlistentry>
|
|
<term>
|
|
<option>-g</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Generate a new log. The <option>-s</option> switch must also be
|
|
given to specify the service (see below). Unless otherwise
|
|
modified by the <option>-d</option> option (see below), a log will
|
|
be generated for the day following the current day --i.e.
|
|
"tomorrow".
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<option>-m</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Merge the Music log. The <option>-s</option> switch must also be
|
|
given to specify the service (see below). Unless otherwise
|
|
modified by the <option>-d</option> option (see below), the merge
|
|
will be done for the day following the current day --i.e.
|
|
"tomorrow".
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<option>-t</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Merge the Traffic log. The <option>-s</option> switch must also be
|
|
given to specify the service (see below). Unless otherwise
|
|
modified by a <option>-d</option> option (see below), the merge
|
|
will be done for the day following the current day --i.e.
|
|
"tomorrow".
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<option>-r
|
|
<arg choice='req'><replaceable>rpt-name</replaceable></arg>
|
|
</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Generate a report, using the template named
|
|
<replaceable>rpt-name</replaceable>. Unless otherwise
|
|
modified by <option>-d</option> or <option>-e</option> options
|
|
(see below), the report will be generated for the day before the
|
|
current day --i.e. "yesterday".
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 id='modifier_options'><title>Modifier Options</title>
|
|
<para>
|
|
Modifier options change the default parameters of the specified mode.
|
|
</para>
|
|
<variablelist remap='TP'>
|
|
<varlistentry>
|
|
<term>
|
|
<option>-d
|
|
<arg choice='req'><replaceable>days</replaceable></arg>
|
|
</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specify a start date offset in days. For log operations, this will
|
|
be added to "tomorrow's" date to arrive at a target date,
|
|
whereas for report operations it will be added to
|
|
"yesterday's" date to arrive at a target date.
|
|
Default value is <userinput>0</userinput>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<option>-e
|
|
<arg choice='req'><replaceable>days</replaceable></arg>
|
|
</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specify an end date offset in days. This will be added to
|
|
"yesterday's"
|
|
date to arrive at a target end date. Valid only for certain report
|
|
types. Default value is <userinput>0</userinput>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<option>-P</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Protect an existing target object --i.e. if the specified
|
|
operation has already been performed, do not overwrite the
|
|
prior result.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term>
|
|
<option>-s
|
|
<arg choice='req'><replaceable>service-name</replaceable></arg>
|
|
</option>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Specify the name of the service for a log operation. Required
|
|
when the the <option>-g</option>, <option>-m</option> or
|
|
<option>-t</option> modes are specified (see above).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect1>
|
|
|
|
<refsect1 id='exit_values'><title>Exit Values</title>
|
|
<para>
|
|
<segmentedlist>
|
|
<?dbhtml list-presentation="tabular"?>
|
|
<?dbfo list-presentation="tabular"?>
|
|
<segtitle></segtitle>
|
|
<segtitle></segtitle>
|
|
<seglistitem><seg>0</seg><seg>Normal exit</seg></seglistitem>
|
|
<seglistitem><seg>2</seg><seg>Unable to open database</seg></seglistitem>
|
|
<seglistitem><seg>4</seg><seg>Unknown/invalid command line option</seg></seglistitem>
|
|
<seglistitem><seg>5</seg><seg>Unable to overwrite output [-P given]</seg></seglistitem>
|
|
<seglistitem><seg>6</seg><seg>No such service</seg></seglistitem>
|
|
<seglistitem><seg>7</seg><seg>No such log</seg></seglistitem>
|
|
<seglistitem><seg>8</seg><seg>No such report</seg></seglistitem>
|
|
<seglistitem><seg>9</seg><seg>Log generation failed</seg></seglistitem>
|
|
<seglistitem><seg>10</seg><seg>Schedule import failed</seg></seglistitem>
|
|
<seglistitem><seg>11</seg><seg>Insufficient permissions</seg></seglistitem>
|
|
<seglistitem><seg>12</seg><seg>Report generation failed</seg></seglistitem>
|
|
</segmentedlist>
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
<title>BUGS</title>
|
|
<para>
|
|
The syntax of <command>rdlogmanager</command><manvolnum>1</manvolnum>'s
|
|
switches is decidedly grotty, nor does it conform to the
|
|
"long-form" switch conventions used in most other
|
|
Rivendell commands.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 id='see_also'><title>See Also</title>
|
|
<para>
|
|
<citerefentry>
|
|
<refentrytitle>rdclilogedit</refentrytitle><manvolnum>1</manvolnum>
|
|
</citerefentry>
|
|
<literal>,</literal>
|
|
<citerefentry>
|
|
<refentrytitle>rdrender</refentrytitle><manvolnum>1</manvolnum>
|
|
</citerefentry>
|
|
</para>
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|