mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
14 lines
161 B
Markdown
14 lines
161 B
Markdown
|
|
# Contributing
|
|
|
|
## Adding alerting rule
|
|
|
|
Rules are here: `_data/rules.yml`.
|
|
|
|
## Run localy
|
|
|
|
```
|
|
gem install bundler
|
|
bundle install
|
|
bundle exec jekyll serve
|
|
```
|