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:43:40 AM UTC-3, Damon Snyder wrote:
>
> 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. 
>
> Damon 
>
> On Mar 15, 2:12 pm, Chris McBride  wrote: 
> > 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-moni... 
> >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 "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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.

Damon

On Mar 15, 2:12 pm, Chris McBride  wrote:
> 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-moni...
>    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 "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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/killme2008/**clojure-control<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. 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://github.com/RJMetrics/**Parallel-SSH<https://github.com/RJMetrics/Parallel-SSH>
>>
>> https://github.com/RJMetrics/**Server-Stats<https://github.com/RJMetrics/Server-Stats>
>>
>> Best,
>> Chris McBride
>>
>>
> --
> Sun Ning
> Software developer
> Nanjing, China (N32°3'42'' E118°46'40'')
> http://about.me/sunng/bio
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscribe@**googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group/clojure?hl=en<http://groups.google.com/group/clojure?hl=en>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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 you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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. 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°3'42'' E118°46'40'')
http://about.me/sunng/bio

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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 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-moni...
> >  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 "Clojure" group.
> > To post to this group, send email to clojure@googlegroups.com
> > Note that posts from new members are moderated - please be patient with
> > your first post.
> > To unsubscribe from this group, send email to
> > clojure+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/clojure?hl=en
>
> --
> 庄晓丹
> Email:        killme2...@gmail.com xzhu...@avos.com
> Site:          http://fnil.net
> Twitter:      @killme2008

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en


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/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 "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en




-- 
庄晓丹
Email:killme2...@gmail.com xzhu...@avos.com
Site:   http://fnil.net
Twitter:  @killme2008

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

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://github.com/RJMetrics/Server-Stats

Best,
Chris McBride

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en