community.zabbix icon indicating copy to clipboard operation
community.zabbix copied to clipboard

[Feature idea]Create zabbix_*_info modules which returns converted to zabbix_* module parameter values

Open masa-orca opened this issue 5 months ago • 0 comments

SUMMARY

Hi, maintainers.

I'd like to suggest info modules idea! Let me know you think. As you know, many modules to configure Zabbix exist. However, we need to write parameters of the modules manually. I'd like to create zabbix_xx_info modules to export values which are able to be used for zabbix_xx module parameters.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

All modules except api_info module.

ADDITIONAL INFORMATION

I show the concept in a picture.

---
title: The concept of info modules
---
stateDiagram-v2
    zabbix: Zabbix
    mediatype_yaml: vars file of mediatype
    mediatype_yaml --> zabbix:  Using zabbix_mediatype module\nto update mediatype
     zabbix --> mediatype_yaml:  Using zabbix_mediatype_info module\nto output mediatype as yaml

masa-orca avatar Jan 30 '24 12:01 masa-orca