Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 617 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 617 Bytes

SMF::Solaris

A Ruby interface to the Service Management Facility (SMF) in Solaris and Illumos

Installation

Add this line to your application's Gemfile:

gem 'smf-solaris'

And then execute:

bundle

Or install it yourself as:

gem install smf-solaris

Usage

Contributing

  1. Fork it ( http://github.com//smf-solaris/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request