[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
117
etc/descriptions/scdispatch.xml
Normal file
117
etc/descriptions/scdispatch.xml
Normal file
@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<module name="scdispatch" category="Utilities">
|
||||
<description>
|
||||
Read objects (event, origin, etc) from a SCML file and sends the objects
|
||||
to the messaging system.
|
||||
</description>
|
||||
<command-line>
|
||||
<synopsis>
|
||||
scdispatch [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="Dispatch">
|
||||
<option flag="e" long-flag="no-events">
|
||||
<description>
|
||||
Do not send any event object which are ignored when reading
|
||||
event parameters.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="i" long-flag="input" argument="arg">
|
||||
<description>
|
||||
File from which the content is dispatched to the messaging.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="O" long-flag="operation" argument="arg" default="merge" values="add,update,remove,merge,merge-without-remove">
|
||||
<description>
|
||||
Merge and merge-without-remove require a database
|
||||
connection. Both will read the object corresponding to the
|
||||
sent object from the database and calculate the differences.
|
||||
Merge-without-remove behaves like merge with the exception
|
||||
that remove operations will be filtered out and no objects
|
||||
in the database will be removed.
|
||||
|
||||
If add, update or remove is specified, then all objects in
|
||||
XML are sent with the given operation regardless of their
|
||||
existence in the database.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="print-objects">
|
||||
<description>
|
||||
Print names of routable objects.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="print-routingtable">
|
||||
<description>
|
||||
Print routing table.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="routingtable" argument="arg" default="Amplitude:AMPLITUDE,Event:EVENT,FocalMechanism:FOCMECH,Magnitude:MAGNITUDE, Origin:LOCATION,Pick:PICK,StationMagnitude:MAGNITUDE">
|
||||
<description>
|
||||
Specify routing table as comma separated list of object:group
|
||||
pairs, e.g. "Origin:LOCATION,Event:EVENT". When an
|
||||
object should be routed to a group and no table entry for
|
||||
that particular class type is available, all parent objects
|
||||
are checked for valid routing entries and the first found is
|
||||
used. E.g. if only "Origin:LOCATION" is specified
|
||||
but the input file contains also Arrivals which are child
|
||||
objects of Origin then the routing entry of Origin is used
|
||||
because of the parent-child relationship between Origin and
|
||||
Arrival.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="test">
|
||||
<description>
|
||||
Test mode. Does not send any object.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="create-notifier">
|
||||
<description>
|
||||
Do not send any object. All notifiers will be written to
|
||||
standard output in XML format.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
</command-line>
|
||||
</module>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user