Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in web title and message templates rendering and visual representation #1747

Merged
merged 17 commits into from
May 2, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint
iskhakov committed May 2, 2023

Verified

This commit was signed with the committer’s verified signature.
rezkiy37 Michael (Mykhailo) Kravchenko
commit ffa053696b402dd6ff8e7c91f7250b27f192170b
27 changes: 12 additions & 15 deletions engine/config_integrations/alertmanager.py
Original file line number Diff line number Diff line change
@@ -149,21 +149,18 @@
},
"web": {
"title": "KubeJobCompletion",
"message": (
"<p>"
"<strong>Status</strong>: firing<br/>"
"<strong>Labels:</strong> <br/>"
"<em>job</em>: kube-state-metrics<br/>"
"<em>instance</em>: 10.143.139.7:8443<br/>"
"<em>job_name</em>: email-tracking-perform-initialization-1.0.50<br/>"
"<em>severity</em>: warning<br/><em>alertname</em>: KubeJobCompletion<br/>"
"<em>namespace</em>: default<br/><em>prometheus</em>: monitoring/k8s<br/>"
"<strong>Annotations:</strong><br/>"
"<em>message</em>: Job default/email-tracking-perform-initialization-1.0.50 is taking more than one hour to complete. <br/>"
"<em>runbook_url</em>: "
'<a href="https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubejobcompletion">here</a>'
"</p>"
),
"message": """<p><strong>Status</strong>: firing
<strong>Labels:</strong>
<em>job</em>: kube-state-metrics
<em>instance</em>: 10.143.139.7:8443
<em>job_name</em>: email-tracking-perform-initialization-1.0.50
<em>severity</em>: warning
<em>alertname</em>: KubeJobCompletion
<em>namespace</em>: default
<em>prometheus</em>: monitoring/k8s
<strong>Annotations:</strong>
<em>message</em>: Job default/email-tracking-perform-initialization-1.0.50 is taking more than one hour to complete.
<em>runbook_url</em>: <a href="https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubejobcompletion" rel="nofollow noopener" target="_blank">here</a></p>""", # noqa
"image_url": None,
},
"sms": {