diff --git a/CHANGES b/CHANGES index 7af0c11..4f1bfb6 100644 --- a/CHANGES +++ b/CHANGES @@ -253,7 +253,7 @@ From: Dan.McDonald austinenergy.com From: Mike Mitchell Mike.Mitchell sas.com * Updated Net_SNMP_util module (error messages) -From: G�nter Knauf +From: Günter Knauf * Updated Makefiles for Win32 and Netware * New Netware version of rateup.nlm @@ -596,7 +596,7 @@ From: alex From: Mateusz * support option derive is using rrdtool logging -From: Ulf H�rnhammar +From: Ulf Härnhammar * prevent potential buffer overflow in ratup due to 'strange' input files Changes 2.10.15, 2004-08-08 @@ -668,7 +668,7 @@ From: Quentin Dunchue * added host anchor in indexmaker * fixed $default filter in cfgmaker to not include everything -From: ���F�� +From: ¶ÀªF¶© * updates for chinese big5 translation From: Klaus Schmidinger @@ -1033,7 +1033,7 @@ From: Norbert Klasen Changes 2.9.26 -------------- -From: Andr� Silveira +From: André Silveira * with thresholds ... have two decimals in % mode * give threshdesc and value as ar 4 and 5 of called threshprog @@ -1356,7 +1356,7 @@ Changes 2.9.13 -------------- From: Damien * contrib mrtg_php_portal -From: HERITIER Herv� +From: HERITIER Hervé * contrib iptables_acc_snmp From: Pascal Eeftinck * snmpv2 regexp did not match in cfgmaker @@ -1441,7 +1441,7 @@ From: Gerry Van Steerteghem From: David Boyer * contrib mrtg.php produces live index -From: David A. P�rez +From: David A. Pérez * contrib TTrafic a *.log analyzer in asp From: Ratko Bucic @@ -1843,7 +1843,7 @@ From: blube location floridadigital.net - make cfgmaker comment out DS3 controlers ... they do not count their traffic From: Rainer Bawidamann - made PID file name generation robust to cfg files without extenssion -From: Mattias Lilliesk�ld +From: Mattias Lilliesköld - make cfgmaker recognize options[^]: bits From: Thomas Abthorpe - Tby. * - go for threshold checking if threshdir is defined @@ -2237,7 +2237,7 @@ From: Oleg Krotoff - contrib: mrtg-archiver-script From: Ladislav Mihok - slovak translation for mrtg -From: Martin R�sjorde +From: Martin Røsjorde - improved norwegian translation From: Michael Med - make complex TZ settings work with rateup in solaris. By copying @@ -2245,7 +2245,7 @@ From: Michael Med From: Walery Kokarev - Added withzeroes option for people who want zero sample considered in their average transfer rate. -From: ٤��� +From: Ù¤Âê¹û - simplified chinese locale From: Patrick Koppen - make -r work in indexmaker @@ -2336,7 +2336,7 @@ From: Tobi Oetiker - added ThreshDesc config option. Its value is assigned to the env variable THRESH_DESC before and of the Thresh-Action scripts are called. -From: "[big5] ���F��" and Tate +From: "[big5] ¶ÀªF¶©" and Tate - bugfix for big5 locale From: knut.groneng location merkantildata.no - bugfix for norwegian.pmd @@ -2362,7 +2362,7 @@ From: Ronald Florence - linux ip-filter integration in contrib From: Iulian Radu - version 2.2 of mrtgmk in contrib -From: LLu�s Gras +From: LLuís Gras - catalan locales From: John Line - rateup.c fix for kMG override bug @@ -2395,7 +2395,7 @@ From: Morten S. Nielsen - Added more modular translation system From: Ilja Pavkovic - Added German Translation -From: "Tate <����>" +From: "Tate <­«¥Í>" - Chinese Translation From: John-Mark Gurney - cfgmaker_ip ... keep first address and not last .. @@ -2499,7 +2499,7 @@ From: Tobi is much more obvious than a line at 0. From: Fabrice Prigent - & St�phane Marzloff + & Stéphane Marzloff - french locales Changes 2.8.3 diff --git a/contrib/nt-services/5mrtg.exe b/contrib/nt-services/5mrtg.exe deleted file mode 100644 index fe7029e..0000000 Binary files a/contrib/nt-services/5mrtg.exe and /dev/null differ diff --git a/contrib/nt-services/5mrtg.reg b/contrib/nt-services/5mrtg.reg deleted file mode 100644 index 4f8dd1a..0000000 --- a/contrib/nt-services/5mrtg.reg +++ /dev/null @@ -1,10 +0,0 @@ -REGEDIT4 - -[HKEY_LOCAL_MACHINE\SOFTWARE\MMM\mrtg5] -"MrtgKick-PathName"="C:\\MRTG\\Run\\MrtgKick.Cmd" -"Debug"=dword:0 - -[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\mrtg5] -"EventMessageFile"="%SystemRoot%\\System32\\5mrtg.Exe" -"TypesSupported"=dword:7 - diff --git a/contrib/nt-services/README b/contrib/nt-services/README deleted file mode 100644 index aa5b086..0000000 --- a/contrib/nt-services/README +++ /dev/null @@ -1,59 +0,0 @@ -This is my Windows NT service for MRTG. - - -Installation: - -0) Unzip nt-service.zip - -1) Modify 5mrtg.Reg (if You need...) - - Default values: - - MrtgKick-PathName=C:\\MRTG\\Run\\MrtgKick.Cmd - Debug=0 - -2) Run install.cmd as Administrator - -========================================================= - -Command line options: - -5mrtg -install - install service -5mrtg -remove - remove service - -5mrtg -run - run as executable for testing (Debug is ON) - - - -5mrtg -update - update service configuration from registry -5mrtg -info - print service configuration - -(Interprocess communication via shared memory: must be same executable) - - -Debugging: via OutputDebugString(), run DBGVIEW.EXE from sysinternals. - - -========================================================= - -Rudimentary support for crontab - -Default: C:\Etc\CronTab - -Not true Crontab (see sample), -if command in crontab is with asterisk '*' -will be executed when service (or PC) is started -after this entry time. - -My directory C:\Etc in etc.zip - -========================================================= - -Sorry for my read-only english! - - - -Miroslaw M. Maczka, 2000-4-11 - -Miroslaw_Maczka@hotmail.com -mmm@bze.com.pl diff --git a/contrib/nt-services/install.cmd b/contrib/nt-services/install.cmd deleted file mode 100644 index d3a313d..0000000 --- a/contrib/nt-services/install.cmd +++ /dev/null @@ -1,48 +0,0 @@ -@ECHO OFF -REM -IF NOT /%OS%/ == /Windows_NT/ GOTO NOT_NT -IF /%SystemDrive%/ == // GOTO NOT_SystemDrive -IF /%SystemRoot%/ == // GOTO NOT_SystemRoot -REM -REM -IF NOT EXIST 5Mrtg.Exe GOTO NOT_5Mrtg -IF NOT EXIST 5Mrtg.Reg GOTO NOT_Reg -REM -REM -REM SystemDrive=C: -REM SystemRoot=C:\WINNT -REM -START 5mrtg.Reg -REM -COPY /Y 5mrtg.Exe %SystemRoot%\System32 -%SystemDrive% -CD %SystemRoot%\System32 -5mrtg.Exe -install -NET START mrtg5 -CD \ -REM -GOTO FIN -REM -REM -:NOT_NT -ECHO This is NOT Windows NT -GOTO FIN -REM -:NOT_SystemDrive -ECHO SystemDrive NOT defined -GOTO FIN -REM -:NOT_SystemRoot -ECHO SystemRoot NOT defined -GOTO FIN -REM -:NOT_5Mrtg -ECHO 5mrtg.exe NOT found -GOTO FIN -REM -:NOT_Reg -ECHO 5mrtg.Reg NOT found -GOTO FIN -REM -:FIN -REM -=EOF=- diff --git a/contrib/nt-services/mrtg-etc.zip b/contrib/nt-services/mrtg-etc.zip deleted file mode 100644 index 997a882..0000000 Binary files a/contrib/nt-services/mrtg-etc.zip and /dev/null differ