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


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <event-script>
                    <name>name</name> <!-- identifier -->
                    <arguments>...</arguments>
                    <user-name>user-name</user-name>
                    <output-filename>output-filename</output-filename>
                    <destination>...</destination>
                    <output-format>output-format-choice</output-format>
                </event-script>
            </then>
        </policy>
    </event-options>
</configuration>

Description

Invoke event scripts.

Contents

<arguments>—Command line argument to the script.

<destination>—Location to which to upload event script output.

<name>—Local filename of the script file.

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

<output-format>—Format of output from event-script.

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


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