Standalone actions are actions that are not tied to a specific host or user. They exist beside, and not within, hosts or users.
You can use standalone actions for a variety of purposes, such as:
- Filtering incoming payload (for example, the Antivirus Scan action)
- Listening for and acting on log events
- Processing new file arrival or user session end events
- Scheduling periodic maintenance tasks
A standalone action can access configured hosts and users (and their related incoming payload and events) when they are in-scope, which means that relative to the standalone action, the host or user is located in the same host tree resource folder or below, or in the root host tree folder (which is always accessible). A standalone action contains only JavaScript commands.
Similar to other actions, you can run standalone actions interactively, through the Java API, and through command line operations (for example, Harmonyc -r "MyStandaloneAction"
). You can also schedule standalone actions to run periodically, or trigger them to run when a new file arrives or a session ends.
Standalone Action Configuration
A standalone action captures a repeatable logical function you can use with in-scope hosts and users.
Standalone Action: Action Tab
Select the Automatically run at startup check box to execute the action automatically each time the Cleo Harmony application is first launched. This is useful depending on the purpose of the standalone action, such as an incoming filter or log listener that needs to register itself at startup.
Standalone Action: Messages Tab
The Messages tab scrolls runtime messages for the standalone action. The contents of the Messages tab is retained until the next time the action is run, even if the system is restarted.
Comments
0 comments
Please sign in to leave a comment.