From fd2eda9bcf1e1dc87858ebde32acd15e33f96867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 26 Oct 2020 14:56:44 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index c7610f8..aef72c4 100644 --- a/Home.md +++ b/Home.md @@ -16,6 +16,10 @@ These are currently the most relevant topics in this wiki: * [LDAP](LDAP): How to use the LDAP variant. * [NAPALM Configuration](NAPALM-Configuration): How to use the NAPALM feature of Netbox with the Docker image. * [TLS](TLS): How to configure TLS for Netbox + * [Monitoring](Monitoring): Learn how to use [Prometheus][prometheus] and [Grafana][grafana] to monitor your Netbox Docker instance. + +[prometheus]: https://prometheus.io/ +[grafana]: https://grafana.com/grafana/ ## Customizing * [Initializers](Initializers): Initialize Netbox with information (aka Seeds), useful when developing for/with Netbox.