mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
51 lines
1.4 KiB
Markdown
51 lines
1.4 KiB
Markdown
# Prometheus
|
|
|
|
Monitoring system that collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [Further readings](#further-readings)
|
|
1. [Sources](#sources)
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [Github]
|
|
- [`docker/monitoring`][docker/monitoring]
|
|
- [Node exporter]
|
|
- [SMNP exporter]
|
|
|
|
## Sources
|
|
|
|
All the references in the [further readings] section, plus the following:
|
|
|
|
- [Node exporter guide]
|
|
- [SNMP monitoring and easing it with Prometheus]
|
|
- [`prometheus/node_exporter`][prometheus/node_exporter]
|
|
- [`prometheus/snmp_exporter`][prometheus/snmp_exporter]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Upstream -->
|
|
[github]: https://github.com/prometheus/prometheus
|
|
[node exporter guide]: https://prometheus.io/docs/guides/node-exporter/
|
|
[prometheus/node_exporter]: https://github.com/prometheus/node_exporter
|
|
[prometheus/snmp_exporter]: https://github.com/prometheus/snmp_exporter
|
|
[website]: https://prometheus.io/
|
|
|
|
<!-- In-article sections -->
|
|
[further readings]: #further-readings
|
|
|
|
<!-- Knowledge base -->
|
|
[grafana]: grafana.md
|
|
[node exporter]: node%20exporter.md
|
|
[smnp exporter]: smnp%20exporter.md
|
|
|
|
<!-- Files -->
|
|
[docker/monitoring]: ../docker/monitoring/README.md
|
|
|
|
<!-- Others -->
|
|
[snmp monitoring and easing it with prometheus]: https://medium.com/@openmohan/snmp-monitoring-and-easing-it-with-prometheus-b157c0a42c0c
|