EIDS Product Receiver
This receiver type is deprecated.
This receiver starts an embedded EIDS Client to receive product notification via the Earthquake Information Distribution System (EIDS). In addition to the standard receiver properties, this type of receiver accepts the following specific properties:
- alternateServers
- A comma-separated list of alternate server host and port information. From which EIDS notifications may be received. These alternates are only used if the primary server fails.
- Syntax:
altServerOneHost:alterServerOnePort,altServerHostTwo:altServerPortTwo
- eidsDebug
- A boolean indicating if verbose logging from EIDS should be output.
- Available values:
true
false
- maxServerEventAgeDays
- The maximum age (in days) of an event for which to receive notifications.
- serverHost
- The primary EIDS server from which notifications are received.
- serverPort
- The port on which to connect to the primary
serverHost
. - trackingfile
- The file in which the embedded EIDS Client tracks its notification status.
Example configuration
Note: Dependent configuration sub-sections not shown in this configuration example.
1
2
3
4
5
6
7
8
9
10
11
receivers = receiver_eids
[receiver_eids]
type = gov.usgs.earthquake.distribution.EIDSNotificationReceiver
alternateServres = prod02-pdl01.cr.usgs.gov:39977
index = receiver_index
maxServerEventAgeDays = 7.0
storage = receiver_storage
serverHost = prod01-pdl01.cr.usgs.gov
serverPort = 39977
trackingfile = eids_tracking.dat
Last modified: Fri Jul 26 00:58:50 UTC 2024