-
Notifications
You must be signed in to change notification settings - Fork 69
Add aux_tags suboption for tags in tag_group module #752
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
Add aux_tags suboption for tags in tag_group module #752
Conversation
Release 5.7.0
Update changelogs and docs upon release
Hi @meni2029 and thank you for your contribution! Looks good to me so far. |
Release 5.8.0
Update changelogs and docs upon release
Hi @robin-checkmk |
Hi @robin-checkmk , |
Hi @meni2029 and sorry for the delay. I have been brooding over for a few days now, so let me share my thoughts. |
Hi @meni2029, Regarding the add/update/delete auxtags feature, I'd prefer a separate module, as it is a completely separate group of API endpoints. |
Hi @robin-checkmk , @lgetwan |
Alright, points taken. Thanks for discussing this folks! Thanks again! |
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
The aux_tags suboption for the tags in the tag_group module is not available, while it was possible to declare it in previous collection version (i.e. 3.4.0).
What is the new behavior?
changes_detected
functionOther information
It has been tested on Checkmk 2.3.0p27. It might not fully work with 2.2 as, if I remember correctly, the API returns no "aux_tags" item if there's none selected. At least in 2.3, the API always returns it with empty list if none selected, so default => []: