mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[promcord] fix rules (#1198)
This commit is contained in:
parent
b7d45b5c54
commit
917ae5b927
@ -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.1
|
version: 5.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- promcord
|
- promcord
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# promcord
|
# promcord
|
||||||
|
|
||||||
![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)
|
![Version: 5.0.2](https://img.shields.io/badge/Version-5.0.2-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
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
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="{{ include "common.names.fullname" . }}"} == 1)
|
absent(up{job=~".*{{ include "common.names.fullname" . }}.*"} == 1)
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
|
Loading…
Reference in New Issue
Block a user