Hello:
I would propose that "zabbix_get" and "zabbix_send" commands read the TLS configuration from Zabbix agent configuration file, in case it exists.
3 long TLS options are need to garanty cyphered communications with server.
v.gr.
"--tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file"
When you program an script to be use in serveral servers you could avoid to particularize the call to "zabbix_send" for each server adding the TLS options in their command line.
With my propose, you don't need the TLS options in command line because the command can read them from zabbix_agentd.conf.
Thank you and best regards!
I would propose that "zabbix_get" and "zabbix_send" commands read the TLS configuration from Zabbix agent configuration file, in case it exists.
3 long TLS options are need to garanty cyphered communications with server.
v.gr.
"--tls-connect psk --tls-psk-identity PSK-identity --tls-psk-file PSK-file"
When you program an script to be use in serveral servers you could avoid to particularize the call to "zabbix_send" for each server adding the TLS options in their command line.
With my propose, you don't need the TLS options in command line because the command can read them from zabbix_agentd.conf.
Thank you and best regards!
Comment