Don’t forget to VOTE!
Also, check out my other posts to the left concerning the development process using NetBeans.
Update:
The zip archive was quite large and took awhile to extract thanks to all of the doc files and random libraries included. I’m trying to trim it down to a more manageable size for all of you to enjoy. This includes a full installation of Ruby, associated libraries, my applications, and MySQL. There’s a lot to pack! The new archive below is roughly half the size. Here’s a quick shot of one of the folders bubbled up using the great tool, WinDirStat:

Downloads:
Ruby System Monitoring:
Well this is my best bet at the moment for having a completed project.
Attached to this post I will include a zip file with everything you should need to get started. This includes Ruby, RoR, ImageMagick, and an abundance of other bits.
Here’s how to make this all work:
- Download the attached Zip file (DarMonInstantRails.zip) and extract somewhere on your hard-drive. It should come out as “X:\PathYouMade\InstantRails\”. I apologize for the size of the archive. Again, this is the only way I know how to easily make this work.
- Navigate to the directory you just extracted to in InstantRails and run the ImageMagick installer:

- Pick an installation path and accept the rest of the defaults for ImageMagick.
- Launch the InstantRails Application:
- You should get something like below. Make sure that MySQL is Started. If not click the MySQL button and click start.
- Click the “I” button in the top left corner and goto RailsApplications->Open Ruby Console Window. Do this 3 times so that we can launch the Agent, TractorBeam, and Interpol.
- NOTE: In the root of the rails_apps directory there is an Agents.zip. This contains the Ruby script necessary on any of the computers you wish to monitor. If they have Ruby Installed, the script will run.
- Change directories in the three console windows to “Interpol”, “Agents”, and “TractorBeam”.
- Launch an Agent:
- Launch Interpol from the Interpol directory by typing: “ruby script/server –port=3000″. If you’re successful you should see this:
- Open a browser and navigate to “http://127.0.0.1:3000″:
- Make sure at least 127.0.0.1 is added and your “Agent” from above is running.
- Bring up your other unused Ruby console and change directory to TractorBeam. Then type: “ruby script/server –port=3001″ Take care with the port number!
- Once TractorBeam is running navigate in a browser to: “127.0.0.1:3001″ and click on Sample Administration:
- Click “Run Tests” and let it roll. It will begin to poll any IP’s you have added. If you get an error then the Agent probably is not running on the given address.
- Go back to 127.0.0.1:3000 and click “View CPU Load Graph”. If all is well you should be presented with something similar to this:
- As you bring up more Agents on your network and add their IP Addresses by click “Add/Remove CPU to Monitor,” they will be added to the graph with their respective loads and times. The graph isn’t pretty right now… and after awhile it gets cluttered. C’est la vie for now.
- That’s it. Shoot me an e-mail or post a comment here if you have troubles.

You might get some errors. Ignore them! I stripped out Apache because we don’t need it in this case.
















