DarcyB
DarcyB
Make traffic.sh a bit more complete, it can honer name: and prefix: as found in the clab.yml
There were changes in netbox 3.7 which were further deprecated in 4.0 Please see [Migrating Your Plugin to NetBox v4.0](https://docs.netbox.dev/en/stable/plugins/development/migration-v4/) for porting instructions to make the plugin compatible with 4.x
Create layers (with Z) on the floor plan that can be turned on and off. For example hvac ducts, cable trays, Electrical outlets. Map a layer to a colour.
The size of the object shown on the floor plan should come from the rack/device being added to the map. At the moment when you place a rack, it comes...
## User Story Currently, vector styling of dem data is somewhat limited, meaning most of my base layer work needs to be done as pre-styled rasters. This reduces the usefulness...
My tegola instance is behind a haproxy that handles my ssl termination/offloading. To meet the requirement that there is no mixed mode (http/https) in the front end, I need to...
Would be nice to see some expanded examples in the "multi service" area.
``` root@KLWNBC12FW01:~ # /usr/local/bin/python3 /usr/local/opnsense/scripts/OPNsense/speedtest/opn_speedtest.py log Traceback (most recent call last): File "/usr/local/opnsense/scripts/OPNsense/speedtest/opn_speedtest.py", line 75, in row[0]=datetime.fromtimestamp(float(row[0])).isoformat() ^^^^^^^^^^^^^ ValueError: could not convert string to float: 'Timestamp' ``` lines 75 ->...