-
Notifications
You must be signed in to change notification settings - Fork 289
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
Module: Implementation of zabbix_item #1216
Conversation
Regarding Issue #1203 "Request: Implement item module" |
Hi, not sure why tests failed. Ran them again with a Ansible-docker container closer to the actions runner, all tests passed successfully.. |
Looks like they may have just died....restarted |
@ljvdhooft you're getting an error during the test.
|
This probably has to do with some parameters that are not suitable for all item types. This makes testing a bit difficult. The way it is setup right now is that it makes only one item and changes the type of that item until all items were in use. However, by not setting a specific parameter, this remains set in the Zabbix config making it unable to change to another type of item. I think it would make more sense to make a new item for each type, since that would be the more practical case too. Would tests like this qualify for a PR? |
That is totally ok. |
#1222 is also working on adding this. |
SUMMARY
This implements a new module, zabbix_item. This module controls the items contained by hosts.
ISSUE TYPE
COMPONENT NAME
zabbix_item
ADDITIONAL INFORMATION