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

SNMP编程

开发平台:

C/C++

  1. <?
  2. // Path to perl executable
  3. $perl_exe = "c:\perl\bin\perl.exe"; 
  4. // Path to mrtg base dir
  5. $mrtg_path = "e:\mrtg\"; 
  6. // Path to mrtg script (default install)
  7. $mrtg_exe = $mrtg_path."bin\mrtg";
  8. // Path to Indexmaker script (default install)
  9. $indexmaker_exe = $mrtg_path."bin\indexmaker";
  10. // Path to Cfgmaker script (default install)
  11. $cfgmaker_exe = $mrtg_path."bin\cfgmaker";
  12. // Enter the path where the html file are generated
  13. $mrtg_html_dir = "e:\mrtg\www\"; 
  14. // Enter the path where the .cfg are generated
  15. $mrtg_config_dir = "e:\mrtg\conf\"; 
  16. // Enter the path of the Mrtg images (logo)
  17. $mrtg_icon_dir = "/mrtg/images/";
  18. // Admin password
  19. $admin_password1 = "bilbao";
  20. $admin_password2 = "mrtg";
  21. ?>