poe::component::server::syslog
am 01.11.2007 18:33:11 von scott.jarmanHi
I've been using poe::component::server::syslog for some time without
issue.
I now however need to receive syslog messages from a VMS server that
isn't using any kind of name resolution.
As such when I get a message from this server the hostname is undef.
Want I really want is to find out the IP address of the sending host
not the hostname.
Does anyone have any ideas how I can achieve this ?
Thanks