-
Notifications
You must be signed in to change notification settings - Fork 291
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 zabbix_connector module #1435
Add zabbix_connector module #1435
Conversation
b7f7b09
to
c69bfad
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1435 +/- ##
==========================================
+ Coverage 78.08% 78.40% +0.32%
==========================================
Files 46 47 +1
Lines 5685 5848 +163
Branches 1433 1491 +58
==========================================
+ Hits 4439 4585 +146
- Misses 775 780 +5
- Partials 471 483 +12 ☔ View full report in Codecov by Sentry. |
Looks good, please add your change fragment. |
Sure, thanks. I didn't include it at first since the Ansible doc mentions it is not needed for new modules:
|
85f4bf6
to
8eb8cb9
Compare
SUMMARY
Zabbix supports data streaming connectors since version 7.0 (experimental in 6.4), so I created the Ansible module wrapping the Zabbix API.
ISSUE TYPE
COMPONENT NAME
zabbix_connector
ADDITIONAL INFORMATION
Streaming feature doc: https://www.zabbix.com/documentation/current/en/manual/config/export/streaming
Follows Zabbix API: https://www.zabbix.com/documentation/current/en/manual/api/reference/connector