unfortunately monit always reports a failure.
address@hidden /var/tmp]# telnet localhost 9011
Trying ::1...
Escape character is '^]'.
And as can be seen I get connected.
- However, if I try to connect via
127.0.0.1 instead of using localhost I get an error:
address@hidden /var/tmp]# telnet
127.0.0.1 9011
Trying 127.0.0.1...
telnet: connect to address
127.0.0.1: Connection refused
telnet: Unable to connect to remote host
Any ideas on how I can monitor this through monit? Looks like this might have something to do with ipv6?
- thanks
francois