Module: Sensu

Defined in:
lib/sensu.rb,
lib/sensu/api.rb,
lib/sensu/cli.rb,
lib/sensu/redis.rb,
lib/sensu/client.rb,
lib/sensu/daemon.rb,
lib/sensu/server.rb,
lib/sensu/socket.rb,
lib/sensu/sandbox.rb,
lib/sensu/constants.rb,
lib/sensu/utilities.rb

Defined Under Namespace

Modules: Daemon, Sandbox, Utilities Classes: API, CLI, Client, Redis, Server, Socket, SocketHandler

Constant Summary collapse

VERSION =
'0.16.0'
SEVERITIES =
%w[ok warning critical unknown]
STOP_SIGNALS =
%w[INT TERM]