summaryrefslogtreecommitdiffstats
path: root/health/health.d/vcsa.conf
blob: 3e20bfd1ea0b7a5183907f0d0f09355e1179a957 (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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
# Overall system health:
#  - 0: all components are healthy.
#  - 1: one or more components might become overloaded soon.
#  - 2: one or more components in the appliance might be degraded.
#  - 3: one or more components might be in an unusable status and the appliance might become unresponsive soon.
#  - 4: no health data is available.

 template: vcsa_system_health_warn
       on: vcsa.system_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA system status
     info: VCSA overall system status is orange. One or more components are degraded.
       to: sysadmin

 template: vcsa_system_health_crit
       on: vcsa.system_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     crit: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA system status
     info: VCSA overall system status is red. One or more components are unavailable or will stop functioning soon.
       to: sysadmin

# Components health:
#  - 0: healthy.
#  - 1: healthy, but may have some problems.
#  - 2: degraded, and may have serious problems.
#  - 3: unavailable, or will stop functioning soon.
#  - 4: no health data is available.

 template: vcsa_applmgmt_health_warn
       on: vcsa.applmgmt_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA ApplMgmt service status
     info: VCSA ApplMgmt component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_applmgmt_health_crit
       on: vcsa.applmgmt_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA ApplMgmt service status
     info: VCSA ApplMgmt component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin
 
 template: vcsa_load_health_warn
       on: vcsa.load_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Load status
     info: VCSA Load component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_load_health_crit
       on: vcsa.load_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Load status
     info: VCSA Load component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin

 template: vcsa_mem_health_warn
       on: vcsa.mem_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Memory status
     info: VCSA Memory component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_mem_health_crit
       on: vcsa.mem_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Memory status
     info: VCSA Memory component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin

 template: vcsa_swap_health_warn
       on: vcsa.swap_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Swap status
     info: VCSA Swap component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_swap_health_crit
       on: vcsa.swap_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Swap status
     info: VCSA Swap component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin

 template: vcsa_database_storage_health_warn
       on: vcsa.database_storage_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Database status
     info: VCSA Database Storage component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_database_storage_health_crit
       on: vcsa.database_storage_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Database status
     info: VCSA Database Storage component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin

 template: vcsa_storage_health_warn
       on: vcsa.storage_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Storage status
     info: VCSA Storage component status is orange. It is degraded, and may have serious problems.
       to: silent

 template: vcsa_storage_health_crit
       on: vcsa.storage_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $red
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA Storage status
     info: VCSA Storage component status is red. It is unavailable, or will stop functioning soon.
       to: sysadmin

# Software updates health:
#  - 0: no updates available.
#  - 2: non-security updates are available.
#  - 3: security updates are available.
#  - 4: an error retrieving information on software updates.

 template: vcsa_software_packages_health_warn
       on: vcsa.software_packages_health_status
    class: Errors
     type: Virtual Machine
component: VMware vCenter
     calc: $orange
    units: status
    every: 10s
     warn: $this == 1
    delay: down 1m multiplier 1.5 max 1h
  summary: VCSA software status
     info: VCSA software packages security updates are available.
       to: silent