Ignore:
Timestamp:
05/23/05 21:24:32 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
6654022
Parents:
af5bc4b
Message:

2005-05-23 MickeM

+ Added obfuscated password support
+ Added some more debug info on commands (returncode, and input args)
+ Added some more comments ot the NSC.ini
+ Added central password "override"
+ Added central "host override"
+ Fixed bug with external commands always getting WARNING state

2005-05-22 MickeM

+ Added debug outout for command
+ Added timestamps for log-to-file (date_mask to configure format)
+ Added support for "no password" with check_nt
+ Added log of bad password on NSClient requests.

  • Some threading issues fixed (I hate threading :)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckSystem/PDHCollector.h

    raf5bc4b r1d9338a  
    3030  int checkIntervall_; 
    3131 
    32   PDHCollectors::StaticPDHCounterListener memCmtLim; 
    33   PDHCollectors::StaticPDHCounterListener memCmt; 
    34   PDHCollectors::StaticPDHCounterListener upTime; 
     32  PDHCollectors::StaticPDHCounterListenerInt memCmtLim; 
     33  PDHCollectors::StaticPDHCounterListenerInt memCmt; 
     34  PDHCollectors::StaticPDHCounterListenerInt upTime; 
    3535  PDHCollectors::RoundINTPDHBufferListener cpu; 
    3636 
Note: See TracChangeset for help on using the changeset viewer.