This commit is contained in:
Samuel Berthe 2018-10-23 08:25:20 +02:00
parent b74c5db885
commit 4bf1cde2f4
6 changed files with 28 additions and 3 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

View file

@ -2,9 +2,9 @@
<img width="500" height="350" src="assets/logo.svg" alt="Awesome"> <img width="500" height="350" src="assets/logo.svg" alt="Awesome">
(WIP) ![Awesome logo](assets/logo.svg)
[https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to) Collection here: [https://awesome-prometheus-alerts.grep.to](https://awesome-prometheus-alerts.grep.to).
## Todo ## Todo

View file

@ -18,8 +18,27 @@
<meta name="theme-color" content="#157878"> <meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="icon" type="image/png" href="/assets/favicon.ico">
</head> </head>
<body> <body>
<style>
#skip-to-content {
height: 1px;
width: 1px;
position: absolute;
overflow: hidden;
top: -10px;
&:focus {
position: fixed;
top: 10px;
left: 10px;
height: auto;
width: auto;
background: invert($body-link-color);
outline: thick solid invert($body-link-color);
}
}
</style>
<a id="skip-to-content" href="#content">Skip to the content.</a> <a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner"> <header class="page-header" role="banner">

View file

@ -4,6 +4,7 @@
</h2> </h2>
{% highlight yaml %} {% highlight yaml %}
{% raw %}
# alertmanager.yml # alertmanager.yml
route: route:
@ -53,4 +54,5 @@ receivers:
- url: http://a.b.c:8080/send/sms - url: http://a.b.c:8080/send/sms
send_resolved: true send_resolved: true
{% endraw %}
{% endhighlight %} {% endhighlight %}

BIN
assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -32,7 +32,7 @@ groups:
labels: labels:
severity: error severity: error
annotations: annotations:
summary: "Redis instance down" summary: "Redis instance ($instance) down"
description: "Whatever" description: "Whatever"
{% endhighlight %} {% endhighlight %}