Scout Agent from the Command Line |
|---|
You don't have to use Ruby to work with the Scout Agent. You can send reports, alerts, and errors to Scout directly from the command line.
First, set up an empty plugin (just a plugin name, not a URL) and record the plugin ID after creating the plugin (scroll down to the plugin, click the edit link, and copy the plugin ID from the browser URL):
Queue the report data (In JSON) into the Scout Agent:
You can queue reports, alerts, and errors into Scout.
See the ScoutAgent::Assignment::Queue
class documentation.