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 p...
Search Result
Collapse
6 results in 0.0030 seconds.
Keywords
Members
Tags
-
zabbix_get / zabbix_sender could read configuration TLS from zabbix_agentd.conf
-
Communication problem zabbix_proxy vs zabbix_agent
Hello everyone !
I encountered a communication problem with a zabbix_proxy and the agents behind.
While doing this command (from zabbix_proxy) :
/usr/local/bin/zabbix_get -s127.0.0.1 -p10050 -kagent.version
I received a correct output with the agent version.
... -
Trouble in adding item to be monitored
Hello all,
I'm new to Zabbix world and part of my job is to learn, understand, implement zabbix monitoring tool to out existing system, and integrate zabbix API with our application. So i am trying to run few examples, scripts to be familiar with Zabbix. So i have a ubuntu virtual... -
Zabbix Over IpSec VPN
I am having difficullty getting Zabbix to detect agents over an IPSec VPN.
The agent is installed on the remote machine but I am not quite sure how to set up the config file.
The Zabbix server does not have a public IP and I want to route the traffic over the VPN anyway.... -
UserParameter datatype
I've problem with correct definition and using of UserParameter.
I've defined in zabbix_agentd.conf a parameter:
UserParameter=dw.rpt_tbs_pcent_free,/etc/zabbix/externalscripts/rpt_tbs_pcent_free.sh
When I start above script it works:
[oracle@mis ~]$...