|
From: J.C. C. <cl...@te...> - 2016-03-02 16:33:32
|
Hi, Interesting. A new error checkpoint was added in to catch issues around post-TCP-open SSL issues: https://sourceforge.net/p/xymon/code/7849/ The hostname is coming through as strange unicode characters... https://sourceforge.net/p/xymon/mailman/message/34899878/ Does it correspond to an actual host that's having problems? (In other words, is a host down?) Error '1' (in this context) is a timeout, so this would imply that there's a path for additional classes of errors to come through after the connection is fully open. It's strange that this would have been missed previously, as there've been plenty of times in my experience I've gotten (accurate) "timeout" errors when a host was having issues. Alternatively, if none of your hosts are having problems and the hostname here is garbage, there might be a variable not being initialized properly. -jc On Wed, March 2, 2016 5:30 am, Romam Lopez-Valeiras - Dpto. Sistemas Linux wrote: > Hi, > > Since I upgraded xymon package from version 4.3.24 to 4.3.25 or 4.3.26, > I noticed the following errors on the server log: > > > ==> /var/log/xymon/xymonnetagain.log <== > 2016-03-02 14:14:01.332561 TCPtest error 1 seen on open connection for > ���.imap > 2016-03-02 14:14:01.332656 TCPtest error 1 seen on open connection for > ���.pop3 > 2016-03-02 14:14:01.332687 TCPtest error 1 seen on open connection for > ���.smtp > 2016-03-02 14:14:01.332712 TCPtest error 1 seen on open connection for > ���.ssh > > ==> /var/log/xymon/xymonnet.log <== > 2016-03-02 14:13:17.807901 TCPtest error 1 seen on open connection for > ���.imap > 2016-03-02 14:13:17.823591 TCPtest error 1 seen on open connection for > ���.pop3 > 2016-03-02 14:13:17.837770 TCPtest error 1 seen on open connection for > ���.smtp > 2016-03-02 14:13:17.849397 TCPtest error 1 seen on open connection for > ���.ssh > > Any ideas? > Regards > > -- > :-) > > Romám López-Valeiras | Dinahosting, S.L. > Administrador de Sistemas > Email: rl...@di... > ---------------------------------------------------------------------------- > Voz: 900 854 000 | Internacional: +34 981 040 200 > Skype: dinahosting | Soporte vÃa chat: www.dinahosting.com > ¿Te hemos atendido como esperabas? Contamos con tu opinión. > https://dinahosting.com/es/compania/feedback > ---------------------------------------------------------------------------- > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Xymon-developer mailing list > Xym...@li... > https://lists.sourceforge.net/lists/listinfo/xymon-developer > |