Improve layout of config file blocks.

Sat, 04 Apr 2009 22:53:22 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 04 Apr 2009 22:53:22 +0200
changeset 137
b97469b9f728
parent 136
ca197d884ebd
child 138
3603322c3b20

Improve layout of config file blocks.

mrtg/mrtg.cfg file | annotate | diff | comparison | revisions
     1.1 --- a/mrtg/mrtg.cfg	Sat Apr 04 22:40:04 2009 +0200
     1.2 +++ b/mrtg/mrtg.cfg	Sat Apr 04 22:53:22 2009 +0200
     1.3 @@ -133,34 +133,34 @@
     1.4  #LegendO[uptime]:
     1.5  #Legend1[uptime]:     Maximum uptime days
     1.6  #YLegend[uptime]:     Time (days)
     1.7 -#ShortLegend[uptime]: n
     1.8 +#ShortLegend[uptime]: days
     1.9  
    1.10  ## HTTP Server Bytes
    1.11 -#Target[httpbytes]: `@l_prefix@/share/mrtg/scripts/webstats.pl bytes`
    1.12 -#Options[httpbytes]: growright,nopercent,noinfo,nobanner,integer,noi
    1.13 -#MaxBytes[httpbytes]: 256000
    1.14 -#Unscaled[httpbytes]: ymwd
    1.15 -#Title[httpbytes]: HTTP server traffic
    1.16 -#PNGTitle[httpbytes]: Kbytes per second
    1.17 -#PageTop[httpbytes]: <H3>HTTP server traffic</H3>
    1.18 +#Target[httpbytes]:      `@l_prefix@/share/mrtg/scripts/webstats.pl bytes`
    1.19 +#Options[httpbytes]:     growright,nopercent,noinfo,nobanner,integer,noi
    1.20 +#MaxBytes[httpbytes]:    256000
    1.21 +#Unscaled[httpbytes]:    ymwd
    1.22 +#Title[httpbytes]:       HTTP server traffic
    1.23 +#PNGTitle[httpbytes]:    Kbytes per second
    1.24 +#PageTop[httpbytes]:     <H3>HTTP server traffic</H3>
    1.25  #LegendI[httpbytes]:
    1.26  #LegendO[httpbytes]:
    1.27 -#YLegend[httpbytes]: Kbytes/second
    1.28 -#ShortLegend[httpbytes]: KB/s
    1.29 +#YLegend[httpbytes]:     Kbytes/second
    1.30 +#ShortLegend[httpbytes]: kB/s
    1.31  
    1.32  ## HTTP Server Hits
    1.33 -#Target[httphits]: `@l_prefix@/share/mrtg/scripts/webstats.pl hits`
    1.34 -#Options[httphits]:  growright,nopercent,perhour,nobanner,noinfo,integer,noi
    1.35 -#MaxBytes[httphits]: 12000
    1.36 -#Unscaled[httphits]: ymwd
    1.37 -#WithPeak[httphits]: wmy
    1.38 -#Title[httphits]: HTTP server hits
    1.39 -#PNGTitle[httphits]: Hits per hour
    1.40 -#PageTop[httphits]: <H3>HTTP server hits</H3>
    1.41 +#Target[httphits]:      `@l_prefix@/share/mrtg/scripts/webstats.pl hits`
    1.42 +#Options[httphits]:     growright,nopercent,perhour,nobanner,noinfo,integer,noi
    1.43 +#MaxBytes[httphits]:    12000
    1.44 +#Unscaled[httphits]:    ymwd
    1.45 +#WithPeak[httphits]:    wmy
    1.46 +#Title[httphits]:       HTTP server hits
    1.47 +#PNGTitle[httphits]:    Hits per hour
    1.48 +#PageTop[httphits]:     <H3>HTTP server hits</H3>
    1.49  #LegendI[httphits]:
    1.50  #LegendO[httphits]:
    1.51 -#Legend2[httphits]: Hits per hour
    1.52 -#Legend4[httphits]: 5 Minute peak
    1.53 -#YLegend[httphits]: Hits/hour
    1.54 -#ShortLegend[httphits]: Hits/hour
    1.55 +#Legend2[httphits]:     Hits per hour
    1.56 +#Legend4[httphits]:     5 Minute peak
    1.57 +#YLegend[httphits]:     Hits/hour
    1.58 +#ShortLegend[httphits]: hits/hour
    1.59  

mercurial