From d4a5dd0faeedebcf6b6103360ffd06678355d05f Mon Sep 17 00:00:00 2001 From: Robert Drake Date: Tue, 23 Sep 2025 18:03:30 -0400 Subject: [PATCH] Add note about METRICS_ENABLED in env/netbox.env --- Monitoring.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Monitoring.md b/Monitoring.md index 73fd6c7..9c71361 100644 --- a/Monitoring.md +++ b/Monitoring.md @@ -1,5 +1,10 @@ ## Setup +### Note about environment variables + +If you use the below config to set "METRICS_ENABLED" to 'true' inside of docker-compose.override.yml, you will need to edit env/netbox.env and comment out the METRICS_ENABLED line there. This is (I think) because the environment file is sourced after the docker-compose override. I think this line should probably be removed from env/netbox.env to reduce confusion, since it's the default. + + Add the following to your `docker-compose.override.yml` (or create that file if you haven't done so): ```yml