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
Thinking "cloudly", one may query ec2 tags to assemble the cluster with clojure-control. Both are useful though. Paulo Suzart On 15 March 2012 21:19, Sun Ning wrote: > You might interested in clojure-control[1], which has similar > functionality to your library. > > [1] > https://github.com/k

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
You might interested in clojure-control[1], which has similar functionality to your library. [1] https://github.com/killme2008/clojure-control On 03/16/2012 06:12 AM, Chris McBride wrote: Hi, I releases two simple clojure libraries to help running commands via SSH on multiple servers. Hop

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
There is a clojure-control: https://github.com/killme2008/clojure-control 2012/3/16 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/Para