[installation] Change to nightly
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>scalert — SeisComP Release documentation</title>
|
||||
<title>scalert — SeisComP Development documentation</title>
|
||||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
|
||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
|
||||
@ -12,7 +12,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
|
||||
<script type="text/javascript" src="../_static/seiscomp.js"></script>
|
||||
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
|
||||
<script src="../_static/doctools.js?v=888ff710"></script>
|
||||
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
@ -25,8 +25,8 @@
|
||||
<div class="container">
|
||||
<div class="brand">
|
||||
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
|
||||
<!-- span class="title">SeisComP Release</span -->
|
||||
<span class="version">6.9.0</span>
|
||||
<!-- span class="title">SeisComP Development</span -->
|
||||
<span class="version">7.0.0</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -171,7 +171,7 @@ ignored.</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-scripts.pick">
|
||||
<span class="sig-name descname"><span class="pre">scripts.pick</span></span><a class="headerlink" href="#confval-scripts.pick" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>The script to be called when a pick
|
||||
arrives. Network-, station code, pick publicID are passed
|
||||
as parameters $1, $2, $3.</p>
|
||||
@ -180,7 +180,7 @@ as parameters $1, $2, $3.</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-scripts.amplitude">
|
||||
<span class="sig-name descname"><span class="pre">scripts.amplitude</span></span><a class="headerlink" href="#confval-scripts.amplitude" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>The script to be called when an amplitude
|
||||
arrives. Network-, station code, amplitude and amplitude
|
||||
public ID are passed as parameters $1, $2, $3, $4.</p>
|
||||
@ -189,7 +189,7 @@ public ID are passed as parameters $1, $2, $3, $4.</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-scripts.alert">
|
||||
<span class="sig-name descname"><span class="pre">scripts.alert</span></span><a class="headerlink" href="#confval-scripts.alert" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>The script to be called when a preliminary
|
||||
origin arrives. Latitude and longitude are passed as
|
||||
parameters $1 and $2.</p>
|
||||
@ -198,7 +198,7 @@ parameters $1 and $2.</p>
|
||||
<dl class="std confval">
|
||||
<dt class="sig sig-object std" id="confval-scripts.event">
|
||||
<span class="sig-name descname"><span class="pre">scripts.event</span></span><a class="headerlink" href="#confval-scripts.event" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Type: <em>string</em></p>
|
||||
<dd><p>Type: <em>file</em></p>
|
||||
<p>The script to be called when an event has been
|
||||
declared. The message string, a flag (1=new event,
|
||||
0=update event), the EventID, the arrival count and the
|
||||
@ -425,12 +425,14 @@ This option can be given more than once.</p>
|
||||
<dt class="sig sig-object std" id="cmdoption-scalert-content-type">
|
||||
<span class="sig-name descname"><span class="pre">--content-type</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scalert-content-type" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Overrides configuration parameter <a class="reference internal" href="global.html#confval-connection.contentType"><code class="xref std std-confval docutils literal notranslate"><span class="pre">connection.contentType</span></code></a>.</p>
|
||||
<p>Default: <code class="docutils literal notranslate"><span class="pre">binary</span></code></p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scalert-start-stop-msg">
|
||||
<span class="sig-name descname"><span class="pre">--start-stop-msg</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scalert-start-stop-msg" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Set sending of a start and a stop message.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">0</span></code></p>
|
||||
<p>Set sending of a start and a stop message.</p>
|
||||
</dd></dl>
|
||||
|
||||
</section>
|
||||
@ -476,7 +478,8 @@ can be queried with "--db-driver-list".</p>
|
||||
<dl class="std option">
|
||||
<dt class="sig sig-object std" id="cmdoption-scalert-amp-type">
|
||||
<span class="sig-name descname"><span class="pre">--amp-type</span></span><span class="sig-prename descclassname"> <span class="pre">arg</span></span><a class="headerlink" href="#cmdoption-scalert-amp-type" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Specify the amplitude type to listen to.</p>
|
||||
<dd><p>Default: <code class="docutils literal notranslate"><span class="pre">snr</span></code></p>
|
||||
<p>Specify the amplitude type to listen to.</p>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="std option">
|
||||
@ -593,7 +596,7 @@ alert scripts scvoice will exit.</p>
|
||||
</a>
|
||||
<div class="stretched align-center fitted content">
|
||||
<div>
|
||||
Version <b>6.9.0</b> Release
|
||||
Version <b>7.0.0</b> Development
|
||||
</div>
|
||||
<div class="copyright">
|
||||
Copyright © gempa GmbH, GFZ Potsdam.
|
||||
|
||||
Reference in New Issue
Block a user