99 lines
2.5 KiB
Groff
99 lines
2.5 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.TH "KERNEL" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
|
.SH NAME
|
|
kernel \- SeisComP Documentation
|
|
.sp
|
|
\fBSeisComP kernel.\fP
|
|
.SH DESCRIPTION
|
|
.sp
|
|
The kernel is the basic configuration for the \fBseiscomp\fP tool.
|
|
It contains configuration parameters for all init scripts in \fBetc/init\fP\&. Each init script can, but does not
|
|
need to, read the kernel parameters and configure itself accordingly. Kernel parameters are not mandatory but
|
|
should be taken as (serious) hints. If for example syslog is enabled in the kernel then all init scripts should
|
|
configure syslog as logging backend for the programs they start. But if a program does not support syslog it can
|
|
also be started without logging to syslog.
|
|
.SH MODULE CONFIGURATION
|
|
.sp
|
|
\fBNOTE:\fP
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
kernel is a \fI\%standalone module\fP and does not inherit \fI\%global options\fP\&.
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.nf
|
|
\fBetc/defaults/kernel.cfg\fP
|
|
\fBetc/kernel.cfg\fP
|
|
\fB~/.seiscomp/kernel.cfg\fP
|
|
.fi
|
|
.sp
|
|
.INDENT 0.0
|
|
.TP
|
|
.B syslog
|
|
Default: \fBfalse\fP
|
|
.sp
|
|
Type: \fIboolean\fP
|
|
.sp
|
|
Sends all logging output to the syslog backend which logs
|
|
usually to /var/log/messages.
|
|
.UNINDENT
|
|
.SS messaging extension
|
|
.sp
|
|
SeisComP messaging component that enables communication of modules over the network.
|
|
.INDENT 0.0
|
|
.TP
|
|
.B messaging.enable
|
|
Default: \fBtrue\fP
|
|
.sp
|
|
Type: \fIboolean\fP
|
|
.sp
|
|
Enables/disables local messaging (scmaster).
|
|
The messaging component is an integral component
|
|
of all modules (except e.g. acquisition modules).
|
|
If you are not sure what to do, enable it.
|
|
.UNINDENT
|
|
.INDENT 0.0
|
|
.TP
|
|
.B messaging.bind
|
|
Type: \fIstring\fP
|
|
.sp
|
|
Defines the messaging unencrypted bind address. If
|
|
left empty then the configuration file (see scmaster)
|
|
will be used instead. Use this to override the
|
|
unencrypted bind address. The format is
|
|
\(dq[ip:]port\(dq.
|
|
.UNINDENT
|
|
.SH AUTHOR
|
|
gempa GmbH, GFZ Potsdam
|
|
.SH COPYRIGHT
|
|
gempa GmbH, GFZ Potsdam
|
|
.\" Generated by docutils manpage writer.
|
|
.
|