1 Title: windows agent: new subfolders, improved folder cleanup during uninstall
9 The windows agent now comes with the following folders
12 <tr><th>Folder</th><th>Description</th></tr>
13 <tr><td>local</td><td>local scripts</td></tr>
14 <tr><td>plugins</td><td>plugin scripts</td></tr>
15 <tr><td>config</td><td>configuration files for scripts</td></tr>
16 <tr><td>state</td><td>state files for scripts and the agent, e.g. logwatch state</td></tr>
17 <tr><td>spool</td><td>spoolfiles from other applications</td></tr>
18 <tr><td>log</td><td>logfiles from scripts and the agent</td></tr>
19 <tr><td>temp</td><td>working directory for scripts</td></tr>
22 When you update the agent to a newer version, the content of this folders will not get deleted.
23 Only during the uninstall everything is cleaned up, with two exceptions.
24 Self-written scripts in the <i>local</i> and <i>plugin</i> folders are not automatically
25 deleted during uninstall. These files will linger around till you remove them manually.
28 The incompatible part of this werk is the changed location of the state files for the
29 logwatch and logfiles checks. These files were located in the agent directory, now they
30 are located in the subdirectory <i>state</i>. As a result, if you start the new agent there
31 will be no known last offsets of the logwatch and the eventlog monitoring. In this scenario
32 the agent will start at the end.
33 If you want to start at the old offsets, you need to copy the files <i>logstate.txt</i> and
34 <i>eventstate.txt</i> into the <i>state</i> directory.