SeisComP3

Table Of Contents

Previous topic

sczip

Next topic

sync_arc

This Page

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

  1. Adjust the module configuration parameters of slmon to set the seedlink Server, the output directory for the created webpages and other parameters.

  2. Create and adjust binding profiles and station bindings for slmon to activate the monitoring of the desired networks and stations.

  3. Update the configuration of slmon

  4. 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
    
  5. 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 the webpage generated by slmon every 3 minutes:

    */3 * * * * /home/sysop/seiscomp3/bin/seiscomp check slmon >/dev/null 2>&1
    

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.

../_images/slmon.png

Example of a website with the station summary created by slmon.

../_images/slmon-stat.png

Example of a website with a per-station channel view created by slmon.

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. The interval should be similar to the interval for starting slmon. If empty, the web page must be refreshed manually. 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.

Bindings

Configuration

group

Type: string

Defines the group of the station that is monitored. Default is local.