[promcord] add template to rules (#1193)

This commit is contained in:
j_r0dd 2021-09-12 19:49:24 -04:00 committed by GitHub
parent 34842b9fdd
commit 46df74c8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: latest appVersion: latest
description: Discord bot that provides metrics from a Discord server description: Discord bot that provides metrics from a Discord server
name: promcord name: promcord
version: 5.0.0 version: 5.0.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- promcord - promcord

View File

@ -1,6 +1,6 @@
# promcord # promcord
![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 5.0.1](https://img.shields.io/badge/Version-5.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Discord bot that provides metrics from a Discord server Discord bot that provides metrics from a Discord server

View File

@ -10,14 +10,14 @@ metadata:
{{- end }} {{- end }}
spec: spec:
groups: groups:
- name: promcord - name: {{ include "common.names.fullname" . }}
rules: rules:
- alert: PromcordAbsent - alert: PromcordAbsent
annotations: annotations:
description: Promcord has disappeared from Prometheus service discovery. description: Promcord has disappeared from Prometheus service discovery.
summary: Promcord is down. summary: Promcord is down.
expr: | expr: |
absent(up{job=~".*promcord.*"} == 1) absent(up{job="{{ include "common.names.fullname" . }}"} == 1)
for: 5m for: 5m
labels: labels:
severity: critical severity: critical