Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 3106
blobf8e9deabc387858246936f3310f10284b480bcb1
1 Title: windows agent: added support for new eventlog types introduced with windows vista / server 2008
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1458652411
7 Class: feature
9 The new eventlogs introduced in windows vista / windows server 2008 can only be accessed through a
10 new api introduced in that same version.
11 To allow this agent to work with older windows versions, the api used can be toggled through the
12 configuration file and, for compatibilty, defaults to the old style.
13 To enable the new api, set "vista_api = yes" in the logwatch section.
14 This only changes the api, it doesn't automatically enable additional logs (there could be
15 hundreds).
16 Instead you can manually activate the new-style logs with a line like this (again in the logwatch
17 section):
18 "logname Microsoft-Windows-GroupPolicy/Operational = warn"
19 The correct name to use for the logs can be found in windows through the Properties-Window of a log.