It seems that telnet works because it returns "connected to
193.61.54.144", however it looks like it hangs after the:
(Escape character is '^]') line. I can type things but nothing is
returned when I hit "Enter", only the cursor just goes to the next line.
I only use ssh so I can't tell if my telnet works properly.
This is what I get:
telnet 193.61.54.144 1984
Trying 193.61.54.144...
Connected to 193.61.54.144.
Escape character is '^]'.
Yes xymond is running. It's first on my "top" list:
(23182 xymon 25 0 7992 1984 1380 R 100.0 0.1 8286:29 xymond)
The command you asked me to run returns the following:
2012-10-15 10:00:10 Using default environment file
/home/xymon/server/etc/xymonserver.cfg
2012-10-15 10:00:25 Whoops ! Failed to send message (timeout)
2012-10-15 10:00:25 ->
2012-10-15 10:00:25 -> Recipient '193.61.54.144', timeout 15
2012-10-15 10:00:25 -> 1st line: 'xymondboard
fields=hostname,testname,color,flags,lastchange,logtime,validtime,acktime,disabletime,sender,cookie,line1,acklist'
A few more log files.
xymonlaunch.log:
2012-10-15 09:56:06 Loading hostnames
2012-10-15 09:56:06 Loading saved state
2012-10-15 09:56:06 Setting up network listener on 0.0.0.0:1984
2012-10-15 09:56:06 Cannot bind to listen socket (Address already in use)
2012-10-15 09:56:06 Task xymond terminated, status 1
hostdata.log:
2012-09-18 15:02:19 Tried to down BOARDBUSY: Invalid argument
2012-09-18 15:02:19 Peer not up, flushing message queue
2012-09-18 15:07:29 Peer not up, flushing message queue
clientdata.log:
2012-09-18 15:02:19 Tried to down BOARDBUSY: Invalid argument
2012-09-18 15:02:40 Peer not up, flushing message queue
2012-10-09 15:46:38 Whoops ! Failed to send message (timeout)
2012-10-09 15:46:38 ->
2012-10-09 15:46:38 -> Recipient '193.61.54.144', timeout 15
2012-10-09 15:46:38 -> 1st line: 'config hosts.cfg'
2012-10-09 15:46:38 Cannot load hosts.cfg from xymond, code 7
2012-10-09 15:46:38 Failed to load from xymond, reverting to file-load
Thanks Jeremy
On 10/15/2012 01:04 AM, Jeremy Laidman wrote:
On 12 October 2012 21:17, Yanni <user-04b379562e0f@xymon.invalid
<mailto:user-04b379562e0f@xymon.invalid>> wrote:
Yes this IP is my xymon server. I can telnet and ssh to the server
from terminal with no problems.
Sorry, I meant to ask if you can telnet to it on port 1984, rather
than the default telnet port. So:
telnet 193.61.54.144 1984
For some strange reason the xymon main page does not get updated
anymore. I have manually added a few more hosts in 'hosts.cfg' but
they don't show up.
The Xymon page generator probably needs to query the xymond process
using port 1984 (using the xymon command).
Also I have checked that
1) xymon.sh is running
Is xymond running?
Let's try to reproduce the conditions that would have led to the error
message. Try running this to see what it gives you:
xymoncmd xymon 193.61.54.144 'xymondboard
fields=hostname,testname,color,flags,lastchange,logtime,validtime,acktime,disabletime,sender,cookie,line1,acklist'
Cheers
Jeremy