1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Files
netbox-community-netbox/docs/additional-features
weisdd cea01e037a Fix: incorrect DeviceConnectionsReport in reports.md (#4606)
Since the CONNECTION_STATUS_PLANNED constant is gone from dcim.constants, the DeviceConnectionsReport script is no longer correct.
The suggested fix is based on the fact that console_port.connection_status and power_port.connection_status currently have the following set of values:
* None = A cable is not connected to a Console Server Port or it's connected to a Rear/Front Port;
* False = A cable is connected to a Console Server Port and marked as Planned;
* True = A cable is connected to a Console Server Port and marked as Installed.
2020-05-11 09:14:25 -04:00
..
2020-03-04 10:07:58 -05:00
2020-03-05 17:23:56 -05:00
2019-09-13 12:08:48 -05:00
2020-01-10 11:28:50 -05:00
2020-02-26 11:40:31 -05:00
2019-06-20 00:04:44 -04:00
2020-03-05 17:23:56 -05:00