-
Notifications
You must be signed in to change notification settings - Fork 286
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_regexp_info module #1415
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1415 +/- ##
==========================================
+ Coverage 76.29% 78.08% +1.78%
==========================================
Files 45 46 +1
Lines 5619 5685 +66
Branches 1423 1433 +10
==========================================
+ Hits 4287 4439 +152
+ Misses 836 775 -61
+ Partials 496 471 -25 ☔ View full report in Codecov by Sentry. |
@pyrodie18 this module will be added 3.3.0? |
Can add it whenever. I approved it was gonna let you merge it |
Sure. |
- name: test - try to retrieve regexp | ||
community.zabbix.zabbix_regexp_info: | ||
name: File systems for discovery | ||
register: zbxregexp_get |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't use zbxregexp_get anywhere, should you create an "assert" for this?
SUMMARY
Add zabbix_regexp_info module
ISSUE TYPE
COMPONENT NAME
community.zabbix.zabbix_regexp_info
ADDITIONAL INFORMATION
I create info module which outputs value for community.zabbix.zabbix_regexp (not raw value).