Module: Hinoki::Events
- Defined in:
- lib/hinoki/events.rb
Class Method Summary collapse
-
.all ⇒ Object
Lists all events.
-
.for_client(client) ⇒ Object
Returns events associated with the given client.
-
.resolve(client, check) ⇒ Object
Clears an event from Sensu.
Class Method Details
.all ⇒ Object
Lists all events
9 10 11 |
# File 'lib/hinoki/events.rb', line 9 def self.all return Hinoki.conn.get('/events') end |