Changeset 330af36 in nscp for changelog


Ignore:
Timestamp:
12/12/11 07:46:11 (19 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
53c1a6e
Parents:
f085f9b
Message:

nscp python --script test_w32_system.py --install
nscp client --query py_unittest
...
OK: 121 test(s) successfull|

File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    rf085f9b r330af36  
    55 * Fixa dependonservice LanManWorkStation (old win) 
    66 * Fix RtlStringFromGUID problem on NT4 
     7 
     82011-12-08 MickeM 
     9 * Fixed so non custom installers gets configuration UI (meaning you can configure it) 
     10 * Added WarnCount/CritCount exact bounds to CheckProcState so: 
     11   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started 
     12 * Added embryo for Graphite plugin (https://launchpad.net/graphite) 
     13 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so: 
     14   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe 
     15 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated  
     16   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count. 
     17 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing) 
     18 * Added a lot of unittests to CheckProcState to verify that many features work properly. 
     19    nscp python --script test_w32_system.py --install 
     20    nscp client --query py_unittest 
     21    ... 
     22    OK: 121 test(s) successfull| 
    723 
    8242011-12-06 MickeM 
Note: See TracChangeset for help on using the changeset viewer.