Mailing List Archive

How can the rsyslog recognize remote server is alive?
Hi, all.

My question is,

How cound rsyslog recognize that remote server is alive?

port open/close, network interface up/down, or etc...

Which method is the answer?
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com
Re: How can the rsyslog recognize remote server is alive? [ In reply to ]
The simple answer is that we try a send() call and if it succeeds,
that's a good indication the other side is alive. If it fails, the retry
logic tries to restore the connection.

HTH
Rainer

> -----Original Message-----
> From: rsyslog-bounces@lists.adiscon.com [mailto:rsyslog-
> bounces@lists.adiscon.com] On Behalf Of Kyu-Hwan Yun
> Sent: Wednesday, October 15, 2008 2:03 PM
> To: rsyslog@lists.adiscon.com
> Subject: [rsyslog] How can the rsyslog recognize remote server is
> alive?
>
> Hi, all.
>
> My question is,
>
> How cound rsyslog recognize that remote server is alive?
>
> port open/close, network interface up/down, or etc...
>
> Which method is the answer?
> _______________________________________________
> rsyslog mailing list
> http://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com