slmon¶
SeedLink monitor creating web pages
Description¶
slmon collects waveform QC parameters from a configured seedlink Server and creates static HTML websites for their visualization. Station summeries and per-station channels views are available.
Setup¶
Adjust the module configuration parameters of slmon to set the seedlink Server, the output directory for the created webpages and other parameters.
Create and adjust binding profiles and station bindings for slmon to activate the monitoring of the desired networks and stations.
Update the configuration of slmon
Start slmon. This step reads the QC parameters and creates the static webpage. The webpage is not automatically updated.
seiscomp update-config seiscomp start slmon
Restart slmon in order to upate the webpage. The restart can be performed by a the regular system check scheduled by a crontab entry.
The example below shows a crontab entry to update the webpage generated by slmon every 3 minutes:
*/3 * * * * /home/sysop/seiscomp3/bin/seiscomp check slmon >/dev/null 2>&1
Note
The crontab entry can be generated and added automatically using the seiscomp script:
seiscomp print crontab | crontab -
A comprehensive example for monitoring many stations of a large number of networks is provided by GEOFON at GFZ Potsdam, Germany. A simple example of a website create by slmon is given in the figures below.
Configuration¶
Note
slmon is a standalone module and does not inherit global options.
etc/defaults/slmon.cfg
etc/slmon.cfg
~/.seiscomp3/slmon.cfg
-
title
¶ Type: string
Title of the web page used as heading. Default is
"SeedLink Monitor"
.
-
refresh
¶ Type: double
Unit: s
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. Default is
180
.
-
address
¶ Type: string
Host of the Seedlink server to connect to. If the acquisition is running on one system nothing needs to be changed. Default is
127.0.0.1
.
-
port
¶ Type: int
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. Default is
18000
.
-
email
¶ Type: string
e-mail address added to web pages.
-
wwwdir
¶ Type: string
Output directory of the web pages. Default is
@ROOTDIR@/var/run/@NAME@
.
-
icon
¶ Type: string
Favicon URL of the web pages. Not mandatory. Default is
http://www.gfz-potsdam.de/favicon.ico
.
-
linkname
¶ Type: string
Name of Link shown in footer of web pages. Default is
GEOFON
.
-
linkurl
¶ Type: string
URL referred to by linkname in footer of web pages. Default is
http://www.gfz-potsdam.de/geofon/
.
-
liveurl
¶ Type: string
URL to live seismograms. %s will be replaced by station name. Not mandatory. Default is
http://geofon.gfz-potsdam.de/waveform/liveseis.php?station=%s
.