Skip to content

Commit 65b6446

Browse files
Remove: graylog alert stack trace (#1060)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Arch Linux Certificates Customization * Fix pgsql exporter failure * [Kubernetes] Introduce on-prem persistent Storage (Longhorn) 🎉 (#979) * Introduce longhorn chart * Further longhorn configuration * Longhorn: further settings configuration * Fix longhorn configuration bugs Extra: introduce longhorn pv vales for portainer * Add comment for deletion longhorn * Further longhorn configuration * Add README.md for Longhorn wit FAQ * Update Longhorn readme * Update readme * Futher LH configuration * Update LH's Readme * Update Longhorn Readme * Improve LH's Readme * LH: Reduce reserved default disk space to 5% Since we use a dedicated disk for LH, we can go ahead with 5% * Use values to set Longhorn storage class * Update LH's Readme * LH Readme: add requirements reference * PR Review: bring back portainer s3 pv * LH: decrease portinaer volume size * Experimental: Try to add tracing to simcore-traefik on master * Fixes ITISFoundation/osparc-simcore#7363 * Remove graylog alert for stack traces * remove faulty commit * remove faulty commit --------- Co-authored-by: Dustin Kaiser <[email protected]> Co-authored-by: YH <[email protected]>
1 parent 49664cf commit 65b6446

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)