ansible-collection-checkmk.general
ansible-collection-checkmk.general copied to clipboard
The official Checkmk Ansible collection - brought to you by the Checkmk company.
**rule module does not respect parameter folder** module `rule` does not respect the parameter `folder`, only the parameters `conditions`, `properties`, `value_raw`. It does not take into account that `folder` might...
**Describe the bug** I'm trying to set the value of value_raw to a variable instead of hardcoding it in the task, so I can reuse the same task for multiple...
Verify first that your issue is not already reported [here](https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). Where possible also test if the latest release and main branch are affected too. Complete all sections as described! **Describe...
Changed host_group_name and host_groups with name and groups, respectively, also to match two other groups, service and contact. ## Pull request type - [ ] Bugfix - [x] Feature -...
Additional plugin that manages service groups. ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [X] Feature - [ ] Code...
Unfortunately I was negatively surprised today. I wanted to set a new host attribute and unfortunately lost all the remaining attributes that were already set. If I see this correctly,...
I would consider this a separate issue from https://github.com/tribe29/ansible-collection-tribe29.checkmk/issues/153 **Provide your feedback** Documentation contains: ``` options: rule: description: Definition of the rule as returned by the Checkmk API. required: true...
Currently this is not operational. ## Pull request type Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style...
## Pull request type - [ ] Bugfix - [X] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) -...
**This is a 'To-Do' issue to track ideas for tests** Ideas: - [ ] Add test for multisite environments - [ ] Improve discovery tests coverage - [ ] Add...