GNMS - Gnome Network Monitoring System
Introduction
GNMS tries to bring a tool to monitor network elements.
This tool is written in Ruby with Gtk bindings, and use
some command tools for finding, scanning nodes.
How to test
Run as root the following command in a shell
from the project dir:
gem build gnms.gemspec
gem install gnms-*.gem
gnms
Btw, you will need some development files to compile gtk
bindings and other libraries. And you should at least
install nmap package which is used to remotely scan hosts.
This package is provided as is with no warranty.
See http://gnms.rubyforge.org/ to get some more help.
David Maciejak