Module: Unsub

Defined in:
lib/unsub/main.rb,
lib/unsub/event.rb,
lib/unsub/mjolnir.rb,
lib/unsub/metadata.rb,
lib/unsub/service/base.rb,
lib/unsub/service/chef.rb,
lib/unsub/service/sensu.rb,
lib/unsub/service/icinga.rb,
lib/unsub/service/chef/config.rb

Defined Under Namespace

Modules: Service Classes: Event, Main, Mjolnir

Constant Summary collapse

NAME =

Officially, it’s “unsub”

'unsub'
SUMMARY =

A quick summary for use in the command-line interface

%q.Autoscaling "polyfill" for Sensu, Icinga & Chef.
AUTHOR =

Take credit for your work

'Sean Clemmer'
EMAIL =

Take responsibility for your work

'[email protected]'
LICENSE =

Like the MIT license, but even simpler

'ISC'
HOMEPAGE =

Where you should look first

'https://github.com/sczizzo/unsub'
ROOT =

Project root

File.join File.dirname(__FILE__), '..', '..'
VERSION =

Pull the project version out of the VERSION file

File.read(File.join(ROOT, 'VERSION')).strip
TRAVELING_RUBY_VERSION =

Bundled extensions

'20150517-2.2.2'
THIN_VERSION =
'1.6.3'
FFI_VERSION =
'1.9.6'
EM_VERSION =
'1.0.4'
ART =

Big money

<<-'EOART'
                                                       ,---,
             ,--,      ,---,                     ,--,,---.'|
           ,'_ /|  ,-+-. /  | .--.--.          ,'_ /||   | :
      .--. |  | : ,--.'|'   |/  /    '    .--. |  | ::   : :
    ,'_ /| :  . ||   |  ,"' |  :  /`./  ,'_ /| :  . |:     |,-.
    |  ' | |  . .|   | /  | |  :  ;_    |  ' | |  . .|   : '  |
    |  | ' |  | ||   | |  | |\  \    `. |  | ' |  | ||   |  / :
    :  | : ;  ; ||   | |  |/  `----.   \:  | : ;  ; |'   : |: |
    '  :  `--'   \   | |--'  /  /`--'  /'  :  `--'   \   | '/ :
    :  ,      .-./   |/     '--'.     / :  ,      .-./   :    |
     `--`----'   '---'        `--'---'   `--`----'   /    \  /
                                                     `-'----'
EOART