|
@@ -28,13 +28,13 @@ module Agents
|
|
event_description <<-MD
|
|
event_description <<-MD
|
|
Events look like this:
|
|
Events look like this:
|
|
|
|
|
|
- {
|
|
|
|
- 'command' => 'pwd',
|
|
|
|
- 'path' => '/home/Huginn',
|
|
|
|
- 'exit_status' => '0',
|
|
|
|
- 'errors' => '',
|
|
|
|
- 'output' => '/home/Huginn'
|
|
|
|
- }
|
|
|
|
|
|
+ {
|
|
|
|
+ "command": "pwd",
|
|
|
|
+ "path": "/home/Huginn",
|
|
|
|
+ "exit_status": "0",
|
|
|
|
+ "errors": "",
|
|
|
|
+ "output": "/home/Huginn"
|
|
|
|
+ }
|
|
MD
|
|
MD
|
|
|
|
|
|
def default_options
|
|
def default_options
|