mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +08:00
Renaming some alert categories
This commit is contained in:
parent
6edcdc75af
commit
05a2c9604b
2 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue