[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
211
etc/descriptions/scinv.xml
Normal file
211
etc/descriptions/scinv.xml
Normal file
@ -0,0 +1,211 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<module name="scinv" category="Inventory">
|
||||
<description>Inventory database synchronisation.</description>
|
||||
<command-line>
|
||||
<synopsis>
|
||||
scinv command [options] [files]
|
||||
</synopsis>
|
||||
<description>
|
||||
Command is one of: sync, merge, apply, keys, ls and check.
|
||||
</description>
|
||||
<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>
|
||||
<optionReference>generic#print-config-vars</optionReference>
|
||||
<optionReference>generic#validate-schema-params</optionReference>
|
||||
<optionReference>generic#dump-settings</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>
|
||||
<optionReference>verbosity#print-context</optionReference>
|
||||
<optionReference>verbosity#print-component</optionReference>
|
||||
<optionReference>verbosity#log-utc</optionReference>
|
||||
<optionReference>verbosity#trace</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="Manager">
|
||||
<option long-flag="filebase" argument="dir">
|
||||
<description>
|
||||
Directory to check for inventory XML files. If not given,
|
||||
all XML files passed are checked.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="rc-dir" argument="dir">
|
||||
<description>
|
||||
If given, rc (resource) files will be created in this
|
||||
directory for each station. The station descriptions will be
|
||||
from the last available epoch.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="key-dir" argument="dir">
|
||||
<description>
|
||||
The directory to synchronise key files to. If not given,
|
||||
@SYSTEMCONFIGDIR@/key is assumed.
|
||||
</description>
|
||||
</option>
|
||||
<option flag="o" long-flag="output" argument="file">
|
||||
<description>
|
||||
Output file for writing inventory XML after merging.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="purge-keys">
|
||||
<description>
|
||||
(default) Delete key files if a station does not exist in
|
||||
inventory.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="no-purge-keys">
|
||||
<description>
|
||||
Do not delete key files if a station does not exist in
|
||||
inventory.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
|
||||
<group name="Check">
|
||||
<option long-flag="distance" unit="km" default="10">
|
||||
<description>
|
||||
Maximum allowed distance between station and location
|
||||
coordinates when using the check command.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="max-elevation-difference" unit="m" default="500">
|
||||
<description>Maximum allowed difference in elevation
|
||||
between station and sensorlocation in m. Larger differences
|
||||
will be reported.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="max-sensor-depth" unit="m" default="500">
|
||||
<description>
|
||||
Maximum allowed depth of channel (sensor). This is the depth
|
||||
of the sensor below the surface in m. Larger depths will be
|
||||
reported.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
|
||||
<group name="List">
|
||||
<option long-flag="compact">
|
||||
<description>
|
||||
Enable compact output for ls: each object one line.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="level" argument="int">
|
||||
<description>
|
||||
Information level reported by ls. One of "net", "sta",
|
||||
"cha" or "resp". Default is "cha".
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="nslc">
|
||||
<description>
|
||||
Enable NSLC output for ls as NET.STA.LOC.CHA. The option
|
||||
implies level = cha.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
|
||||
<group name="Merge">
|
||||
<option long-flag="strip">
|
||||
<description>
|
||||
Remove unreferenced objects (data loggers, sensors, ...).
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
|
||||
<group name="Sync">
|
||||
<option long-flag="create-notifier">
|
||||
<description>
|
||||
If an output file is given, then all notifiers will be saved
|
||||
and not the result set itself.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="no-keys">
|
||||
<description>
|
||||
Do not synchronise key files.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="no-rc">
|
||||
<description>
|
||||
Do not synchronise rc files.
|
||||
</description>
|
||||
</option>
|
||||
<option long-flag="test">
|
||||
<description>
|
||||
Do not send any notifiers and just output resulting
|
||||
operations and conflicts.
|
||||
</description>
|
||||
</option>
|
||||
</group>
|
||||
</command-line>
|
||||
|
||||
<configuration>
|
||||
<parameter name="syncKeys" type="boolean" default="true">
|
||||
<description>
|
||||
Synchronise key files.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="purgeKeys" type="boolean" default="true">
|
||||
<description>
|
||||
Delete key files if a station does not exist in inventory.
|
||||
</description>
|
||||
</parameter>
|
||||
<group name="check">
|
||||
<description>
|
||||
Quantities probed when using the check command.
|
||||
</description>
|
||||
<parameter name="maxDistance" type="double" unit="km" default="10">
|
||||
<description>
|
||||
Maximum allowed distance between station and sensor location
|
||||
coordinates.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxElevationDifference" type="double" unit="m" default="500">
|
||||
<description>
|
||||
Maximum allowed differences between elevation of station and
|
||||
sensor location.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="maxSensorDepth" type="double" unit="m" default="500">
|
||||
<description>
|
||||
Maximum allowed depth of channel (sensor). This is the depth
|
||||
of the sensor below the surface.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</configuration>
|
||||
</module>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user