From 05a2c9604b9435da1062c03c346345194eba71fc Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sat, 7 Mar 2020 19:06:54 +0100 Subject: [PATCH] Renaming some alert categories --- README.md | 4 ++-- _data/rules.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 566d8a9..d4b21eb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/ ## Rules -- [Prometheus](https://awesome-prometheus-alerts.grep.to/rules#prometheus) -- [Host](https://awesome-prometheus-alerts.grep.to/rules#host) +- [Prometheus internals](https://awesome-prometheus-alerts.grep.to/rules#prometheus-internals) +- [Host/Hardware](https://awesome-prometheus-alerts.grep.to/rules#host-and-hardware) - [Docker Containers](https://awesome-prometheus-alerts.grep.to/rules#docker-containers) - [Nginx](https://awesome-prometheus-alerts.grep.to/rules#nginx) - [RabbitMQ](https://awesome-prometheus-alerts.grep.to/rules#rabbitmq) diff --git a/_data/rules.yml b/_data/rules.yml index 1ec618f..1f96294 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -1,5 +1,5 @@ services: - - name: Prometheus + - name: Prometheus internals exporters: - rules: - name: Prometheus configuration reload @@ -19,7 +19,7 @@ services: query: "up == 0" severity: warning - - name: Host + - name: Host and hardware exporters: - name: node-exporter doc_url: https://github.com/prometheus/node_exporter