Hi,
My environment
- Hardware: VMWare ESXi 7 hypervisor
- Zabbix srv: 5.4 (on Debian 11) (VM)
- Agents: (VMs)
- 6.4.2 or 6.0.17 - two win 10 machines
Firewalls on windows machine are disabled. Debian doesn't have fw by default (it's a fresh installation).
Srv and agents in 192.168.10.1/24 network. I have hardware firewall, but there are no rules to filter internal ESXi traffic.
Please let me know if there is additional information needed.
I
netstat on server
Code:
af@Zabbix:~$ netstat -tuln | grep 10050 tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN tcp6 0 0 :::10050 :::* LISTEN af@Zabbix:~$ netstat -tuln | grep 10051 tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN af@Zabbix:~$
Code:
af@Zabbix:~$ ping 192.168.10.46 PING 192.168.10.46 (192.168.10.46) 56(84) bytes of data. 64 bytes from 192.168.10.46: icmp_seq=1 ttl=128 time=0.342 ms 64 bytes from 192.168.10.46: icmp_seq=2 ttl=128 time=0.294 ms 64 bytes from 192.168.10.46: icmp_seq=3 ttl=128 time=0.289 ms 64 bytes from 192.168.10.46: icmp_seq=4 ttl=128 time=0.367 ms ^C --- 192.168.10.46 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3077ms rtt min/avg/max/mdev = 0.289/0.323/0.367/0.032 ms af@Zabbix:~$ ping 192.168.10.175 PING 192.168.10.175 (192.168.10.175) 56(84) bytes of data. 64 bytes from 192.168.10.175: icmp_seq=1 ttl=128 time=0.334 ms 64 bytes from 192.168.10.175: icmp_seq=2 ttl=128 time=0.293 ms 64 bytes from 192.168.10.175: icmp_seq=3 ttl=128 time=0.483 ms 64 bytes from 192.168.10.175: icmp_seq=4 ttl=128 time=0.246 ms ^C --- 192.168.10.175 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3079ms rtt min/avg/max/mdev = 0.246/0.339/0.483/0.088 ms af@Zabbix:~$
ping to srv (agent 1)
Code:
C:\Users\localadmin>ping 192.168.10.84
Pinging 192.168.10.84 with 32 bytes of data:
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.10.84:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
Code:
C:\Users\localadmin>ping 192.168.10.84
Pinging 192.168.10.84 with 32 bytes of data:
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Reply from 192.168.10.84: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.10.84:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\localadmin>
tracert from srv to agent 1
Code:
traceroute to 192.168.10.46 (192.168.10.46), 30 hops max, 60 byte packets 1 192.168.10.46 (192.168.10.46) 0.275 ms * *
Code:
traceroute to 192.168.10.175 (192.168.10.175), 30 hops max, 60 byte packets 1 CONJURPET.concircle.local (192.168.10.175) 0.227 ms * *
agent1 zabbix log
Code:
6784:20230508:140303.465 Starting Zabbix Agent [CONFROALE]. Zabbix 6.0.17 (revision c81d82859a8). 6784:20230508:140303.470 **** Enabled features **** 6784:20230508:140303.509 IPv6 support: YES 6784:20230508:140303.529 TLS support: NO 6784:20230508:140303.529 ************************** 6784:20230508:140303.531 using configuration file: C:\Zabbix\conf\zabbix_agentd.conf 6784:20230508:140304.019 RegQueryValueEx() failed with 0xea 6784:20230508:140304.021 cannot initialize performance counter collector: cannot initialize built-in counter indexes 6784:20230508:140304.025 agent #0 started [main process] 364:20230508:140304.030 agent #1 started [collector] 1108:20230508:140304.035 agent #3 started[listener #2] 7748:20230508:140304.037 agent #5 started [active checks #1] 2640:20230508:140304.041 agent #4 started[listener #3] 3016:20230508:140304.042 agent #2 started[listener #1] 364:20230508:140305.143 init_cpu_collector(): cannot make counterpath for "\\": [0xC0000BBD] A required argument is missing or not correct. 2300:20230510:235437.171 Zabbix Agent received shutdown request. 2300:20230510:235438.165 Zabbix Agent stopped. Zabbix 6.0.17 (revision c81d82859a8). 3220:20230510:235503.390 Starting Zabbix Agent [CONFROALE]. Zabbix 6.0.17 (revision c81d82859a8). 3220:20230510:235503.390 **** Enabled features **** 3220:20230510:235503.390 IPv6 support: YES 3220:20230510:235503.390 TLS support: NO 3220:20230510:235503.390 ************************** 3220:20230510:235503.390 using configuration file: C:\Zabbix\conf\zabbix_agentd.conf 3220:20230510:235508.824 agent #0 started [main process] 5052:20230510:235508.828 agent #1 started [collector] 5056:20230510:235508.828 agent #2 started[listener #1] 5060:20230510:235508.829 agent #3 started[listener #2] 5064:20230510:235508.829 agent #4 started[listener #3] 5068:20230510:235508.829 agent #5 started [active checks #1]
agent2 zabbix log
Code:
5772:20230508:162552.330 Starting Zabbix Agent [CONJURPET]. Zabbix 6.0.17 (revision c81d82859a8). 5772:20230508:162552.331 **** Enabled features **** 5772:20230508:162552.332 IPv6 support: YES 5772:20230508:162552.332 TLS support: NO 5772:20230508:162552.333 ************************** 5772:20230508:162552.333 using configuration file: C:\Zabbix\zabbix_agentd.conf 5772:20230508:162552.336 listener failed: bind() for [[-]:10050] failed: [0x00002740] Only one usage of each socket address (protocol/network address/port) is normally permitted. 5772:20230508:162552.337 Zabbix Agent stopped. Zabbix 6.0.17 (revision c81d82859a8). 3220:20230508:162610.643 Zabbix Agent received stop request. 3220:20230508:162611.644 Zabbix Agent stopped. Zabbix 6.0.17 (revision c81d82859a8). 7488:20230508:162614.339 Starting Zabbix Agent [CONJURPET]. Zabbix 6.0.17 (revision c81d82859a8). 7488:20230508:162614.345 **** Enabled features **** 7488:20230508:162614.346 IPv6 support: YES 7488:20230508:162614.347 TLS support: NO 7488:20230508:162614.347 ************************** 7488:20230508:162614.348 using configuration file: C:\Zabbix\zabbix_agentd.conf 7488:20230508:162615.337 agent #0 started [main process] 4272:20230508:162615.339 agent #1 started [collector] 2384:20230508:162615.340 agent #2 started[listener #1] 7928:20230508:162615.341 agent #4 started[listener #3] 6036:20230508:162615.341 agent #5 started [active checks #1] 7568:20230508:162615.342 agent #3 started[listener #2] 7420:20230508:162706.666 Got signal. Exiting ... 7420:20230508:162707.662 Zabbix Agent stopped. Zabbix 6.0.17 (revision c81d82859a8). 3168:20230510:004112.781 Starting Zabbix Agent [CONJURPET]. Zabbix 6.0.17 (revision c81d82859a8). 3168:20230510:004112.782 **** Enabled features **** 3168:20230510:004112.782 IPv6 support: YES 3168:20230510:004112.782 TLS support: NO 3168:20230510:004112.782 ************************** 3168:20230510:004112.782 using configuration file: c:\zabbix\zabbix_agentd.conf 3168:20230510:004120.164 agent #0 started [main process] 4572:20230510:004120.367 agent #1 started [collector] 4576:20230510:004120.370 agent #2 started[listener #1] 4580:20230510:004120.370 agent #3 started[listener #2] 4584:20230510:004120.371 agent #4 started[listener #3] 4588:20230510:004120.371 agent #5 started [active checks #1]
I would appreciate any help in resolving this issue.
Comment