After attempt to remotely monitor telnet service with simple check running on a specific port, the returned value is always 0 (service is down). The port is opened:
# telnet x.x.x.x 5559
Trying x.x.x.x...
^]
Same result when attempt to monitor locally:
# telnet localhost 5559
Trying 127.0.0.1...
^]
Any clue why it isn't working?
Note. The server runs under SolarisOS and not Zabbix agent is installed. From Zabbix Documentation 2.0: "Note that Zabbix agent is not needed for simple checks"
# telnet x.x.x.x 5559
Trying x.x.x.x...
^]
Same result when attempt to monitor locally:
# telnet localhost 5559
Trying 127.0.0.1...
^]
Any clue why it isn't working?
Note. The server runs under SolarisOS and not Zabbix agent is installed. From Zabbix Documentation 2.0: "Note that Zabbix agent is not needed for simple checks"

Comment