Changes between Version 18 and Version 19 of CheckEventLog


Ignore:
Timestamp:
07/07/12 17:31:31 (11 months ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckEventLog

    v18 v19  
    1 [[TracNav(TracNav/CC)]] 
    2 = CheckEventLog.dll = 
    3 The CheckEventLog module checks for problems reported to the windows event log. 
    4  * [CheckEventLog/CheckEventLog CheckEventLog], Check to find errors in the event log. 
     1[[TracNav(TracNav/CC|noreorder)]] 
     2[[PageOutline]] 
     3= Event log Checker. = 
     4Check for errors and warnings in the event log. 
     5This is only supported through NRPE so if you plan to use only NSClient this wont help you at all. 
    56 
    6 == Configuration Sections == 
    7 ''This is a wrapper page the actual data is on the following page [wiki:CheckEventLog/config]'' 
     7== Queries (commands) == 
     8 * [[CheckEventLog/checkeventlogcache checkeventlogcache]] 
     9   Check for errors in the event logger! 
     10 * [[CheckEventLog/check_eventlog_cache check_eventlog_cache]] 
     11   Check for errors in the event logger! 
     12 * [[CheckEventLog/checkeventlog checkeventlog]] 
     13   Check for errors in the event logger! 
     14 * [[CheckEventLog/check_eventlog check_eventlog]] 
     15   Check for errors in the event logger! 
    816 
    9 [[Include(CheckEventLog/config)]] 
     17 
     18== Commands (executable) == 
     19'''TODO:''' Add command list 
     20 
     21 
     22== Configuration == 
     23=== /settings/eventlog/real-time === 
     24CONFIGURE REALTIME CHECKING 
     25A set of options to configure the real time checks 
     26 
     27==== Keys ==== 
     28||'''Key'''||'''Default'''||'''Description''' 
     29||log||LOGS TO CHECK ||Coma separated list of logs to check  
     30||enabled||REAL TIME CHECKING ||Spawns a backgrounnd thread which detects issues and reports them back instantly.  
     31||maximum age||MAGIMUM AGE ||How long before reporting "ok" (if this is set to off no ok will be reported only errors)  
     32||startup age||STARTUP AGE ||The initial age to scan when starting NSClient++  
     33||enable active||ENABLE ACTIVE MONITORING ||This will store all matches so you can use real-time filters from active monitoring (use CheckEventlogCache).  
     34||debug||DEBUG ||Log missed records (usefull to detect issues with filters) not usefull in production as it is a bit of a resource hog.  
     35 
     36 
     37=== /settings/eventlog/real-time/filters === 
     38REALTIME FILTERS 
     39A set of filters to use in real-time mode 
     40 
     41=== /settings/eventlog === 
     42EVENT LOG SECTION 
     43Section for the EventLog Checker (CheckEventLog.dll). 
     44 
     45==== Keys ==== 
     46||'''Key'''||'''Default'''||'''Description''' 
     47||debug||DEBUG ||Log more information when filtering (usefull to detect issues with filters) not usefull in production as it is a bit of a resource hog.  
     48||lookup names||LOOKUP NAMES ||Lookup the names of eventlog files  
     49||buffer size||BUFFER_SIZE ||The size of the buffer to use when getting messages this affects the speed and maximum size of messages you can recieve.  
     50||syntax||SYNTAX ||Set this to use a specific syntax string for all commands (that don't specify one).  
     51