Operation Manager 0.27.0 (full version)
 
Table of Contents
Start
Table of Contents
1. Conventions
2. General information about David system
3. Terminology
4. Installation
5. Operation Manager requirements
6. Installation
7. General information
8. Graphic Notifications Server (dgnsd)
9. Sound Client (sndc)
10. Access to the SNMP Trap Interface (damsnmpti)
11. SNMP Trap Analyser (damsnmptaud)
12. Access to the SNMP Data Interface (damsnmpdi)
13. SNMP Data Analyser (damsnmpdaud)
14. Cases Database Unit (damadbud)
15. Cases Service Unit (damcsud)
16. Buttons the most often used in Web applications
17. Recorded Operation Browser
18. Pending Operation Browser
19. Graphic Notifications Presenter (xdgnp)
 
 

13.4. Configuration file format

A configuration file consists of objects of group type. A definition of object is limited by braces{}. A group keyword that describes type of object must be a single word in a whole line. The same rule is applicable to braces that begin and end an object definition. An generic object definition is shown below:

group

{

...

}

An object is built from an unlimited number of pairs of items. Each item has two lines of a file. The first line begins from string keyword and specifies a string and the second one begins from value keyword - its severity. Following examples show how definitions of group object may look like:

string=222.222.222.222

value=0.53

string=A realy bad news

value=0.99

Numbers describing values are treated as float numbers inside range <0.0;1.0>.