Multitail script to monitor many harvesters

This is an apt/brew package that has been useful to me. You can monitor many harvesters, local or remote, in a single terminal showing different colors for each one. Thought I’d share:

Sample output

Here’s an example for a local log and 3 remote logs

multitail -cT ansi -E "Time" --mergeall ~/.chia/mainnet/log/debug.log -ci green -l 'ssh ubuntu@chia-1 "tail -f ~/.chia/mainnet/log/debug.log"' -ci red -l 'ssh ubuntu@chia-2 "tail -f ~/.chia/mainnet/log/debug.log"' -ci magenta -l 'ssh ubuntu@chia-3 "tail -f ~/.chia/mainnet/log/debug.log"'

3 Likes