mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 19:37:27 +08:00
Friends, I always thought that the developer community is cohesive and apolitical. But as far as I can see, fanatics are appearing more and more often, who cannot express their opinion in any way, except to interfere with the work of ordinary people.
155 lines
5.1 KiB
HTML
155 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="{{ site.lang | default: "en-US" }}">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
{% seo %}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="theme-color" content="#157878">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
|
<link rel="stylesheet" href="{{ '/assets/css/app.css?v=' | append: site.github.build_revision | relative_url }}">
|
|
<link rel="icon" type="image/png" href="/assets/favicon.ico">
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.4/clipboard.min.js"></script>
|
|
<script src="{{ '/assets/js/app.js?v=' | append: site.github.build_revision | relative_url }}"></script>
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118604063-2"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-118604063-2');
|
|
</script>
|
|
</head>
|
|
|
|
<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);
|
|
}
|
|
}
|
|
|
|
ul.github-buttons-cta li {
|
|
display: inline-block;
|
|
height: 20px;
|
|
padding: 0px 15px;
|
|
}
|
|
|
|
ul.github-buttons-cta li a {
|
|
/* width: 100px; */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.fa {
|
|
/* padding: 14px;
|
|
width: 50px;
|
|
height: 50px; */
|
|
font-size: 25px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.fa:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.fa-twitter,
|
|
.fa-linkedin {
|
|
/* background: #55ACEE; */
|
|
color: white;
|
|
}
|
|
</style>
|
|
<a id="skip-to-content" href="#content">Skip to the content.</a>
|
|
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">
|
|
<a href="/" style="color: white">
|
|
{{ site.title | default: site.github.repository_name }}
|
|
</a>
|
|
</h1>
|
|
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
|
|
<a href="/alertmanager" class="btn">Global configuration</a>
|
|
<a href="/rules" class="btn">Rules</a>
|
|
<a href="/sleep-peacefully" class="btn">Sleep peacefully</a>
|
|
<a href="https://github.com/samber/awesome-prometheus-alerts/blob/master/CONTRIBUTING.md" class="btn">
|
|
Contribute on GitHub
|
|
</a>
|
|
|
|
<ul class="github-buttons-cta">
|
|
<li>
|
|
<iframe
|
|
src="https://ghbtns.com/github-btn.html?user=samber&repo=awesome-prometheus-alerts&type=watch&count=true&v=2"
|
|
frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
|
|
</li>
|
|
<li>
|
|
<iframe src="https://ghbtns.com/github-btn.html?user=samber&repo=awesome-prometheus-alerts&type=star&count=true"
|
|
frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
|
|
</li>
|
|
<li>
|
|
<iframe
|
|
src="https://ghbtns.com/github-btn.html?user=samber&repo=awesome-prometheus-alerts&type=fork&count=true&v=2"
|
|
frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
|
|
</li>
|
|
<li>
|
|
<a href="https://twitter.com/share?via=samber&related=samber&text=🚨 📊 Here is a collection of Awesome Prometheus Alerts&url=https://awesome-prometheus-alerts.grep.to"
|
|
class="fa fa-twitter" target="_blank"></a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www.linkedin.com/shareArticle?mini=true&url=https://awesome-prometheus-alerts.grep.to"
|
|
class="fa fa-linkedin" target="_blank"></a>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
{{ content }}
|
|
|
|
<footer class="site-footer">
|
|
{% if site.github.is_project_page %}
|
|
<span class="site-footer-owner">
|
|
<a href="{{ site.github.repository_url }}">{{ site.title }}</a> is maintained by
|
|
<a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.
|
|
</span>
|
|
{% endif %}
|
|
</footer>
|
|
</main>
|
|
|
|
|
|
<!-- Screeb tag -->
|
|
<script type="text/javascript">
|
|
(function (s,c,r,ee,b) {
|
|
s['ScreebObject']=r;s[r]=s[r]||function(){(s[r].q=s[r].q||[]).push(arguments)};
|
|
b=c.createElement('script');b.type='text/javascript';
|
|
b.id=r;b.src=ee;b.async=1;c.getElementsByTagName("head")[0].appendChild(b);
|
|
}(window,document,'$screeb','https://t.screeb.app/tag.js'));
|
|
|
|
$screeb('init', '232450e3-d3fe-4240-b543-649a5041a7db');
|
|
</script>
|
|
<!-- End of Screeb tag -->
|
|
|
|
</body>
|
|
|
|
</html>
|