log monitor without heartbeat?

kashmir772 
Joined: 05/13/2009
User offline. Last seen 1 year 9 weeks ago.

Hey,

I was wondering if there was a way to view the log monitor without the heartbeat?

Thanks
Ed

mark  Appistry employee
Joined: 12/21/2007
User offline. Last seen 22 weeks 2 days ago.

Ed,

That is a great idea. I will submit that as an enhancement request.

Although it is not built into the log_monitor, you can do the following to have the same result:

UNIX:

log_monitor 239.255.0.159 | grep -vi heartbeat

Windows:

log_monitor 239.255.0.159 | find /V /i "heartbeat"

Mark