Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News nVentory 0.5 (Default branch) Post 302229363 by Linux Bot on Tuesday 26th of August 2008 06:20:03 PM
Old 08-26-2008
nVentory 0.5 (Default branch)

nVentory is a Ruby on Rails application to manageinventory in multiple data centers. It can manageserver functionality assignment, customer/serverassignment, racking, and more. It can track whichservers are doing what, and where they are in yourdata centers. It allows you to visualize serverlocations and rack space with GUI tools.License: MIT/X Consortium LicenseChanges:
Ruby and Perl command-line clients were added.Both can gather a bunch of data about a node andregister it with the database. An advanced searchcapability for nodes was implemented, allowingsearching on any aspect of a node (for example,show all nodes with an Intel CPU running CentOS4). The data model was simplified a bit, replacingvarious specific types of grouping with a generic,hierarchical "node group" model.Image

More...
 
CAMPING(1)							   User Commands							CAMPING(1)

NAME
camping - small Ruby web framework for MVC type applications SYNOPSIS
camping app1.rb app2.rb... DESCRIPTION
Camping is a web framework which consistently stays at less than 4kb of code. The idea here is to store a complete fledgling web applica- tion (written in Ruby) in a single file like many small CGIs, but to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going. Specific options: -h, --host HOSTNAME Host for web server to bind to (default is all IPs) -p, --port NUM Port for web server (defaults to 3301) -d, --database FILE SQLite3 database path (defaults to ~/.camping.db) -C, --console Run in console mode with IRB -s, --server NAME Server to force (mongrel, webrick, console) Common options: -?, --help Show this message -v, --version Show version FILES
~/.camping.db The default database file. SEE ALSO
The Camping website on http://camping.rubyforge.org/. AUTHOR
This manual page was written by Paul van Tilburg <paulvt@debian.org>, for the Debian GNU/Linux system (but may be used by others). camping 2.0 May 2010 CAMPING(1)
All times are GMT -4. The time now is 02:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy