Closed tjyang closed 9 months ago
@lebe-dev I am hoping to create the host with PSK enabled on zabbix server side.
pub host: String, pub groups: Vec<ZabbixHostGroup, Global>, pub interfaces: Vec<ZabbixHostInterface, Global>, pub tags: Vec<ZabbixHostTag, Global>, pub templates: Vec<ZabbixTemplate, Global>, pub macros: Vec<ZabbixHostMacro, Global>, pub inventory_mode: u8, pub inventory: HashMap<String, String, RandomState>,
Answered in another issue.
Details here: https://github.com/lebe-dev/zabbix-api-rs/issues/11#issuecomment-1919453804
@lebe-dev I am hoping to create the host with PSK enabled on zabbix server side.