We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cache isn't planned to be added to METRICS_ENABLED, add a note referencing the issue.
Add information about a usable dashboard
Add line after beginning notes
Change prometheus and grafana docker image tags to be "latest"
Add note about METRICS_ENABLED in env/netbox.env
Change port for netbox. It now listens on 8080
Remove nginx-exporter config. Nginx isn't in the normal netbox-docker config now that nginx-unit is used inside the netbox container.
Remove version line because it's no longer recommended for docker-compose
This is needed because the netbox container runs as the "unit" user rather than root and can't write to the directory. Docker hasn't added the commands to change the uid of the tmpfs mount, so you need to override the mode instead. See https://stackoverflow.com/questions/53498380/docker-compose-mounting-a-tmpfs-usable-by-non-root-user
need to set variable so prometheus metrics are actually shared between worker processes
Updated Monitoring (markdown)
Not relevant anymore
Add grafana to prometheus monitoring
Escape boolean values in YAML
Created Monitoring (markdown)