Skip to content

Commit

Permalink
fix: prometheus-rule template
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 22, 2024
1 parent 7c37cff commit 67235b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/kea-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kea-exporter
description: kea-exporter helm chart for Kubernetes
type: application
version: 0.1.1
version: 0.1.2
appVersion: "v0.7.0"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/kea-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/kea-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kea-exporter

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)

kea-exporter helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/kea-exporter/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
severity: critical
annotations:
description: 'Kea exporter instance {{$labels.instance}} from job {{$labels.job}} is down.'
description: 'Kea exporter instance {{`{{`}}$labels.instance{{`}}`}} from job {{`{{`}}$labels.job{{`}}`}} is down.'
summary: Kea exporter instance down.
- alert: KeaDhcpV4PoolOutOfLease
expr: ((kea_dhcp4_addresses_assigned_total{pool=~".+"} * 100) / kea_dhcp4_addresses_total{pool=~".+"}) > 90
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-pve-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: prometheus-pve-exporter
description: prometheus-pve-exporter helm chart for Kubernetes
type: application
version: 0.1.4
version: 0.1.5
appVersion: "3.2.2"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/prometheus-pve-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-pve-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prometheus-pve-exporter

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.2](https://img.shields.io/badge/AppVersion-3.2.2-informational?style=flat-square)
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.2](https://img.shields.io/badge/AppVersion-3.2.2-informational?style=flat-square)

prometheus-pve-exporter helm chart for Kubernetes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
severity: critical
annotations:
description: 'PVE exporter instance {{$labels.instance}} from job {{$labels.job}} is down.'
description: 'PVE exporter instance {{`{{`}}$labels.instance{{`}}`}} from job {{`{{`}}$labels.job{{`}}`}} is down.'
summary: PVE exporter instance down.
- alert: PveNodeDown
expr: pve_node_info{id=~"node/.*"} != 1
Expand Down

0 comments on commit 67235b1

Please sign in to comment.