Skip to content

Commit c0f393e

Browse files
committed
t push
Merge remote-tracking branch 'upstream/main'
2 parents cdef57f + 65b6446 commit c0f393e

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

services/graylog/scripts/alerts.template.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -116,40 +116,6 @@
116116
grace_period_ms: 0
117117
backlog_size: 99
118118
alert: true
119-
- title: "${MACHINE_FQDN}: Unhandled python exceptions or errors"
120-
description: "${MACHINE_FQDN}: Unhandled python exceptions or errors"
121-
priority: 3
122-
config:
123-
query: >
124-
(message:"Traceback (most recent call last):" OR (ERROR AND NOT container_name:/monitoring.*/)) AND NOT container_name:/.*graylog_graylog.*/'
125-
query_parameters: []
126-
search_within_ms: 86400000
127-
execute_every_ms: 86400000
128-
event_limit: 1000
129-
group_by: []
130-
series: []
131-
conditions: {}
132-
type: aggregation-v1
133-
field_spec:
134-
source:
135-
data_type: string
136-
providers:
137-
- type: template-v1
138-
template: "${source.source}"
139-
require_values: false
140-
container_name:
141-
data_type: string
142-
providers:
143-
- type: template-v1
144-
template: "${source.container_name}"
145-
require_values: false
146-
key_spec:
147-
- source
148-
- container_name
149-
notification_settings:
150-
grace_period_ms: 0
151-
backlog_size:
152-
alert: true
153119
- title: "${MACHINE_FQDN}: Payments service errors or warnings"
154120
description: "${MACHINE_FQDN}: Payments service errors or warnings"
155121
priority: 2

0 commit comments

Comments
 (0)