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
mrtglog.h
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++
- /*****************************
- ** woho's MRTG Logfile cgi **
- *****************************/
- // define the path to your htmldocs here:
- #define PFAD "/usr/local/httpd/htdocs"
- // default HTML header:
- #define HTMLHEAD "Content-type: text/htmlnn"
- // in english you'd write "Statistics" here:
- #define STATS "Auswertung"
- // just replace the german word, if necessary:
- #define FROM "von"
- // just replace the german word, if necessary:
- #define TO "bis"
- // 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.<BR>Diese Statististik ist somit nicht sehr genau!<BR>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)