andrewm659

Results 28 comments of andrewm659
trafficstars

sudo su - netbox source /opt/dcim/netbox/venv/bin/activate pip3.8 install netbox-sync pip3.8 install --upgrade git+https://github.com/vmware/vsphere-automation-sdk-python.git After running this I can't find the settings.ini or the netbox_sync.py. I'm runningthis on AlmaLinux 8.6 btw.

I'll take a look and report back if I have issues. Thank you!

ok got it working manually. thanks! Still trying to figure out redfish though.

Got it working but getting the following error: `2022-09-23 14:25:57,416 - DEBUG: Processing 1 returned power port` `2022-09-23 14:25:57,417 - INFO: Finished querying necessary objects from NetBox` `2022-09-23 14:25:57,417 -...

Yes I used the -p to purge it all and the output I provided was from DEBUG3.

Yes. There are plenty of objects to be pruned. Stuff I entered manually.

I assumed that it would do that. If not, I will delete all the objects I created and let the script do it.

Has this been resolved yet?

I even tried setting it up this way: ``` - job_name: 'smokeping' # file_sd_configs: # - files: # - '/etc/prometheus/smokeping_exporter_targets.yml' relabel_configs: - source_labels: [__address__] target_label: __param_target - source_labels: [__param_target] target_label:...