Hi All,
Can you help me with this issue
I using only Ubuntu server. This is my zabbix.agent.conf:
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=my zabbix server adress
ListenPort=10051
StartAgents=5
ListenIP=my server adress
ServerActive=my zabbix server adress:10051
Hostname=my server host name
Include=/etc/zabbix/zabbix_agentd.d/*.conf
TLSConnect=psk
TLSAccept=psk
TLSPSKIdentity=PSK 015
TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
and i wont to monitoring log fail. This is my item in upload file.
Why, if i change StartAgents=0 my server don’t have connection.
How i configuration my agent.conf to change to active check to monitoring log.file.
Can you help me with this issue
I using only Ubuntu server. This is my zabbix.agent.conf:
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=my zabbix server adress
ListenPort=10051
StartAgents=5
ListenIP=my server adress
ServerActive=my zabbix server adress:10051
Hostname=my server host name
Include=/etc/zabbix/zabbix_agentd.d/*.conf
TLSConnect=psk
TLSAccept=psk
TLSPSKIdentity=PSK 015
TLSPSKFile=/etc/zabbix/zabbix_agentd.psk
and i wont to monitoring log fail. This is my item in upload file.
Why, if i change StartAgents=0 my server don’t have connection.
How i configuration my agent.conf to change to active check to monitoring log.file.
Comment