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


[edit event-options] Hierarchy Level

The following event policy statements can be configured at the [edit event-options] hierarchy level:

event-options {
    destinations {
        destination-name {
            transfer-delay seconds;
            archive-sites {
                url password password;
            }
        }
    }
    generate-event event-name {
        time-interval seconds;
        time-of-day hh:mm:ss;
    }
    policy policy-name {
        events [ events ];
        within seconds not events [ events ];
        attributes-match {
            event1.attribute-name equals event2.attribute-name; 
            event.attribute-name matches regular-expression;
            event1.attribute-name starts-with event2.attribute-name;
        }
        then {
            event-script filename.xsl {
                arguments {
                    name value;
                }
                output-filename filename;
                destination destination-name;
            }
            execute-commands {
                commands {
                    "command";
                }
                output-filename filename;
                output-format (text | xml);
                destination destination-name;
            }
            ignore;
            raise-trap;
            upload filename committed destination destination-name;
            upload filename filename destination destination-name;
        }
    }
    traceoptions {
        file filename <files number> <size size> 

                                <world-readable | no-world-readable>;
        flag flag;
    }
}

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