First of all, thanks for this great tool

I'm now able to make nice graphs, but when i try to run indexmaker i get this error message: ERROR: no H1 line pagetop property in --res-cl section
My vmware.cfg file looks like this:
WORKDIR: /var/www/mrtg
# Resources graph
Target[--res-cl]: `check_vmware.pl --mode=mrtg --report=cpu --config=/var/www/mrtg/cfg/vmware1.cfg `
Title[--res-cl]: Resource Usage
MaxBytes[--res-cl]: 100
PageTop[--res-cl]: null
LegendI[--res-cl]: cpu:
LegendO[--res-cl]: mem:
Options[--res-cl]: gauge growright
Ylegend[--res-cl]: percent
ShortLegend[--res-cl]: %
Legend1[--res-cl]: CPU utilisation
Legend2[--res-cl]: Memory utilisation
Legend3[--res-cl]: Peak CPU utilisation
Legend4[--res-cl]: Peak memory utilisation
routers.cgi*ShortDesc[--res-cl]: VM: Resources
routers.cgi*Options[--res-cl]: fixunit nototal nopercent
routers.cgi*Icon[--res-cl]: chip-sm.gif
routers.cgi*InMenu[--res-cl]: yes
routers.cgi*InCompact[--res-cl]: yes
routers.cgi*InSummary[--res-cl]: yes
# VMs active
Target[--vm-actv]: `check_vmware.pl --mode=mrtg --report=status --config=/var/www/mrtg/cfg/vmware1.cfg `
Title[--vm-actv]: Active Guests
MaxBytes[--vm-actv]: 100000
PageTop[--vm-actv]: null
LegendI[--vm-actv]: active :
LegendO[--vm-actv]: defined:
Options[--vm-actv]: gauge growright integer
Ylegend[--vm-actv]: Guests
ShortLegend[--vm-actv]:
Legend1[--vm-actv]: Active guests
Legend2[--vm-actv]: Defined guests
Legend3[--vm-actv]: Peak active guests
Legend4[--vm-actv]: Peak defined guests
routers.cgi*ShortDesc[--vm-actv]: VM: Guests
routers.cgi*Options[--vm-actv]: fixunit nototal nopercent nomax
routers.cgi*Icon[--vm-actv]: server-sm.gif
routers.cgi*InMenu[--vm-actv]: yes
routers.cgi*InCompact[--vm-actv]: yes
routers.cgi*InSummary[--vm-actv]: yes
# Datastores
Target[--vm-ds]: `check_vmware.pl --mode=mrtg --report=disk --config=/var/www/mrtg/cfg/vmware1.cfg `
Title[--vm-ds]: Datastores
MaxBytes[--vm-ds]: 1000000000000000
PageTop[--vm-ds]: null
LegendI[--vm-ds]: used :
LegendO[--vm-ds]: total:
Options[--vm-ds]: gauge growright dorelpercent
Ylegend[--vm-ds]: Percent
ShortLegend[--vm-ds]: %
Legend1[--vm-ds]: Space used
Legend2[--vm-ds]: Space available
Legend3[--vm-ds]: Peak space used
Legend4[--vm-ds]: Peak space available
routers.cgi*ShortDesc[--vm-ds]: VM: Datastores
routers.cgi*Options[--vm-ds]: fixunit nototal nopercent
routers.cgi*Icon[--vm-ds]: disk-sm.gif
routers.cgi*InMenu[--vm-ds]: yes
routers.cgi*InCompact[--vm-ds]: yes
routers.cgi*InSummary[--vm-ds]: yes
What do i need to do to get indexmaker to work here?