💄 awesome-lint

This commit is contained in:
Samuel Berthe 2019-02-11 22:09:50 +01:00
parent 19ef1dcf6d
commit 0117a6eef4
3 changed files with 22 additions and 6 deletions

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: node_js
node_js:
- 'node'

View file

@ -1,7 +1,7 @@
# Awesome Prometheus alerting rules [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) # Awesome Prometheus alerting rules [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)
<!-- ![Awesome logo](./assets/awesome.png) --> <!-- ![Awesome logo](./assets/awesome.png) -->
<p align="center"> <p align="center">
<img src="./assets/awesome.png"> <img src="./assets/awesome.png">
</p> </p>
@ -9,7 +9,12 @@
Collection available here: **[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to)** 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) - [Prometheus](https://awesome-prometheus-alerts.grep.to/rules#prometheus)
- [Host](https://awesome-prometheus-alerts.grep.to/rules#host) - [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) [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
[![CC4](https://mirrors.creativecommons.org/presskit/cc.srr.primary.svg)](https://creativecommons.org/licenses/by/4.0/legalcode) [![CC4](https://mirrors.creativecommons.org/presskit/cc.srr.primary.svg)](https://creativecommons.org/licenses/by/4.0/legalcode)

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"scripts": {
"test": "awesome-lint"
},
"devDependencies": {
"awesome-lint": "*"
}
}