You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
We have plenty of Raspberry Pi CM4 modules on our network and want to inventory them in NetBox. However, when we start the NetBox agent:
Traceback (most recent call last):
File "/usr/local/bin/netbox_agent", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/dist-packages/netbox_agent/cli.py", line 50, in main
return run(config)
File "/usr/local/lib/python3.9/dist-packages/netbox_agent/cli.py", line 24, in run
dmi = dmidecode.parse()
File "/usr/local/lib/python3.9/dist-packages/netbox_agent/dmidecode.py", line 74, in parse
_data = _parse(buffer)
File "/usr/local/lib/python3.9/dist-packages/netbox_agent/dmidecode.py", line 216, in _parse
raise ParseError("Unable to parse 'dmidecode' output")
netbox_agent.dmidecode.ParseError: Unable to parse 'dmidecode' output
dmidecode
# dmidecode 3.3
# No SMBIOS nor DMI entry point found, sorry.
Is there any workaround for Pi's?
The text was updated successfully, but these errors were encountered:
Hi
We have plenty of Raspberry Pi CM4 modules on our network and want to inventory them in NetBox. However, when we start the NetBox agent:
Is there any workaround for Pi's?
The text was updated successfully, but these errors were encountered: