You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<module name="scorgls" category="Utilities">
<description>List origin IDs from database.</description>
<command-line>
<synopsis>
scorgls [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="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="Origins">
<option long-flag="begin" argument="time">
<description>
The lower bound of the time interval. Format:
&quot;2012-01-01 00:00:00&quot;.
</description>
</option>
<option long-flag="end" argument="time">
<description>
The upper bound of the time interval. Format:
&quot;2012-01-01 00:00:00&quot;.
</description>
</option>
</group>
<group name="Output">
<option long-flag="delimiter" flag="D" argument="string">
<description>
The delimiter of the resulting origin IDs.
</description>
</option>
</group>
</command-line>
</module>
</seiscomp>