public
Description: Ohai profiles your system and emits JSON
Homepage: http://wiki.opscode.com/display/ohai
Clone URL: git://github.com/opscode/ohai.git
adamhjk (author)
Fri Mar 06 00:48:16 -0800 2009
commit  b6f3827d52444c4730d515ee6e8ca1755c16b5f2
tree    01317d568f6a87586a6a834472cbb46860b012b5
parent  d39e61acf9f9a0132d50dd51ec762ec7e5316065 parent  00b4c5f7d302d0cf8cea81b3d4b5fafeef261ce3
ohai /
name age message
file .gitignore Fri Jan 30 17:09:03 -0800 2009 Fixes for ohai-35 Removing legacy files Adding... [fujin]
file CHANGELOG Thu Mar 05 23:15:39 -0800 2009 Updating Changelog, bumping version to 0.2.0 fo... [adamhjk]
file LICENSE Tue Dec 02 13:02:14 -0800 2008 Ohai <3 Sid - Apache 2 License [adamhjk]
file NOTICE Tue Jan 20 08:23:13 -0800 2009 Adding Paul to the Notice file [adamhjk]
file README.rdoc Thu Jan 15 11:26:49 -0800 2009 Updating for release 0.1.2. [adamhjk]
file Rakefile Loading commit data...
directory bin/ Thu Feb 26 20:44:07 -0800 2009 Using symbols for the log levels all the time [adamhjk]
directory features/ Tue Jan 06 16:15:42 -0800 2009 Disabling the features, pending fixing them up ... [adamhjk]
directory lib/
directory spec/ Thu Mar 05 21:52:19 -0800 2009 Merge branch 'master' into kisoku/ohai-58 [adamhjk]
README.rdoc

ohai

DESCRIPTION:

Ohai detects data about your operating system.

I’m in yur server, findin yer dater

SYNOPSIS:

./bin/ohai

Will print out a JSON structure for all the known data about your system.

REQUIREMENTS:

  • rake
  • json
  • rspec
  • extlib

INSTALL:

  • git clone git@github.com:hjkp/ohai.git
  • cd ohai
  • rake install

SPECIAL THANKS:

Ohai was significantly easier to build because of the pre-existing work of everyone who contributed to Facter, especially Luke Kanies of Reductive Labs. Thanks, guys. (We didn’t use your code, but we were strongly inspired by it.)

LICENSE:

Ohai - system information application

Author:Adam Jacob (<adam@opscode.com>)
Copyright:Copyright © 2008 Opscode, Inc.
License:Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.