customizations icon indicating copy to clipboard operation
customizations copied to clipboard

A collection of community submitted and maintained customizations including reports, scripts, validators and export templates

Results 38 customizations issues
Sort by recently updated
recently updated
newest added

`template.instantiate()` no longer allows 'device' as a positional parameter: it must be a named parameter in **kwargs

``` An exception occurred: TypeError: RearPortTemplate.instantiate() takes 1 positional argument but 2 were given Traceback (most recent call last): File "/opt/netbox/netbox/extras/scripts.py", line 461, in _run_script script.output = script.run(data=data, commit=commit) File...

The report aborted after the first ip-address was found and thus the report could not be generated over all entries in the netbox. By changing the storage of `ip.address` to...

Throws this error when accessing the script. ``` too many values to unpack (expected 2) Python version: 3.8.10 NetBox version: 3.2.1 ```

Hello, so far this repository collects reports and scripts, thus the name seems already a bit misleading. I propose that this repository should be renamed (maybe something like "user_generated_content") and...

This includes multiple tasks: - [x] Correct doc links - [ ] Add linting & general CI - [ ] Add Issue templates - [ ] Add PR template -...

housekeeping

Audit cable connections in NetBox using NAPALM LLDP check from the UI, but do it in a single report for all devices where NAPALM LLDP is available.

https://github.com/netbox-community/netbox/issues/5895 https://github.com/netbox-community/netbox/commit/fdb3e3f9a42cc29052c2d7be6f5000814685cbca

Allows: - Import DeviceTypes Library from repo - Update repo (via pull) - Import by Manufacturer - Import by Model (filename) Inspiration (code base): https://github.com/netbox-community/reports/pull/34 Associated issues: #35