Skip to content
Snippets Groups Projects
Commit c3a3fa5c authored by František Řezníček's avatar František Řezníček
Browse files

Merge branch 'freznicek-monitoring-links' into 'master'

feat: new monitoring links (in separate isolated page)

See merge request !4
parents fdd5cb64 ced4b79e
No related branches found
No related tags found
1 merge request!4feat: new monitoring links (in separate isolated page)
Pipeline #312521 failed with stages
in 10 seconds
......@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.0] - 2023-08-24
### Added
- Monitoring links page (isolated yet)
## [1.2.0] - 2023-03-23
### Updated
- Added new graphical elements for index page
......
monitoring.md
\ No newline at end of file
---
template: overrides/monitoring.html
title: ""
hide:
- nav
- toc
---
{% extends "overrides/main.html" %}
{% block tabs %}
{{ super() }}
<style>.md-header{position:initial}.md-main__inner{/* margin:0 */}.md-content{display: block;}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style>
<section class="mdx-container">
<div class="md-grid md-typeset">
<div class="mdx-hero">
<div class="mdx-hero__image">
<img src="assets/einfra-box.png" alt="" width="1659" height="1200" draggable="false">
</div>
<div class="mdx-hero__content">
<p>Communication channels</p>
<a href="https://metacentrum.slack.com/archives/C03SDMZEGUC" title="Cloud Team slack" class="md-button">
Virtual team slack
</a>
<a href="https://metacentrum.slack.com/archives/C054MJ69WE4" title="Cloud alerts slack" class="md-button">
Cloud alerts slack
</a>
<br>
<br>
<p>Monitoring</p>
<a href="https://alertmanager.ostrava.openstack.cloud.e-infra.cz/" title="Alertmanager (overview of pending alerts)" class="md-button">
Alertmanager
</a>
<a href="https://prometheus.ostrava.openstack.cloud.e-infra.cz/" title="Prometheus monitoring system" class="md-button">
Prometheus
</a>
<a href="https://grafana.ostrava.openstack.cloud.e-infra.cz/" title="Grafana monitoring" class="md-button">
Grafana
</a>
<a href="https://pushgateway.ostrava.openstack.cloud.e-infra.cz/" title="PushGateway" class="md-button">
PushGateway
</a>
</div>
</div>
</div>
</section>
{% endblock %}
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
{% block content %}
{{ super() }}
{% endblock %}
</article>
</div>
{% block footer %}
{{ super() }}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment