mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Update index.md
This commit is contained in:
parent
99b101077d
commit
5964ec79b6
1 changed files with 4 additions and 4 deletions
6
index.md
6
index.md
|
|
@ -15,11 +15,11 @@
|
||||||
Hello world
|
Hello world
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<a href="/alertmanager">
|
<a href="/awesome-prometheus-alerts/alertmanager">
|
||||||
AlertManager configuration
|
AlertManager configuration
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/sleep-peacefully">
|
<a href="/awesome-prometheus-alerts/sleep-peacefully">
|
||||||
Alerting time window
|
Alerting time window
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
{% for service in group.services %}
|
{% for service in group.services %}
|
||||||
<li>
|
<li>
|
||||||
<a href="/rules#{{ service.name | replace: " ", "-" | downcase }}">
|
<a href="/awesome-prometheus-alerts/rules#{{ service.name | replace: " ", "-" | downcase }}">
|
||||||
{{ service.name }}
|
{{ service.name }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue