[installation] Change to nightly
This commit is contained in:
@ -117,7 +117,7 @@ scalert inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: scripts.pick
|
||||
|
||||
Type: *string*
|
||||
Type: *file*
|
||||
|
||||
The script to be called when a pick
|
||||
arrives. Network\-, station code, pick publicID are passed
|
||||
@ -126,7 +126,7 @@ scalert inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: scripts.amplitude
|
||||
|
||||
Type: *string*
|
||||
Type: *file*
|
||||
|
||||
The script to be called when an amplitude
|
||||
arrives. Network\-, station code, amplitude and amplitude
|
||||
@ -135,7 +135,7 @@ scalert inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: scripts.alert
|
||||
|
||||
Type: *string*
|
||||
Type: *file*
|
||||
|
||||
The script to be called when a preliminary
|
||||
origin arrives. Latitude and longitude are passed as
|
||||
@ -144,7 +144,7 @@ scalert inherits :ref:`global options<global-configuration>`.
|
||||
|
||||
.. confval:: scripts.event
|
||||
|
||||
Type: *string*
|
||||
Type: *file*
|
||||
|
||||
The script to be called when an event has been
|
||||
declared. The message string, a flag \(1\=new event,
|
||||
@ -267,6 +267,7 @@ Generic
|
||||
Overrides configuration parameter :confval:`firstNew`.
|
||||
|
||||
|
||||
|
||||
Verbosity
|
||||
---------
|
||||
|
||||
@ -318,18 +319,22 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.username`.
|
||||
|
||||
|
||||
.. option:: -H, --host arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.server`.
|
||||
|
||||
|
||||
.. option:: -t, --timeout arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.timeout`.
|
||||
|
||||
|
||||
.. option:: -g, --primary-group arg
|
||||
|
||||
Overrides configuration parameter :confval:`connection.primaryGroup`.
|
||||
|
||||
|
||||
.. option:: -S, --subscribe-group arg
|
||||
|
||||
A group to subscribe to.
|
||||
@ -339,8 +344,13 @@ Messaging
|
||||
|
||||
Overrides configuration parameter :confval:`connection.contentType`.
|
||||
|
||||
Default: ``binary``
|
||||
|
||||
|
||||
.. option:: --start-stop-msg arg
|
||||
|
||||
Default: ``0``
|
||||
|
||||
Set sending of a start and a stop message.
|
||||
|
||||
|
||||
@ -377,21 +387,26 @@ Alert
|
||||
|
||||
.. option:: --amp-type arg
|
||||
|
||||
Default: ``snr``
|
||||
|
||||
Specify the amplitude type to listen to.
|
||||
|
||||
.. option:: --amp-script arg
|
||||
|
||||
Overrides configuration parameter :confval:`scripts.amplitude`.
|
||||
|
||||
|
||||
.. option:: --alert-script arg
|
||||
|
||||
Overrides configuration parameter :confval:`scripts.alert`.
|
||||
|
||||
|
||||
.. option:: --event-script arg
|
||||
|
||||
Overrides configuration parameter :confval:`scripts.event`.
|
||||
|
||||
|
||||
|
||||
Cities
|
||||
------
|
||||
|
||||
@ -399,11 +414,13 @@ Cities
|
||||
|
||||
Overrides configuration parameter :confval:`poi.maxDist`.
|
||||
|
||||
|
||||
.. option:: --min-population arg
|
||||
|
||||
Overrides configuration parameter :confval:`poi.minPopulation`.
|
||||
|
||||
|
||||
|
||||
Debug
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user