The Configuration Directory
The run-time configuration of remstats is done through a directory-tree of files.
The current tree structure is:
configdir
+--- alerts
+--- alert-destination-map
+--- alert-template-map
+--- alert-templates
| +--- template1
| +--- template2
| ...
+--- archives
+--- availability
+--- colors
+--- customgraphs
| +--- graph1
| +--- graph2
| ...
+--- datapages
| +--- datapage1.page
| +--- datapage2.page
| ...
+--- general
+--- groups
+--- hosts
| +--- host1
| +--- host2
| ...
+--- host-templates
| +--- host-template1
| +--- host-template2
| ...
+--- html
+--- links
+--- oids
+--- remotepings
+--- rrds
| +--- rrd1
| +--- rrd2
| ...
+--- scripts
| +--- script1
| +--- script2
| ...
+--- times
+--- tools
+--- views
| +--- view1
| +--- view1
| ...
+--- view-templates
+--- template1
+--- template2
...
(You can look at the base configuration directory if
you want, but you should also read through this so you know the
significance of what you see.
Almost all the configuration files allow both blank lines and comment-lines.
A comment-line begins with a # and the whole line is ignored by
remstats. Inline comments are not permitted as the '#' is used
in some places for other purposes. The only files which don't permit comments
are the view-templates
, which are html, and the last part of datapages
,
which are also html.
alert-templates
, customgraphs
, datapages
, scripts
, rrds
, hosts
,
host-templates
, views
and
view-templates
are sub-directories with the files within describing one
of that kind of entity. E.G. a file in the hosts
sub-directory is
named for the host and contains that host's configuration.
NOTE: within the sub-directories, files with names beginning with 'IGNORE-'
or ending with '~', will be ignored.
There are also a few tools to help
you make and update your config-file, although not all parts of it.
Last updated Tue Apr 16 19:09:17 PDT 2002 by <thomas.erskine@sourceworks.com>.
[