Changeset 265 for branches/stable/changelog
- Timestamp:
- 05/10/10 22:17:31 (21 months ago)
- File:
-
- 1 edited
-
branches/stable/changelog (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/changelog
r264 r265 6 6 * Fix depend onservice LanManWorkStation (old win) 7 7 * Fix RtlStringFromGUID problem on NT4 8 9 2010-05-10 MickeM - 0.3.8 RC2 10 * Fixed issue with listpdh and debugpdh (not works again) 11 + Fixed issue and added support for IN ( ... ) and NOT IN ( ... ) operators (CheckEventLog) 12 13 2010-05-08 MickeM 14 + Added new "script templating" thing to simplify adding scripts: 15 Two new sections: [Script Wrappings] for adding templates and [Wrapped Scripts] for adding the scripts. 16 %SCRIPT% is replaced with the script name 17 %ARGS% is replaced with arguments. 18 vbs=cscript.exe //T:30 //NoLogo scripts\wrapper.vbs %SCRIPT% %ARGS% 19 and 20 w_vbs=check_test.vbs /arg1:1 /arg2:1 /variable:1 21 is the same as: 22 w_vbs=cscript.exe //T:30 //NoLogo scripts\wrapper.vbs check_test.vbs /arg1:1 /arg2:1 /variable:1 23 * Added correct syntax for VB scripts 24 * Added correct syntax for powershell scripts 25 * Cleaned up scripts folder 26 + Added new "NagiosPlugin library" from op5 27 + Added check_no_rdp.vbs (Checks that no RDP connection is online) 28 + Added check_battery.vbs which checks batterys via WMI 29 + Added check_printer.vbs to check printers via WMI 8 30 9 31 2010-04-21 MickeM - 0.3.8 RC1 … … 66 88 67 89 2010-02-26 MickeM 68 * Changed fo missing files and such generate an error90 * Changed so missing files and such generate an error 69 91 * Added option to return error messages to the client [CheckDisk] show_errors=1 (defauilt is off 0) 70 92 * Added warning message ewhen numerical filters evaluate to zero (and are not 0)
Note: See TracChangeset
for help on using the changeset viewer.







