mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
💄 awesome-lint
This commit is contained in:
parent
19ef1dcf6d
commit
0117a6eef4
3 changed files with 22 additions and 6 deletions
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 'node'
|
||||
17
README.md
17
README.md
|
|
@ -1,7 +1,7 @@
|
|||
# Awesome Prometheus alerting rules [](https://github.com/sindresorhus/awesome)
|
||||
# Awesome Prometheus alerting rules [](https://awesome.re)
|
||||
|
||||
<!--  -->
|
||||
<p align="center">
|
||||
<p align="center">
|
||||
<img src="./assets/awesome.png">
|
||||
</p>
|
||||
|
||||
|
|
@ -9,7 +9,12 @@
|
|||
|
||||
Collection available here: **[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to)**
|
||||
|
||||
## Content
|
||||
## Contents
|
||||
|
||||
- [Rules](#rules)
|
||||
- [Improvements](#improvements)
|
||||
|
||||
## Rules
|
||||
|
||||
- [Prometheus](https://awesome-prometheus-alerts.grep.to/rules#prometheus)
|
||||
- [Host](https://awesome-prometheus-alerts.grep.to/rules#host)
|
||||
|
|
@ -41,11 +46,11 @@ Contributions for common alerting rules are most welcome!
|
|||
|
||||
[Instructions here](CONTRIBUTING.md)
|
||||
|
||||
## Todo
|
||||
## Improvements
|
||||
|
||||
- Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances, ...)
|
||||
- Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances...)
|
||||
|
||||
# License
|
||||
## License
|
||||
|
||||
[](https://creativecommons.org/licenses/by/4.0/legalcode)
|
||||
|
||||
|
|
|
|||
8
package.json
Normal file
8
package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"scripts": {
|
||||
"test": "awesome-lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"awesome-lint": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue