Behavior Models Cookbook - DBI Models - ifEntry_LogToDBI -
DBI Models      Interface Status Models

ifEntry_LogToDBI

Path: /model/DBI/ifEntry_LogToDBI.mod

Collects ifEntry metrics and logs them to a database.

The model takes advantage of NerveCenter's single threaded Perl interpreter by establishing a connection and allowing each successive use (whether the same node or not) to utilize the connection. Only in the event when a connection is dropped is an attempt made to re-establish.

The ifEntry data is collected via normal polls and then inserted into the database.

The table schema is as follows:

Schema for IfEntry_LogToDBI

Field Type Null Key Default Extra

ipAddress

varchar(16)

YES

NULL

ifIndex

int(11)

YES

NULL

ifInOctets

int(11)

YES

NULL

ifOutOctets

int(11)

YES

NULL

ifSpeed

int(11)

YES

NULL

timestamp

int(11)

YES

NULL


Property

The following property must be in the property group for the nodes you want to monitor:

ifEntry

Trigger Generators

Below is a list of the objects that generate triggers:

Optional Customization

Below is a list of behavior model settings that you might want to customize to suit the requirements of your site.


DBI Models Interface Status Models
29 July 2003