-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'1 is not a valid choice' when adding interface #191
Comments
We found there is a switch in how it stores status, so by changing from ' status=1' to 'status="active", we got past that problem |
Can confirm. |
I have the "active" status |
if there is no ipmi on the server, I can collect the information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
when running
netbox_agent -c netbox_agent.yml --register
it breaks with:Expected behavior
It should create the interface with the ip
Configuration file
Environment:
The text was updated successfully, but these errors were encountered: