Getting a Quick Start with NerveCenter - Working with Behavior Models - Enabling the IfLoad Behavior Model -
Enabling the IfData_LogToFile Behavior Model      Turning on the alarm

Enabling the IfLoad Behavior Model

The IfLoad behavior model monitors each interface on managed nodes and determines whether device load is low, medium, or high. Load is the amount of interface traffic compared to the media's capacity, expressed as a percentage. There are two definitions for each load level -- one for point-to-point networks and one for broadcast networks.

This model can give an immediate impression of network and system utilization. By measuring traffic against capacity, you can determine, for example, whether more file servers need to be added to the network. The model can also be used to track traffic-related trends and identify runaway processes that are using network resources.

Viewing the IfLoad Alarm

The IfLoad alarm is instantiated when the load on a node changes from low to medium or high. To see how the alarm monitors load conditions, open the alarm's definition window.

 
  To open the IfLoad Alarm Definition window:

  1. alarmShaded From the client's Admin menu, choose Alarm Definition List.

    The Alarm Definition List window is displayed.

  2. Select the IfLoad alarm and select Open.

    The Alarm Definition window is displayed. Below is a picture of the alarm's finite state diagram.

    IfLoad Alarm State Diagram

    stateDiagram_IfLoad

As you can see from the diagram, the alarm contains four states:

When the alarm has entered the MediumLoad, HighLoad, or HighLoadPersists state, receiving a lowLoad trigger returns the alarm to Low and clears any alarm instances.

Poll That Triggers the Alarm

The ifLoadRates poll is responsible for triggering the high, medium, and low states in the IfLoad alarm.The poll solicits load information from managed nodes and fires one of three triggers when its specified condition is detected in a node. Each trigger transitions the corresponding state in the IfLoad alarm.

To see how the ifLoad alarm is instantiated, open the definition window for the ifLoadRates poll.

 
  To open the ifLoadRates Poll Definition window:

  1. pollShaded From the client's Admin menu, choose Poll List.

    The Poll List window is displayed.

  2. Select the ifLoadRates poll and select Open.

    The ifLoadRates Poll Definition window is displayed.

    PollDefinitionMediumLoad

The Designing and Managing Behavior Models book shipped with NerveCenter describes polls in detail. For now, however, you will take only a cursory look at the ifLoadRates poll. Note specifically the following poll attributes:


Enabling the IfData_LogToFile Behavior Model Turning on the alarm
29 July 2003