Changeset 0687108 in nscp for changelog


Ignore:
Timestamp:
11/18/06 14:14:22 (7 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
d48c31a
Parents:
1a22e52
Message:

+ Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)

  • Added error message when detected language is missing from counters.defs + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
  • Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol) + Added CheckAllExcept? to CheckDrive? to check all except the specified drives.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r76aafc4 r0687108  
    1111 * Add option to recheck DNS in real time 
    1212 
     132006-11-18 MickeM 
     14 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument) 
     15 * Added error message when detected language is missing from counters.defs 
     16 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :) 
     17 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol) 
     18 + Added CheckAllExcept to CheckDrive to check all except the specified drives. 
     19 
    13202006-10-05 MickeM 
    1421 * Yayyy!!! (first fix in a looong while :) 
     
    2027   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient  
    2128   request it will be "slow" but I think it is not that much of a problem really. 
    22    NOTICE I dont have the posibility to test this so feel free to report if it works and if it doesn't. 
     29   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't. 
    2330   Set cache_allowed_hosts=0 to disable host cache 
    2431 
     
    100107   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor" 
    101108   The Max* are as every other check and sets limits.  
    102    The Query works similarly to other check commands ie. Query:<name>=<WMI query> 
     109   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query> 
    103110   So any other WMI query should work (notice this is experimental and not stable and has virtually  
    104111   no error handling so it is likely to crash nsclient if you ask anything "non working".) 
     
    252259 
    2532602005-03-19 MickeM 
    254  * Refactored out NSCLient Listener as a separate module 
     261 * Re factored out NSCLient Listener as a separate module 
    255262 + Added initial NRPE listener module (not yet implemented only a shell) 
    256263 * Changed Module API (Inject function has new syntax) 
Note: See TracChangeset for help on using the changeset viewer.