crex2caps¶
CREX CAPS plugin. Reads CREX data from file and pushes the data into the given CAPS server.
Configuration¶
etc/defaults/global.cfg
etc/defaults/crex2caps.cfg
etc/global.cfg
etc/crex2caps.cfg
~/.seiscomp/global.cfg
~/.seiscomp/crex2caps.cfg
crex2caps inherits global options.
Note
Modules/plugins may require a license file. The default path to license
files is @DATADIR@/licenses/
which can be overridden by global
configuration of the parameter gempa.licensePath
. Example:
gempa.licensePath = @CONFIGDIR@/licenses
-
input.readFrom
¶ Type: string
Read input files from this file
-
input.directory
¶ Type: string
Watch this directory for incoming input files
-
input.watchEvents
¶ Type: string
Listen for specific inotify event(s). If ommitted, close_write events are listened for. Events: access - file or directory contents were read, modify - file or directory contents were written, attrib - file or directory attributes changed, close_write - file or directory closed, after being opened in writable mode, close_nowrite - file or directory closed, after being opened in read-only mode close - file or directory closed, regardless of read/write mode open - file or directory opened moved_to - file or directory moved to watched directory moved_from - file or directory moved from watched directory move - file or directory moved to or from watched directory create - file or directory created within watched directory delete - file or directory deleted within watched directory delete_self - file or directory was deleted unmount - file system containing file or directory unmounted Default is
close_write
.
-
input.watchPattern
¶ Type: string
Process any events whose filename matches the specified regular expression
-
output.host
¶ Type: string
Data output host Default is
localhost
.
-
output.port
¶ Type: int
Data output port Default is
18003
.
-
output.bufferSize
¶ Type: uint
Size (bytes) of the packet buffer Default is
1048576
.
-
streams.file
¶ Type: string
File to read streams from. Each line defines a mapping between a station and stream id. Line format is [ID NET.STA].
Command Line¶
Generic¶
-
-h
,
--help
¶
show help message.
-
-V
,
--version
¶
show version information
-
--config-file
arg
¶ Use alternative configuration file. When this option is used the loading of all stages is disabled. Only the given configuration file is parsed and used. To use another name for the configuration create a symbolic link of the application or copy it, eg scautopick -> scautopick2.
Verbosity¶
-
--verbosity
arg
¶ Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info, 4:debug
-
-v
,
--v
¶
Increase verbosity level (may be repeated, eg. -vv)
-
-q
,
--quiet
¶
Quiet mode: no logging output
-
--print-component
arg
¶ For each log entry print the component right after the log level. By default the component output is enabled for file output but disabled for console output.
-
--component
arg
¶ Limits the logging to a certain component. This option can be given more than once.
-
-s
,
--syslog
¶
Use syslog logging back end. The output usually goes to /var/lib/messages.
-
-l
,
--lockfile
arg
¶ Path to lock file.
-
--console
arg
¶ Send log output to stdout.
-
--debug
¶
Debug mode: –verbosity=4 –console=1
-
--trace
¶
Trace mode: –verbosity=4 –console=1 –print-component=1 –print-context=1
-
--log-file
arg
¶ Use alternative log file.