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>.