-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgsof2ring.desc
executable file
·68 lines (67 loc) · 2.46 KB
/
gsof2ring.desc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# Descriptor File for Gsof2Ring
#
# This file specifies when error messages are to be reported via
# email and pager. All errors are logged in statmgr's daily log
# files. The name of this file must be entered in statmgr's
# configuration file with a <Descriptor> command.
# (example: Descriptor "export_generic.desc" )
# The pager group name and a list of email recipients are listed
# in statmgr's configuration file.
#
# Comment lines in this file are preceded by #.
#
# Parameters:
#
# <modName> is a text string included in each reported error message.
#
# <modId> is the module id number as specified in the file
# earthworm.h.
#
# <instId> is the installation id number as specified in the file
# earthworm.h.
#
#
modName Gsof2ring
modId MOD_GSOFPRSN
instId ${EW_INST_ID}
#
#
# Heartbeat Specification. If the status manager does not receive
# a heartbeat message every <tsec> seconds from this module, an
# error will be reported (client module dead). <page> is the maximum
# number of pager messages that will be reported and <mail> is the
# maximum number of email messages that will be reported. If the
# page or mail limit is exceeded, no further errors will be reported
# until the status manager is restarted.
#
tsec: 120 page: 0 mail: 100
#
# Uncomment the "restartMe" line to enable automatic restart of this
# process by statmgr/startstop. statmgr will issue a TYPE_RESTART message
# for this process_id if it declares the patient dead.
#
restartMe
#
# A list of possible errors follows.
#
# <err> is the error number of the error generated by the
# module. Error numbers can be any unsigned integer, not
# necessarily sequential.
#
# <nerr> and <rate> specify the maximum allowable error rate.
# If the error rate exceeds <nerr> errors per <tsec> seconds,
# an email or pager message may be reported. To report all
# errors, set nerr to 1 and tsec to 0.
#
# <page> is the maximum number of pager messages that will be
# reported and <mail> is maximum number of email messages that
# will be reported. If the page or mail limit is exceeded, no
# further errors will be reported until the status manager is
# restarted.
#
# <text> is a default character string that will be reported.
# Enclose string in double-quotes if it contains embedded
# blanks. Each module may also issue a text string for an
# error, overriding the default message shown here.
#