My favorites | Sign in
Project Logo
                
Feeds:
People details
Project owners:
  ville.maanpaa

Somewhat incomplete process admin tool(starting point for a bigger process admin project),that allows administering of remote clients,for example killing processes, via web interface. Attempts to be cross platform(Os X, Linux, Win32) by using PSTOOLS on windows. Requires Ruby intepreter and Rinda library. Discovers hosts via broadcast and uses rinda tuplespaces to keep track of the hosts.

Many features yet to be implemented like saving of history of commands. Here's first few lines from the program on how to run: #Copyright ---- Ville Maanpaa 12-19-2006 #Run this server from command line: #ruby auto_palvelin.rb #then run clients from command prompt from as many machines as needed: #ruby -e "require 'net/http'; eval(Net:: HTTP.new('10.65.5.152', 11113).get('/client_code').body);" #then point FIREFOX at: #http://localhost:11113 #BE CAREFUL, THIS PROGRAM CAN EXECUTE ANY COMMAND









Hosted by Google Code