[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
240
share/man/man1/slmon.1
Normal file
240
share/man/man1/slmon.1
Normal file
@ -0,0 +1,240 @@
|
||||
.\" 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 "SLMON" "1" "Sep 22, 2025" "6.9.0" "SeisComP"
|
||||
.SH NAME
|
||||
slmon \- SeisComP Documentation
|
||||
.sp
|
||||
\fBSeedLink monitor creating web pages\fP
|
||||
.SH DESCRIPTION
|
||||
.sp
|
||||
\fIslmon\fP collects waveform QC parameters from a configured \fI\%seedlink\fP Server
|
||||
and creates static HTML websites for their visualization. \fI\%Station summeries\fP and
|
||||
\fI\%per\-station channels views\fP are available.
|
||||
.SH SETUP
|
||||
.INDENT 0.0
|
||||
.IP 1. 3
|
||||
Adjust the module configuration parameters of \fIslmon\fP to set the seedlink Server,
|
||||
the output directory for the created webpages and other parameters.
|
||||
.IP 2. 3
|
||||
Create and adjust binding profiles and station bindings for \fIslmon\fP to activate
|
||||
the monitoring of the desired networks and stations.
|
||||
.IP 3. 3
|
||||
Update the configuration of \fIslmon\fP
|
||||
.IP 4. 3
|
||||
Start \fIslmon\fP\&. This step reads the QC parameters and creates the static webpage.
|
||||
The webpage is not automatically updated.
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
seiscomp update\-config
|
||||
seiscomp start slmon
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.IP 5. 3
|
||||
Restart \fIslmon\fP in order to upate the webpage. The restart can be
|
||||
performed by a the regular system check scheduled by a crontab entry.
|
||||
.sp
|
||||
The example below shows a crontab entry to update the webpage
|
||||
generated by \fIslmon\fP every 3 minutes:
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
*/3 * * * * /home/sysop/seiscomp/bin/seiscomp check slmon >/dev/null 2>&1
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 3.0
|
||||
.INDENT 3.5
|
||||
The crontab entry can be generated and added automatically
|
||||
using the seiscomp script:
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
.nf
|
||||
.ft C
|
||||
seiscomp print crontab | crontab \-
|
||||
.ft P
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
A comprehensive example for monitoring many stations of a large number of networks
|
||||
is provided by \fI\%GEOFON\fP at
|
||||
\fI\%GFZ Potsdam\fP, Germany. A simple example of a website
|
||||
create by \fIslmon\fP is given in the \fI\%figures below\fP\&.
|
||||
.INDENT 0.0
|
||||
.INDENT 2.5
|
||||
[image]
|
||||
Example of a website with the station summary created by \fIslmon\fP\&..UNINDENT
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.INDENT 2.5
|
||||
[image]
|
||||
Example of a website with a per\-station channel view created by \fIslmon\fP\&..UNINDENT
|
||||
.UNINDENT
|
||||
.SH MODULE CONFIGURATION
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
slmon is a \fI\%standalone module\fP and does not inherit \fI\%global options\fP\&.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.nf
|
||||
\fBetc/defaults/slmon.cfg\fP
|
||||
\fBetc/slmon.cfg\fP
|
||||
\fB~/.seiscomp/slmon.cfg\fP
|
||||
.fi
|
||||
.sp
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B title
|
||||
Default: \fB\(dqSeedLink Monitor\(dq\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Title of the web page used as heading.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B refresh
|
||||
Default: \fB180\fP
|
||||
.sp
|
||||
Type: \fIdouble\fP
|
||||
.sp
|
||||
Unit: \fIs\fP
|
||||
.sp
|
||||
Refresh interval of the generated web page used by the browser.
|
||||
The interval should be similar to the interval for starting slmon.
|
||||
If empty, the web page must be manually refreshed from within
|
||||
the browser.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B address
|
||||
Default: \fB127.0.0.1\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Host of the Seedlink server to connect to. If the acquisition
|
||||
is running on one system nothing needs to be changed.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B port
|
||||
Default: \fB18000\fP
|
||||
.sp
|
||||
Type: \fIint\fP
|
||||
.sp
|
||||
The port of the Seedlink server to connect to. If the acquisition
|
||||
is running on one system this port must match the configured
|
||||
local Seedlink port.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B email
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
e\-mail address added to web pages.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B wwwdir
|
||||
Default: \fB@ROOTDIR@/var/run/@NAME@\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Output directory of the web pages.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B icon
|
||||
Default: \fBhttp://www.gfz\-potsdam.de/favicon.ico\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Favicon URL of the web pages. Not mandatory.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B linkname
|
||||
Default: \fBGEOFON\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Name of Link shown in footer of web pages.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B linkurl
|
||||
Default: \fBhttp://www.gfz\-potsdam.de/geofon/\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
URL referred to by linkname in footer of web pages.
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B liveurl
|
||||
Default: \fBhttp://geofon.gfz\-potsdam.de/waveform/liveseis.php?station=%s\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
URL to live seismograms. %s will be replaced by station name.
|
||||
Not mandatory.
|
||||
.UNINDENT
|
||||
.SH BINDINGS PARAMETERS
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B group
|
||||
Default: \fBlocal\fP
|
||||
.sp
|
||||
Type: \fIstring\fP
|
||||
.sp
|
||||
Defines the group of the station that is monitored.
|
||||
.UNINDENT
|
||||
.SH AUTHOR
|
||||
gempa GmbH, GFZ Potsdam
|
||||
.SH COPYRIGHT
|
||||
gempa GmbH, GFZ Potsdam
|
||||
.\" Generated by docutils manpage writer.
|
||||
.
|
Reference in New Issue
Block a user