Re: Parallel SSH and system monitoring in Clojure

2012-04-15 Thread Paulo Suzart
I forked the server-stats to add a small and simple feature . Ii was quite useful for me, and can be to others. I'm using server-stats (with my fork) plus cron to monitor an artifactory server running on EC2. Thanks On Friday, March 23, 2012 1:

Re: Parallel SSH and system monitoring in Clojure

2012-03-22 Thread Damon Snyder
Hi Chris, Cool. Thanks for sharing with the group. I also worked on something similar: https://github.com/drsnyder/gantry. I was getting frustrated with our current Frankenstein version of capistrano and wanted to tinker with building a basic remote execution and deployment tool using clojure. Dam

Re: Parallel SSH and system monitoring in Clojure

2012-03-20 Thread Paulo Suzart
tiple servers. Hopefully someone will find it useful. >> >>http://info.rjmetrics.com/**blog/bid/54114/Parallel-SSH-** >> and-system-monitoring-in-**Clojure<http://info.rjmetrics.com/blog/bid/54114/Parallel-SSH-and-system-monitoring-in-Clojure> >> >> https://gith

Re: Parallel SSH and system monitoring in Clojure

2012-03-20 Thread Hugo Duncan
Chris McBride writes: >I releases two simple clojure libraries to help running commands > via SSH on multiple servers. Hopefully someone will find it useful. You might also be interested in Pallet [1], which executes via SSH. [1] http://palletops.com -- You received this message because y

Re: Parallel SSH and system monitoring in Clojure

2012-03-18 Thread Sun Ning
. Hopefully someone will find it useful. http://info.rjmetrics.com/blog/bid/54114/Parallel-SSH-and-system-monitoring-in-Clojure https://github.com/RJMetrics/Parallel-SSH https://github.com/RJMetrics/Server-Stats Best, Chris McBride -- Sun Ning Software developer Nanjing, China (N32

Re: Parallel SSH and system monitoring in Clojure

2012-03-16 Thread Chris McBride
Wow thats surprisingly similar, I didn't realize this existed. Thanks. On Mar 15, 10:11 pm, dennis zhuang wrote: > There is a clojure-control:https://github.com/killme2008/clojure-control > > 2012/3/16 Chris McBride > > > > > > > > > > > Hi, > > >   I releases two simple clojure libraries to hel

Re: Parallel SSH and system monitoring in Clojure

2012-03-15 Thread dennis zhuang
cs.com/blog/bid/54114/Parallel-SSH-and-system-monitoring-in-Clojure > https://github.com/RJMetrics/Parallel-SSH > https://github.com/RJMetrics/Server-Stats > > Best, > Chris McBride > > -- > You received this message because you are subscribed to the Google > Groups &quo

Parallel SSH and system monitoring in Clojure

2012-03-15 Thread Chris McBride
Hi, I releases two simple clojure libraries to help running commands via SSH on multiple servers. Hopefully someone will find it useful. http://info.rjmetrics.com/blog/bid/54114/Parallel-SSH-and-system-monitoring-in-Clojure https://github.com/RJMetrics/Parallel-SSH https