blob: f77457afceafcdc9540b029ca96fcc441c8e0fd9 (
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
64
65
66
67
|
#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
rule shping.response
summary = "$rule$"
enumerate = hosts
predicate =
"some_inst (
shping.time.real $hosts$ > $threshold$ &&
shping.status $hosts$ == 0
)"
enabled = no
version = 1
help =
"A monitored application or service probe from the shping PMDA
has taken more than threshold milliseconds to complete.
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 slow application or service response"
modify = no
display = no;
unsigned threshold
default = 3000
help =
"Threshold time, in milliseconds, for command to run to completion.";
string action_expand
default = %vmsec[%i]
display = no
modify = no;
string email_expand
default = "service: %i response time: %vmsec"
display = no
modify = no;
# Configuration info specific to non-PCP tools follows...
#
# for SGI Embedded Support Partner integration:
string esp_type
default = "0x200095"
display = no
modify = no;
# for EnlightenDSM integration:
string enln_test
default = shping.response
display = no
modify = no;
string enln_units
default = msec[%i]
display = no
modify = no;
#
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
|