-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalerts.yaml
287 lines (287 loc) · 8.91 KB
/
alerts.yaml
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
apiVersion: 1
groups:
- orgId: 1
name: isis_int_group
folder: isis_int_count
interval: 10s
rules:
- uid: dac02c9a-5510-40bf-977d-171092e190a7
title: isis interfaces count for cat8000v-0
condition: C
data:
- refId: A
relativeTimeRange:
from: 60
to: 0
datasourceUid: P5697886F9CA74929
model:
hide: false
intervalMs: 1000
maxDataPoints: 43200
query: |-
from(bucket: "mdt_grpc")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "isis_interface_state")
|> filter(fn: (r) => r["_field"] == "isis_interfaces_adj_up")
|> filter(fn: (r) => r["device"] == "cat8000v-0")
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|> yield(name: "mean")
refId: A
- refId: B
relativeTimeRange:
from: 60
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
reducer: mean
refId: B
type: reduce
- refId: C
relativeTimeRange:
from: 60
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 2
- 0
type: lt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: B
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
dashboardUid: d44174ca-56c5-41dc-9451-2c858cc0566b
panelId: 12
noDataState: NoData
execErrState: Error
for: 20s
annotations:
__dashboardUid__: d44174ca-56c5-41dc-9451-2c858cc0566b
__panelId__: "12"
summary: ISIS interfaces below expected number on cat8000v-0. There should be 2 ISIS interfaces in isis-adj-up state.
labels:
isis_down: int_down
isPaused: false
- uid: b4a45577-b61a-4ec5-8700-5941c5f9131f
title: isis interfaces count for cat8000v-1
condition: C
data:
- refId: A
relativeTimeRange:
from: 60
to: 0
datasourceUid: P5697886F9CA74929
model:
hide: false
intervalMs: 1000
maxDataPoints: 43200
query: |-
from(bucket: "mdt_grpc")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "isis_interface_state")
|> filter(fn: (r) => r["_field"] == "isis_interfaces_adj_up")
|> filter(fn: (r) => r["device"] == "cat8000v-1")
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|> yield(name: "mean")
refId: A
- refId: B
relativeTimeRange:
from: 60
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 0
- 0
type: gt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
reducer: mean
refId: B
type: reduce
- refId: C
relativeTimeRange:
from: 60
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 2
- 0
type: lt
operator:
type: and
query:
params: []
reducer:
params: []
type: avg
type: query
datasource:
name: Expression
type: __expr__
uid: __expr__
expression: B
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
dashboardUid: d44174ca-56c5-41dc-9451-2c858cc0566b
panelId: 12
noDataState: NoData
execErrState: Error
for: 20s
annotations:
__dashboardUid__: d44174ca-56c5-41dc-9451-2c858cc0566b
__panelId__: "12"
summary: ISIS interfaces below expected number for cat8000v-1. There should be 2 ISIS interfaces in isis-adj-up state.
labels:
isis_down: int_down
isPaused: false
- orgId: 1
name: int_down_group
folder: interfaces_down
interval: 10s
rules:
- uid: d94bd897-f4c8-42e5-bbe3-38270ee12585
title: cat8000 intf down
condition: C
data:
- refId: A
relativeTimeRange:
from: 600
to: 0
datasourceUid: P5697886F9CA74929
model:
intervalMs: 1000
maxDataPoints: 43200
query: |-
from(bucket: "mdt_grpc")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "interface_statistics")
|> filter(fn: (r) => r["device"] == "cat8000v-1" or r["device"] == "cat8000v-0")
|> filter(fn: (r) => r["_field"] == "operational_status")
|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|> yield(name: "mean")
refId: A
- refId: B
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params: []
type: gt
operator:
type: and
query:
params:
- B
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: A
intervalMs: 1000
maxDataPoints: 43200
reducer: last
refId: B
settings:
mode: replaceNN
replaceWithValue: 0
type: reduce
- refId: C
relativeTimeRange:
from: 600
to: 0
datasourceUid: __expr__
model:
conditions:
- evaluator:
params:
- 1
type: lt
operator:
type: and
query:
params:
- C
reducer:
params: []
type: last
type: query
datasource:
type: __expr__
uid: __expr__
expression: B
intervalMs: 1000
maxDataPoints: 43200
refId: C
type: threshold
noDataState: NoData
execErrState: Error
for: 10s
annotations:
description: backbone Interface not in desired state. May cause issues in the network.
summary: Interfaces down cat8000v
labels:
int_down: oper_down
isPaused: false