NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Create a cluster monitor #22

Open turicas opened 11 years ago

turicas commented 11 years ago

@fccoelho started a work on "monitor" @ PyPLN's repository, but it will be moved from PyPLN to pypelinin since it relates to monitoring Router, Broker and Pipeliner processes.

The implementation cited above is not compatible with current data schema Broker is saving in monitoring collection and do not have 100% of test coverage, so it needs to me changed a lot.

Related to #21.

andrebco commented 11 years ago

Should be something like this: https://github.com/defunkt/resque#the-front-end

fccoelho commented 11 years ago

@andrebco , If you want to pick up this task you should take a look at the code of the Webmonitor package(search the history of the PyPLN repository). If you can't find it let me know and I'll send it to you in a tarball.

andrebco commented 11 years ago

Thanks, @fccoelho. I 'll take a look at webmonitor for sure. Thanks again.