Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -157,7 +157,7 @@ class SeedlinkPluginHandler:
|
||||
def push(self, seedlink):
|
||||
try: host = seedlink.param('sources.chain.address')
|
||||
except:
|
||||
host = "geofon.gfz-potsdam.de"
|
||||
host = "geofon.gfz.de"
|
||||
seedlink.setParam('sources.chain.address', host)
|
||||
|
||||
try: port = seedlink.param('sources.chain.port')
|
||||
|
||||
@ -30,6 +30,9 @@ linkurl = $linkurl
|
||||
;; are available or desired, comment this entry out.
|
||||
liveurl = $liveurl
|
||||
|
||||
;; FDSNWS base URL.
|
||||
fdsnws_url = $fdsnws_url
|
||||
|
||||
;; refresh rate in seconds
|
||||
refresh = $refresh
|
||||
|
||||
|
||||
54
share/templates/slmon2/config.tpl
Normal file
54
share/templates/slmon2/config.tpl
Normal file
@ -0,0 +1,54 @@
|
||||
;; Generated at $date - Do not edit
|
||||
;; template: $template
|
||||
|
||||
[setup]
|
||||
|
||||
;; Web title of the SeedLink Monitor
|
||||
title = $title
|
||||
|
||||
;; Email to appear on the web page
|
||||
email = $email
|
||||
|
||||
;; Mounted directory into which the .html files will be written.
|
||||
;; This is ESSENTIAL!!!
|
||||
wwwdir = $wwwdir
|
||||
|
||||
;; Shortcut icon for the web page. Noting really important;
|
||||
;; if in doubt, just comment it out.
|
||||
icon = $icon
|
||||
|
||||
;; Name string of Link on footer line
|
||||
;; if in doubt, just comment it out.
|
||||
linkname = $linkname
|
||||
|
||||
;; Link URL on footer line
|
||||
;; if in doubt, just comment it out.
|
||||
linkurl = $linkurl
|
||||
|
||||
;; Specify URL of GEOFON-style "live seismograms". The '%s'
|
||||
;; will be replaced by the station name. If no live seismograms
|
||||
;; are available or desired, comment this entry out.
|
||||
liveurl = $liveurl
|
||||
|
||||
;; FDSNWS base URL.
|
||||
fdsnws_url = $fdsnws_url
|
||||
|
||||
;; refresh rate in seconds
|
||||
refresh = $refresh
|
||||
|
||||
;; SeedLink server - ESSENTIAL!!!
|
||||
server = $address:$port
|
||||
|
||||
[colors]
|
||||
; define colors depending on the latency
|
||||
; NOT CURRENTLY USED!!!!
|
||||
color0 = 0:#cc99ff
|
||||
color1 = 1800:#3399ff
|
||||
color2 = 3600:#00ff00
|
||||
color3 = 7200:#ffff00
|
||||
color4 = 21600:#ff9966
|
||||
color5 = 86400:#ff3333
|
||||
color6 = 172800:#ffcccc
|
||||
color7 = 259200:#cccccc
|
||||
color8 = 345600:#999999
|
||||
color9 = 432000:#666666
|
||||
9
share/templates/slmon2/station.tpl
Normal file
9
share/templates/slmon2/station.tpl
Normal file
@ -0,0 +1,9 @@
|
||||
;; template: $template
|
||||
|
||||
[${net}_${station}]
|
||||
net = $net
|
||||
sta = $station
|
||||
info = $desc
|
||||
group = $group
|
||||
type = real
|
||||
|
||||
Reference in New Issue
Block a user