From ab@mathias-kettner.de Tue May 19 16:19:47 2015 From: Andreas Boesl To: checkmk-commits@lists.checkmk.com Subject: [checkmk-commits] Check_MK Git: check_mk: The windows agent now comes with the following folders Date: Tue, 19 May 2015 16:19:46 +0200 Message-ID: <555b4682.oDrPsnhZf1wz/xvw%ab@mathias-kettner.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0196426799006399878==" --===============0196426799006399878== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Module: check_mk Branch: master Commit: 146ceb2d3a5955042f28b021f5ad419cc94f2cc0 URL: http://git.mathias-kettner.de/git/?p=3Dcheck_mk.git;a=3Dcommit;h=3D14= 6ceb2d3a5955042f28b021f5ad419cc94f2cc0 Author: Andreas Boesl Date: Tue May 19 16:03:34 2015 +0200 The windows agent now comes with the following folders local scriptsplugin scripts/tr> logfiles from scripts and the agentworking directory for scripts
FolderDescription
local
plugins
configconfiguration files for scripts
statestate files for scripts and the agent, e.g. logwatch st= ate
spoolspoolfiles from other applications
log
temp
When you update the agent to a newer version, the content of this folders wil= l not get deleted. Only during the uninstall everything is cleaned up, with two exceptions. Self-written scripts in the local and plugin folders are not au= tomatically deleted during uninstall. These files will linger around till you remove them= manually. The incompatible part of this werk is the changed location of the state files= for the logwatch and logfiles checks. These files were located in the agent directory= , now they are located in the subdirectory state. As a result, if you start the n= ew agent there will be no known last offsets of the logwatch and the eventlog monitoring. In= this scenario the agent will start at the end. If you want to start at the old offsets, you need to copy the files logsta= te.txt and eventstate.txt into the state directory. --- .werks/2275 | 34 ++++++++++ ChangeLog | 2 + agents/windows/build_version | 2 +- agents/windows/check_mk_agent-64.exe | Bin 301056 -> 301568 byt= es agents/windows/check_mk_agent-64.unversioned.exe | Bin 301056 -> 301568 byt= es agents/windows/check_mk_agent.cc | 74 +++++++++++++++++---= -- agents/windows/check_mk_agent.exe | Bin 182784 -> 183808 byt= es agents/windows/check_mk_agent.msi | Bin 732160 -> 734208 byt= es agents/windows/check_mk_agent.unversioned.exe | Bin 182784 -> 183808 byt= es agents/windows/install_agent-64.exe | Bin 178461 -> 178942 byt= es agents/windows/install_agent.exe | Bin 159422 -> 159862 byt= es agents/windows/msibuild/vanilla_container.msi | Bin 730624 -> 731136 byt= es 12 files changed, 95 insertions(+), 17 deletions(-) Diff: http://git.mathias-kettner.de/git/?p=3Dcheck_mk.git;a=3Dcommitdiff;h= =3D146ceb2d3a5955042f28b021f5ad419cc94f2cc0 --===============0196426799006399878==--