11.4. Configuration file format
A configuration file consists of objects of group type.
A definition of a single 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. Definition
of a generic object is shown below:
group
{
...
}
An object is built from unlimited number of pairs of items. Each item takes two
lines of the file. The first line begins fromstring keyword and specifies
a string and the second one begins from value keyword - item severity.
Following examples show how definitions of a 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>.