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.
Hi,
I'd like to have a redundant setup where multiple
conmanddaemons running on different machines would log the same consoles.Say,
server1monitors consolesaandb,server2monitors the sameaandbconsoles, 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
server1starts first, the consoles' output is correctly stored inserver1:[global log]/%N.log, whileserver2gets only timestamps.Would it be possible to log the console outputs in monitor-only mode, so that several
conmanddaemons could log the output at the same time?Thanks.