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


Usage

<configuration>
    <snmp>
        <rmon>
            <alarm>
                <name>name</name> <!-- identifier -->
                <description>description</description>
                <interval>seconds</interval>
                <falling-threshold-interval>seconds</falling-threshold-interval>
                <variable>variable</variable> <!-- mandatory -->
                <sample-type>sample-type-choice</sample-type> <!-- mandatory -->
                <request-type>request-type-choice</request-type>
                <startup-alarm>startup-alarm-choice</startup-alarm>
                <rising-threshold>rising-threshold</rising-threshold> <!-- mandatory -->
                <falling-threshold>falling-threshold</falling-threshold>
                <rising-event-index>rising-event-index</rising-event-index>
                <falling-event-index>falling-event-index</falling-event-index>
                <syslog-subtag>syslog-subtag</syslog-subtag>
            </alarm>
        </rmon>
    </snmp>
</configuration>

Description

RMON alarm entries.

Contents

<description>—General description of alarm (stored in alarmOwner).

<falling-event-index>—Event triggered after falling threshold is crossed.

<falling-threshold>—The falling threshold.

<falling-threshold-interval>—Interval between samples during falling-threshold test.

<interval>—Interval between samples.

<name>—RMON alarm identifier.

<request-type>—Type of SNMP request to issue for alarm.

<rising-event-index>—Event triggered after rising threshold is crossed.

<rising-threshold>—The rising threshold.

<sample-type>—Method of sampling the selected variable.

<startup-alarm>—The alarm that may be sent upon entry startup.

<syslog-subtag>—Tag to be added to syslog messages.

<variable>—OID of MIB variable to be monitored.


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