Declaration
|
Description
|
Sample
|
OPTION DEBUG Level |
enable debug output (level shoud
be more detailed, but is not implemented)
|
Option debug 1;
|
OPTION SHOW
PROCESSTIME |
Print at end
of every generated map, an information with elapsed time to generate map
|
Option Show Processtime;
|
OPTION LANGUAGE EN|PT |
Language
used in debug (not implented yet)
|
Option Language PT;
|
OPTION DEFAULT FONT COLOR Cor |
Name of
color that will be used as default in text fonts (this color must exist
in color file)
|
Option Default font color
red;
|
OPTION DEFAULT LINE COLOR Cor |
Name of
color that will be used as default in lines (this color must exist in
color file) |
Option Default line color
black;
|
OPTION DEFAULT THICKNESS n
|
Default
thickness os lines
|
Option Default Thickness 3;
|
OPTION DEFAULT WEBDIR Path
|
Path of web
directory which html files should be saved
|
Option Default WebDir
/srv/www/htdocs/ibmap;
|
OPTION DEFAULT SOURCEDIR Path |
Path for
configuration and include files
|
Option Default SourceDir
/usr/local/etc/ibmap;
|
OPTION DEFAULT IMAGEDIR Path |
Path for
images used in maps
|
Option Default SourceDir
/var/images;
|
OPTION DEFAULT DATADIR Path
|
Path to Save
RRD and TXT files
|
Option Default DataDir
/var/data;
|
OPTION DEFAULT SNMP COMMUNITY "key" |
SNMP
Community key used as dafault
|
Option Default SNMP
Community "public";
|
OPTION DEFAULT SNMP VERSION Ver
|
Default SNMP
Version (1 or 2c are supported)
|
Option Default SNMP
version 2c;
|
OPTION DEFAULT RRD BACKTIME
n |
seconds gap
to write rrd data (honestly I do not remenber why I had to use
it...)
|
Option Default RRD
BackTime 600;
|
OPTION DEFAULT RRD NUMBERFORMAT "txt" |
rule to
format numbers in RRD (sprintf like)
|
Option default RRD
NumberFormat "%08.2f";
|