Ignore:
Timestamp:
05/10/10 22:17:31 (21 months ago)
Author:
mickem
Message:

2010-05-10 MickeM - 0.3.8 RC2

  • Fixed issue with listpdh and debugpdh (not works again) + Fixed issue and added support for IN ( ... ) and NOT IN ( ... ) operators (CheckEventLog)

2010-05-08 MickeM

+ Added new "script templating" thing to simplify adding scripts:

Two new sections: [Script Wrappings] for adding templates and [Wrapped Scripts] for adding the scripts.

%SCRIPT% is replaced with the script name
%ARGS% is replaced with arguments.

vbs=cscript.exe T:30 NoLogo scripts\wrapper.vbs %SCRIPT% %ARGS%

and

w_vbs=check_test.vbs /arg1:1 /arg2:1 /variable:1

is the same as:

w_vbs=cscript.exe T:30 NoLogo scripts\wrapper.vbs check_test.vbs /arg1:1 /arg2:1 /variable:1

  • Added correct syntax for VB scripts
  • Added correct syntax for powershell scripts
  • Cleaned up scripts folder + Added new "NagiosPlugin? library" from op5 + Added check_no_rdp.vbs (Checks that no RDP connection is online) + Added check_battery.vbs which checks batterys via WMI + Added check_printer.vbs to check printers via WMI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/changelog

    r264 r265  
    66 * Fix depend onservice LanManWorkStation (old win) 
    77 * Fix RtlStringFromGUID problem on NT4 
     8 
     92010-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 
     132010-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 
    830 
    9312010-04-21 MickeM - 0.3.8 RC1 
     
    6688  
    67892010-02-26 MickeM 
    68  * Changed fo missing files and such generate an error 
     90 * Changed so missing files and such generate an error 
    6991 * Added option to return error messages to the client [CheckDisk] show_errors=1 (defauilt is off 0) 
    7092 * Added warning message ewhen numerical filters evaluate to zero (and are not 0) 
Note: See TracChangeset for help on using the changeset viewer.