diff --git a/knowledge base/node exporter.md b/knowledge base/node exporter.md new file mode 100644 index 0000000..1b0d6ca --- /dev/null +++ b/knowledge base/node exporter.md @@ -0,0 +1,31 @@ +# Node exporter + +## Table of contents + +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] + + + + +[github]: https://github.com/prometheus/node_exporter +[node exporter guide]: https://prometheus.io/docs/guides/node-exporter/ + + +[further readings]: #further-readings + + +[prometheus]: prometheus.md diff --git a/knowledge base/prometheus.md b/knowledge base/prometheus.md index 9f57bd6..ebbf8dd 100644 --- a/knowledge base/prometheus.md +++ b/knowledge base/prometheus.md @@ -5,12 +5,24 @@ Monitoring system that collects metrics from configured targets at given interva ## Table of contents 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] [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/ + +[further readings]: #further-readings + [grafana]: grafana.md +[node exporter]: node%20exporter.md +[smnp exporter]: smnp%20exporter.md [docker/monitoring]: ../docker/monitoring/README.md + + +[snmp monitoring and easing it with prometheus]: https://medium.com/@openmohan/snmp-monitoring-and-easing-it-with-prometheus-b157c0a42c0c diff --git a/knowledge base/snmp exporter.md b/knowledge base/snmp exporter.md new file mode 100644 index 0000000..c13f0a4 --- /dev/null +++ b/knowledge base/snmp exporter.md @@ -0,0 +1,33 @@ +# SNMP exporter + +## Table of contents + +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] + + + + +[github]: https://github.com/prometheus/snmp_exporter + + +[further readings]: #further-readings + + +[prometheus]: prometheus.md + + +[snmp monitoring and easing it with prometheus]: https://medium.com/@openmohan/snmp-monitoring-and-easing-it-with-prometheus-b157c0a42c0c