-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Hi,
I'd like to have a redundant setup where multiple conmand daemons running on different machines would log the same consoles.
Say, server1 monitors consoles a and b, server2 monitors the same a and b consoles, and both servers log the consoles' output on their respective local filesystem.
It looks like currently, whatever server starts first gets a hold on the consoles, and the 2nd one doesn't get any output. So if server1 starts first, the consoles' output is correctly stored in server1:[global log]/%N.log, while server2 gets only timestamps.
Would it be possible to log the console outputs in monitor-only mode, so that several conmand daemons could log the output at the same time?
Thanks.