Files
2025/etc/descriptions/scevtlog.xml

79 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scevtlog" category="Utilities">
<description>Event log preserving the history of updates.</description>
<configuration>
<parameter name="directory" type="string" default="@LOGDIR@/events">
<description>
Specify the output directory. Within this directory the logging
directory structure and the event files are stored.
</description>
</parameter>
<parameter name="format" type="string" default="xml" values="xml,autoloc1,autoloc3">
<description>
Event output format. For completeness it is recommended to stick
with the default 'xml' as it can be converted to 'autoloc1' and
'autoloc3' by scbulletin but not the other way around.
</description>
</parameter>
<parameter name="gzip" type="boolean" default="false">
<description>
If format is xml then all XML files will be compressed with gzip
and stored with file extension &quot;.xml.gz&quot;. They are also
valid gzip files and can be used as input to e.g. zgrep.
</description>
</parameter>
</configuration>
<command-line>
<synopsis>
scevtlog [options]
</synopsis>
<group name="Generic">
<optionReference>generic#help</optionReference>
<optionReference>generic#version</optionReference>
<optionReference>generic#config-file</optionReference>
<optionReference>generic#plugins</optionReference>
<optionReference>generic#daemon</optionReference>
<optionReference>generic#auto-shutdown</optionReference>
<optionReference>generic#shutdown-master-module</optionReference>
<optionReference>generic#shutdown-master-username</optionReference>
</group>
<group name="Verbosity">
<optionReference>verbosity#verbosity</optionReference>
<optionReference>verbosity#v</optionReference>
<optionReference>verbosity#quiet</optionReference>
<optionReference>verbosity#component</optionReference>
<optionReference>verbosity#syslog</optionReference>
<optionReference>verbosity#lockfile</optionReference>
<optionReference>verbosity#console</optionReference>
<optionReference>verbosity#debug</optionReference>
<optionReference>verbosity#log-file</optionReference>
</group>
<group name="Messaging">
<optionReference>messaging#user</optionReference>
<optionReference>messaging#host</optionReference>
<optionReference>messaging#timeout</optionReference>
<optionReference>messaging#primary-group</optionReference>
<optionReference>messaging#subscribe-group</optionReference>
<optionReference>messaging#content-type</optionReference>
<optionReference>messaging#start-stop-msg</optionReference>
</group>
<group name="Database">
<optionReference>database#db-driver-list</optionReference>
<optionReference>database#database</optionReference>
<optionReference>database#config-module</optionReference>
<optionReference>database#inventory-db</optionReference>
<optionReference>database#db-disable</optionReference>
</group>
<group name="Storage">
<option flag="o" long-flag="directory" argument="arg" param-ref="directory"/>
<option flag="f" long-flag="format" argument="arg" param-ref="format"/>
</group>
</command-line>
</module>
</seiscomp>