Live data from Hacker News

Show HN: Tail out log files from multiple remote hosts with one command

github.com

1–10 of 20 posts

Re: Show HN: Tail out log files from multiple remote hosts with one command

#2
I've also used dsh[1] to accomplish the same thing. Never tried to use username and password for this though so that actually may be more of a pain with dsh. Also tailing multiple files on the same host is pretty cool.

[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

#8
post #7
post #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-_...

or ssh config?

ssh config support is the first thing on the roadmap. I'd be happy to take a pull request for it.

Re: Show HN: Tail out log files from multiple remote hosts with one command

#9
post #5

So 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.

Re: Show HN: Tail out log files from multiple remote hosts with one command

#10
post #5

So 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.

Henry Spencer 11/15/87

    Those who do not understand Unix are condemned to reinvent it, poorly.
Post reply on HN