| 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! |
| 9 | | [[Include(CheckEventLog/config)]] |
| | 17 | |
| | 18 | == Commands (executable) == |
| | 19 | '''TODO:''' Add command list |
| | 20 | |
| | 21 | |
| | 22 | == Configuration == |
| | 23 | === /settings/eventlog/real-time === |
| | 24 | CONFIGURE REALTIME CHECKING |
| | 25 | A 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 === |
| | 38 | REALTIME FILTERS |
| | 39 | A set of filters to use in real-time mode |
| | 40 | |
| | 41 | === /settings/eventlog === |
| | 42 | EVENT LOG SECTION |
| | 43 | Section 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 | |