mrtglog.h
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. /*****************************
  2.  ** woho's MRTG Logfile cgi **
  3.  *****************************/
  4. // define the path to your htmldocs here:
  5. #define PFAD "/usr/local/httpd/htdocs"
  6. // default HTML header:
  7. #define HTMLHEAD "Content-type: text/htmlnn"
  8. // in english you'd write "Statistics" here:
  9. #define STATS "Auswertung"
  10. // just replace the german word, if necessary:
  11. #define FROM "von"
  12. // just replace the german word, if necessary:
  13. #define TO "bis"
  14. // This is the information at the end of the page. It tells that those month,
  15. // where no data exists, are skipped.
  16. // More info would be usefull, e.g. that mrtg logfiles only collect averages.
  17. #define INFOTEXT "ACHTUNG: Hier sind lediglich Durchschnittswerte der Messzeitr&auml;ume (je 5 Min.) aufsummiert.<BR>Diese Statististik ist somit nicht sehr genau!<BR>Monate, f&uuml;r die keine Mengenaufzeichnungen existieren, werden automatisch ausgeblendet."
  18. // and in the end, the love you take, is equal to the love you make. (John Lennon)