Hi, I have a problem with the simple check for HTTP and HTTPS Service. Both give me positive feedback, but I stopped the HTTP Server Apache.
I checked the result with nmap:
The port 80 ist open in the firewall, but the service is not running.
I'm expecting a negative result or do I have a understanding problem? Maybe the default method is not the correct method?
Just for sure I tested a real closed tcp port, like 81 and it gives a negative result.
Zabbix version 3.4.8
zabbix-get -s 127.0.0.1 -k net.tcp.service[tcp,<ip>,80]
1
1
PORT STATE SERVICE
80/tcp closed http
80/tcp closed http
I'm expecting a negative result or do I have a understanding problem? Maybe the default method is not the correct method?
Just for sure I tested a real closed tcp port, like 81 and it gives a negative result.
Zabbix version 3.4.8
Comment