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
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
I am facing the issue that you can't create a host with snmp-host.
The response from the exeption message says: "Check_MK exception: Unknown tag group snmp_community".
The problem is that always the 'tag_' prefix gets added so 'snmp_community' can't be found.
Removing this solved my problem.
I guess I could use the 'custom_attrs' param, but then I would need to build a special-case.
Is there a reason the the tag_ prefix gets added?
Have a nice day
The text was updated successfully, but these errors were encountered:
Just did some research and read through the docs of the Web API add_host function. If I understand that section correctly tags are just special attributes identified by the tag_ prefix. According to that the implementation seems correct. Let me know if you see that differently.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am facing the issue that you can't create a host with snmp-host.
The response from the exeption message says: "Check_MK exception: Unknown tag group snmp_community".
To reproduce this I created this test:
The problem is that always the 'tag_' prefix gets added so 'snmp_community' can't be found.
Removing this solved my problem.
I guess I could use the 'custom_attrs' param, but then I would need to build a special-case.
Is there a reason the the tag_ prefix gets added?
Have a nice day
The text was updated successfully, but these errors were encountered: