Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 7569
blob1d9e7106202a96f505ce74888e0c96ab51ded3d9
1 Title: Diskspace cleanup now removes abandoned host files (including RRDs and others)
2 Level: 2
3 Component: omd
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1473847859
7 Class: feature
9 During monitoring there are several dedicated files created for each host.
10 There are, for example, the discovered services, performance data and
11 different temporary files created. During deletion of a host, these files
12 are normally deleted. But there are cases, where the files are left on
13 the disk until manual deletion, for example if you move a host from one
14 site to another or deleting a host manually from the configuration.
16 The performance data (RRDs) and HW/SW inventory archive are never deleted
17 during host deletion.
19 We have now added the functionality to cleanup the host related files to
20 the diskspace cleanup mechanism. This mechanism is enabled by default and
21 cleans up all files of not existing hosts that are older than 1 month by
22 default. If you want to disable this automatic deletion or customize the
23 time horizon, you can configure it in the global settings of WATO using the
24 "Automatic disk space cleanup" option.