Show HN: Tail out log files from multiple remote hosts with one command
1–10 of 20 posts
Re: Show HN: Tail out log files from multiple remote hosts with one command
#2[1] - http://www.tecmint.com/using-dsh-distributed-shell-to-run-li...
Re: Show HN: Tail out log files from multiple remote hosts with one command
#3 ssh host tail -f /path/to/log
(which is the command that remtail seems to be doing)Re: Show HN: Tail out log files from multiple remote hosts with one command
#4mssh or cluster ssh is also effective in this manner, with the added flexibility of ssh terminals.
Re: Show HN: Tail out log files from multiple remote hosts with one command
#5 tail -f
+ I need to install nodejs?Re: Show HN: Tail out log files from multiple remote hosts with one command
#6 > You can optionally use a credentials file in ~/.remtail.json of this format:
What ever happened to just using .netrc?http://www.gnu.org/software/inetutils/manual/html_node/The-_...
Re: Show HN: Tail out log files from multiple remote hosts with one command
#7> You can optionally use a credentials file in ~/.remtail.json of this format: What ever happened to just using .netrc? http://www.gnu.org/software/inetutils/manual/html_node/The-_...
Re: Show HN: Tail out log files from multiple remote hosts with one command
#8> You can optionally use a credentials file in ~/.remtail.json of this format: What ever happened to just using .netrc? http://www.gnu.org/software/inetutils/manual/html_node/The-_...
or ssh config?
Re: Show HN: Tail out log files from multiple remote hosts with one command
#9So it's basically: tail -f + I need to install nodejs?
Re: Show HN: Tail out log files from multiple remote hosts with one command
#10So it's basically: tail -f + I need to install nodejs?
I have no problem with people writing cool little tools like this in whatever language, but there seems to be a chronic lack of understanding of what existing tools can do.
Those who do not understand Unix are condemned to reinvent it, poorly.