|
@@ -5,6 +5,9 @@ module Agents
|
|
|
|
|
|
description <<-MD
|
|
description <<-MD
|
|
The Manual Event Agent is used to manually create Events for testing or other purposes.
|
|
The Manual Event Agent is used to manually create Events for testing or other purposes.
|
|
|
|
+
|
|
|
|
+ Do not set options for this Agent. Instead, connect it to other Agents and create Events
|
|
|
|
+ using the UI provided on this Agent's Summary page.
|
|
MD
|
|
MD
|
|
|
|
|
|
event_description "User determined"
|
|
event_description "User determined"
|
|
@@ -29,4 +32,4 @@ module Agents
|
|
def validate_options
|
|
def validate_options
|
|
end
|
|
end
|
|
end
|
|
end
|
|
-end
|
|
|
|
|
|
+end
|