Variable | usage | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| $days | Number of days to report in graph (default = 21) | ||||||||
| $warningdays | Maximum number of days that will be warned for | ||||||||
| $outputdir | The directory where both the HTML file and the GIF files will be created. Notice that a Windows NT UNC path is in the form \\server\share. Because backslashes are special in Perl you'll have to fill in a value like "\\\\server\\share" (when using double quotes) | ||||||||
| $outputrootfile | The name of the HTML file (use index.html when you don't have something better) | ||||||||
| $graphsperline | The number of graphs to put next to each other. Fill in a value that does not make you have to scroll horizontl (2 on my screen) | ||||||||
| %servers | A hash that contains information about the servers you want to report to. In fact it is a hash of hashes (see the perlol manpage for explanantion). Each hash contains information about one server:
|