Let's take a step back here to the original question.
I want to analyse (look for messages) in an APPLICATION log file (i.e. an ASCII file) residing on a Linux Itanium system. It is not in SYSLOG and the application does not have an option for outputting directly to SYSLOG.
I know how to get SYSLOG messages sent to another system where I have the sysloggtw probe (and logmon) running on a supported platform.
What I want to know is how can I get the application log on the Linux Itanium system to be read from the system where I have logmon running? Dustin intimated that the application log could be read by the SYSLOG daemon on the Linux Itanium system and thus could be sent to the sysloggtw running on my other server. What I need to know is how this is done i.e. how do I get SYSLOG daemon to read the application log file?
I think Keith's suggestion will only apply to messages already in the SYSLOG file.
Thanks
Ray