A Ruby interface to the Service Management Facility (SMF) in Solaris and Illumos
Add this line to your application's Gemfile:
gem 'smf-solaris'
And then execute:
bundle
Or install it yourself as:
gem install smf-solaris
- Fork it ( http://github.com//smf-solaris/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request