feat: exporters for prometheus

This commit is contained in:
Michele Cereda
2023-07-14 01:54:02 +02:00
parent f99f6005c3
commit a77191ae0c
3 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Node exporter
## Table of contents <!-- omit in toc -->
1. [Further readings](#further-readings)
1. [Sources](#sources)
## Further readings
- [Github]
- [Prometheus]
## Sources
All the references in the [further readings] section, plus the following:
- [Node exporter guide]
<!--
References
-->
<!-- Upstream -->
[github]: https://github.com/prometheus/node_exporter
[node exporter guide]: https://prometheus.io/docs/guides/node-exporter/
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[prometheus]: prometheus.md

View File

@@ -5,12 +5,24 @@ Monitoring system that collects metrics from configured targets at given interva
## 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
@@ -18,10 +30,21 @@ Monitoring system that collects metrics from configured targets at given interva
<!-- 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

View File

@@ -0,0 +1,33 @@
# SNMP exporter
## Table of contents <!-- omit in toc -->
1. [Further readings](#further-readings)
1. [Sources](#sources)
## Further readings
- [Github]
- [Prometheus]
## Sources
All the references in the [further readings] section, plus the following:
- [SNMP monitoring and easing it with Prometheus]
<!--
References
-->
<!-- Upstream -->
[github]: https://github.com/prometheus/snmp_exporter
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[prometheus]: prometheus.md
<!-- Others -->
[snmp monitoring and easing it with prometheus]: https://medium.com/@openmohan/snmp-monitoring-and-easing-it-with-prometheus-b157c0a42c0c