From 81a0707a4a5b89fcd6e89905f0f4f407a7f888b9 Mon Sep 17 00:00:00 2001 From: Ryan Merolle Date: Tue, 18 Jan 2022 11:43:52 -0500 Subject: [PATCH] Updated Custom Reports (markdown) --- Custom-Reports.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Custom-Reports.md b/Custom-Reports.md index 8a8508d..d5823f1 100644 --- a/Custom-Reports.md +++ b/Custom-Reports.md @@ -1,8 +1,8 @@ -Netbox includes [customized reporting][netbox-reports-doc] that allows the user to write Python code and determine the validity of the data within Netbox. +NetBox includes [customized reporting][netbox-reports-doc] that allows the user to write Python code and determine the validity of the data within NetBox . The `REPORTS_ROOT` variable is setup as a mapped directory within this Docker container to `/reports/` and includes the example directly from the documentation for `devices.py`. -However, it has been renamed to `devices.py.example` which prevents Netbox from recognizing it as a valid report. +However, it has been renamed to `devices.py.example` which prevents NetBox from recognizing it as a valid report. To re-enable this default report, simply rename `devices.py.example` to `devices.py` and browse to `/extras/reports/`. -You can also add any other report to this directory and Netbox will be able to see it without restarting the container. +You can also add any other report to this directory and NetBox will be able to see it without restarting the container. [netbox-reports-doc]: https://netbox.readthedocs.io/en/stable/additional-features/reports/ \ No newline at end of file