blob: 199c60003a9d576e9d704b0d5f73814a1c615094 (
plain)
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
|
#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
rule shping.status
summary = "$rule$"
enumerate = hosts
predicate =
"some_inst (
shping.status $hosts$ @0 > 0 && shping.status $hosts$ @1 == 0
)"
enabled = no
version = 1
help =
"An application or service being monitored by the shping PMDA was
previously probed successfully and the probe has either failed, or
not responded within a timeout period (as defined by the PCP metric
shping.control.timeout) during the last sample interval.
If this rule is enabled, the shping PMDA should be installed; see
$PCP_PMDAS_DIR/shping/README and pmdashping(1).
If some application or service is not available then the
corresponding line should be commented out of the shping
configuration file ($PCP_PMDAS_DIR/shping/shping.conf by default)
and the shping PMDA restarted.";
string rule
default = "Shell-ping PMDA application or service probe failure"
modify = no
display = no;
string action_expand
default = %i
display = no
modify = no;
string email_expand
default = "application or service: %i"
display = no
modify = no;
# Configuration info specific to non-PCP tools follows...
#
# for SGI Embedded Support Partner integration:
string esp_type
default = "0x200090"
display = no
modify = no;
# for EnlightenDSM integration:
string enln_test
default = shping.status
display = no
modify = no;
string enln_units
default = exit_status
display = no
modify = no;
#
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
|