Hey,
I was wondering if there was a way to view the log monitor without the heartbeat?
Thanks Ed
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
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:
Windows:
Mark