Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1106
blobe85b4f376ef40c16febb3099fda59f612b58eb0c
1 Title: mk_inventory.ps1: now uses the MK_CONFDIR environment variable from the agent (if available)
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.5i6
6 Date: 1410341164
7 Class: feature
9 The mk_inventory.ps1 needs to create statefile for each host.
10 The path of this files were hardcoded to <tt>c:\Program Files (x86)\check_mk\timestamp.$remote_host</tt><br>
11 This has been changed. The latest check_mk agent now provides additional environment variables
13 <ul>
14 <li>PLUGINSDIR</li>
15 <li>LOCALDIR</li>
16 <li>SPOOLDIR</li>
17 <li>MK_CONFDIR</li>
18 </ul>
20 and the script uses them accordingly.