Updated Monitoring (markdown)

Ryan Merolle 2022-01-18 11:48:04 -05:00
parent 05bf00291f
commit ef4c695812

@ -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).