[installation] Init with inital config for global
This commit is contained in:
77
etc/descriptions/win2caps.xml
Normal file
77
etc/descriptions/win2caps.xml
Normal file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<module name="win2caps" category="Acquisition">
|
||||
<description>WIN CAPS plugin. Sends data read from socket or file to CAPS.</description>
|
||||
<command-line>
|
||||
<group name="Generic">
|
||||
<optionReference>generic#help</optionReference>
|
||||
<optionReference>generic#version</optionReference>
|
||||
<optionReference>generic#config-file</optionReference>
|
||||
</group>
|
||||
<group name="Verbosity">
|
||||
<optionReference>verbosity#verbosity</optionReference>
|
||||
<optionReference>verbosity#v</optionReference>
|
||||
<optionReference>verbosity#quiet</optionReference>
|
||||
<optionReference>verbosity#print-component</optionReference>
|
||||
<optionReference>verbosity#print-context</optionReference>
|
||||
<optionReference>verbosity#component</optionReference>
|
||||
<optionReference>verbosity#syslog</optionReference>
|
||||
<optionReference>verbosity#lockfile</optionReference>
|
||||
<optionReference>verbosity#console</optionReference>
|
||||
<optionReference>verbosity#debug</optionReference>
|
||||
<optionReference>verbosity#trace</optionReference>
|
||||
<optionReference>verbosity#log-file</optionReference>
|
||||
</group>
|
||||
<group name="Input">
|
||||
<option long-flag="station" argument="arg">
|
||||
<description>Sets the station and sampling interval to use. Format is [net.sta@?]</description>
|
||||
</option>
|
||||
<option flag="f" long-flag="file" argument="arg">
|
||||
<description>Load CREX data directly from file</description>
|
||||
</option>
|
||||
<option long-flag="read-from" argument="arg">
|
||||
<description>Read packets from this file</description>
|
||||
</option>
|
||||
<option long-flag="port" argument="arg">
|
||||
<description>Listen for incoming packets at given port</description>
|
||||
</option>
|
||||
</group>
|
||||
<group name="Output">
|
||||
<option flag="H" long-flag="host" argument="arg">
|
||||
<description>Data output host</description>
|
||||
</option>
|
||||
<option flag="p" long-flag="port" argument="arg">
|
||||
<description>Data output port</description>
|
||||
</option>
|
||||
</group>
|
||||
<group name="Streams">
|
||||
<option long-flag="streams-file" argument="arg">
|
||||
<description>File to read streams from. Each line defines a mapping between a station and stream id. Line format is [ID NET.STA].</description>
|
||||
</option>
|
||||
</group>
|
||||
</command-line>
|
||||
<configuration>
|
||||
<group name="input">
|
||||
<parameter name="port" type="uint" default="18000">
|
||||
<description>Listen for incoming packets at given port </description>
|
||||
</parameter>
|
||||
</group>
|
||||
<group name="output">
|
||||
<parameter name="host" type="string" default="localhost">
|
||||
<description>Data output host</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="int" default="18003">
|
||||
<description>Data output port</description>
|
||||
</parameter>
|
||||
<parameter name="bufferSize" type="uint" default="1048576">
|
||||
<description>Size (bytes) of the packet buffer</description>
|
||||
</parameter>
|
||||
</group>
|
||||
<group name="streams">
|
||||
<parameter name="file" type="string">
|
||||
<description>File to read streams from. Each line defines a mapping between a station and stream id. Line format is [ID NET.STA].</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</configuration>
|
||||
</module>
|
||||
</seiscomp>
|
||||
Reference in New Issue
Block a user