From ef4c6958124760fcf435fb835d0d7bd5d2882051 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Tue, 18 Jan 2022 11:48:04 -0500 Subject: [PATCH] Updated Monitoring (markdown) --- Monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Monitoring.md b/Monitoring.md index 799903f..2fa0655 100644 --- a/Monitoring.md +++ b/Monitoring.md @@ -123,7 +123,7 @@ Then run `docker-compose up`. ## Prometheus -Prometheus grabs the data once every minute from each service (Netbox, Nginx, PostgreSQL, 2x Redis, Prometheus itself) and stores it in a [TSDB](https://en.wikipedia.org/wiki/Time_series_database). +Prometheus grabs the data once every minute from each service (NetBox, Nginx, PostgreSQL, 2x Redis, Prometheus itself) and stores it in a [TSDB](https://en.wikipedia.org/wiki/Time_series_database). You can access [Prometheus on port 9090](http://localhost:9090). ## Grafana @@ -134,5 +134,5 @@ You can access [Grafana on port 3000](http://localhost:3000). The default credentials are `admin:admin`. You will find several user-made [dashboards on the Grafana page](https://grafana.com/grafana/dashboards?dataSource=prometheus) which are easy to import using the Grafana Dashboard ID. -There are already dashboard for Nginx, PostgreSQL, Redis, Prometheus and also Django (which is the framework on which Netbox is built). +There are already dashboard for Nginx, PostgreSQL, Redis, Prometheus and also Django (which is the framework on which NetBox is built). For more information see the [_importing a dashboard_ and _discover dashboards on grafana.com_ articles](https://grafana.com/docs/grafana/latest/dashboards/export-import/#importing-a-dashboard). \ No newline at end of file