I have Zabbix 6.0.4 on a RHEL 8.5 VM with three vNICs. I need to make extensive use of "simple checks" to monitor running services on devices with no agent installed.
Trying to use simple checks to test the presence of SSH and LDAP services on my first few monitored devices all come up in '0' "Service is down" status even when I can confirm that those services are running and accessible from the Zabbix host.
zabbix_get also shows the service as up but the Zabbix web GUI shows down?
The vNICs are on each of three VLANs, in two separate firewall zones. I did try to disable the firewall entirely, and disabling two of the vNICs.
Agent2 is running on the Zabbix host.
Am I missing something obvious?
Trying to use simple checks to test the presence of SSH and LDAP services on my first few monitored devices all come up in '0' "Service is down" status even when I can confirm that those services are running and accessible from the Zabbix host.
zabbix_get also shows the service as up but the Zabbix web GUI shows down?
The vNICs are on each of three VLANs, in two separate firewall zones. I did try to disable the firewall entirely, and disabling two of the vNICs.
Agent2 is running on the Zabbix host.
Code:
[root@zabx02 ~]# zabbix_get -s127.0.0.1 -k'net.tcp.service[ssh,sftpd02]' 1
Comment