/***************************** ** woho's MRTG Logfile cgi ** *****************************/ // define the path to your mrtg log files here: // NOTE: with trailing slash!!! #define MRTGLOGS_CGI_RELATIVE_PATH "../mrtg/" #define MRTGLOGS_SHELL_PATH "/var/www/mrtg/" // default HTML header: #define HTMLHEAD "Content-type: text/html\n\n" // This is the information at the end of the page. It tells that those month, // where no data exists, are skipped. // More info would be usefull, e.g. that mrtg logfiles only collect averages. #define INFOTEXT "ACHTUNG: Hier sind lediglich Durchschnittswerte der Messzeiträume (je 5 Min.) aufsummiert.
Diese Statististik ist somit nicht sehr genau!
Monate, für die keine Mengenaufzeichnungen existieren, werden automatisch ausgeblendet." // and in the end, the love you take, is equal to the love you make. (John Lennon)