Steps to reproduce:
Thank you.
Here is the zabbix agent configuration:
[root@centos7-server /tmp] egrep -v '^#|^$' /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
DebugLevel=5
EnableRemoteCommands=1
Server=192.168.0.17
ServerActive=192.168.0.17:30003
Hostname=centos7
Include=/etc/zabbix/zabbix_agentd.d/*.conf
- The Zabbix is deployed in Kubernetes with monitoringartist/dockbix-xxl images
- The corresponding server and web port is expose as certain NodePort through k8s services
- The Zabbix agent is installed in other server (non docker container)
- The default port under Zabbix agent configuration file has been changed
- We would like to monitor the log of that server which is installed Zabbix agent
- The log monitoring function is not trigger even if the string is matched in the log's content
Thank you.
Here is the zabbix agent configuration:
[root@centos7-server /tmp] egrep -v '^#|^$' /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
DebugLevel=5
EnableRemoteCommands=1
Server=192.168.0.17
ServerActive=192.168.0.17:30003
Hostname=centos7
Include=/etc/zabbix/zabbix_agentd.d/*.conf