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


Usage

<configuration>
    <event-options>
        <policy>
            <then>
                <ignore/>
                <upload>...</upload>
                <execute-commands>...</execute-commands>
                <event-script>...</event-script>
                <raise-trap/>
            </then>
        </policy>
    </event-options>
</configuration>

Description

List of actions to perform when policy matches.

Contents

<event-script>—Invoke event scripts.

<execute-commands>—Issue one or more CLI commands.

<ignore>—Do not log event or perform any other action.

<raise-trap>—Raise SNMP trap.

<upload>—Upload file to specified destination.


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