[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <execute-commands>
                    <commands>...</commands> <!-- mandatory -->
                    <user-name>user-name</user-name>
                    <output-filename>output-filename</output-filename>
                    <destination>...</destination>
                    <output-format>output-format-choice</output-format>
                </execute-commands>
            </then>
        </policy>
    </event-options>
</configuration>

Description

Issue one or more CLI commands.

Contents

<commands>—List of CLI commands to issue.

<destination>—Location to which to upload command output.

<output-filename>—Name of file in which to write command output.

<output-format>—Format of output from CLI commands.

<user-name>—User under whose privileges command will execute.


[Contents] [Prev] [Next] [Index] [Report an Error]