Notification Processor 0.24.0
 
Table of Contents
Start
Table of Contents
1. Conventions
2. General information about David system
3. Terminology
4. Installation
5. Notification Processor requirements
6. Installation
7. General
8. Events Service (des)
9. SNMP Notification Receiver (dtrapd)
10. Information Recorder (dsi)
11. Events Service Configurator (xdesc)
12. Buttons the most often used in Web applications
13. Trap Browser
 
 

9.4. Configuration file format

The configuration file .dtrapd consist of lines. Each line of the file is a single record - information unit which begins from a regular expression describing an IP address or OID limited by square brackets. At least one white character must occur after that and next a filename of a program and its input arguments, if needed, must be specified.

Typical lines of the configuration file

A typical line may look as follows:

[^10\.0\.0\.[0-9]+$] $DAVIDDIR/bin/des -o $DAVIDDIR/conf/cisco-gw.esc

[.*] $DAVIDDIR/bin/des -o $DAVIDDIR/conf/rest.esc

The configuration file .dtrapd-maybedropped-rc is a poorer version of .dtrapd file. Each line includes a single regular expression describing messages, that may be dropped in the first place when a load of the operating system exceeds a specified level.