Configure Monitors
Monitors allow you to "trigger" an application event based on an external event.
Each monitor must use an Agent to check for changes.
How to add a Monitor:
-
Go to https://SERVER_ADDRESS/admin/bitcaster/monitor/ ⧉ and click
Add Monitor. The list page shows the existing monitors withName,Event,AgentandActivecolumns and a search box. -
Provide a name, select your event and the Agent and click
Save. The form contains aNamefield, anEventselector, anAgentselector and theActivecheckbox. -
Configure your Agent: open the monitor and click the
Configurebutton. The configuration form shows the fields specific to the chosen agent (e.g. IMAP server and credentials for the AgentImap agent, folders and patterns for the filesystem agents). Save the configuration. -
Configure Agent scheduling: the monitor checks for changes on a schedule expressed in crontab syntax, e.g.
*/5 * * * *to run every five minutes. -
Review your settings: the monitor's detail page shows the
Name,Event,Agent,Activestate and theConfigurationapplied. Use theTestbutton to run the agent once and verify that the configured detection works.