mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 03:17:07 +08:00
layout: add wget script
This commit is contained in:
parent
c00dd87733
commit
076db62de4
1 changed files with 7 additions and 3 deletions
4
rules.md
4
rules.md
|
|
@ -60,6 +60,10 @@
|
|||
{% if nbrRules == 0 %}
|
||||
{% highlight javascript %}
|
||||
// @TODO: Please contribute => https://github.com/samber/awesome-prometheus-alerts 👋
|
||||
{% endhighlight %}
|
||||
{% else %}
|
||||
{% highlight bash %}
|
||||
$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/master/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml
|
||||
{% endhighlight %}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue