Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
config.inc.php
Package: mrtg-2.13.2.zip [view]
Upload User: shbosideng
Upload Date: 2013-05-04
Package Size: 1555k
Code Size: 1k
Category:
SNMP
Development Platform:
C/C++
- <?
- // Path to perl executable
- $perl_exe = "c:\perl\bin\perl.exe";
- // Path to mrtg base dir
- $mrtg_path = "e:\mrtg\";
- // Path to mrtg script (default install)
- $mrtg_exe = $mrtg_path."bin\mrtg";
- // Path to Indexmaker script (default install)
- $indexmaker_exe = $mrtg_path."bin\indexmaker";
- // Path to Cfgmaker script (default install)
- $cfgmaker_exe = $mrtg_path."bin\cfgmaker";
- // Enter the path where the html file are generated
- $mrtg_html_dir = "e:\mrtg\www\";
- // Enter the path where the .cfg are generated
- $mrtg_config_dir = "e:\mrtg\conf\";
- // Enter the path of the Mrtg images (logo)
- $mrtg_icon_dir = "/mrtg/images/";
- // Admin password
- $admin_password1 = "bilbao";
- $admin_password2 = "mrtg";
- ?>