Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support to configure severity on provision_media #1408

Open
ohmer1 opened this issue Oct 24, 2024 · 0 comments
Open

Add support to configure severity on provision_media #1408

ohmer1 opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@ohmer1
Copy link

ohmer1 commented Oct 24, 2024

SUMMARY

Zabbix 7.0 allow to provision media and to enable it only for some severity instead of all events. Unfortunately, the zabbix_user_directory module doesn't allow to configure that at this moment.

See https://support.zabbix.com/browse/ZBXNEXT-8760.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

zabbix_user_directory

ADDITIONAL INFORMATION

This could be used something like that:

- community.zabbix.zabbix_user_directory:
    ...
    provision_media:
       - name: 'Email (HTML)'
         mediatype: 'Email (HTML)'
         attribute: 'mail'
         severity:
           - 'High'
           - 'Disaster'
@masa-orca masa-orca self-assigned this Nov 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants