mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 18:36:59 +08:00
Update index.md (#353)
This commit is contained in:
parent
99b101077d
commit
a41fe9ede9
1 changed files with 4 additions and 4 deletions
8
index.md
8
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>
|
||||||
|
|
@ -51,4 +51,4 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue