]> granicus.if.org Git - icinga2/blob - doc/3.12-status-data.md
Fix unit tests.
[icinga2] / doc / 3.12-status-data.md
1 ## <a id="status-data"></a> Status Data
2
3 Icinga 1.x writes object configuration data and status data in a cyclic
4 interval to its `objects.cache` and `status.dat` files. Icinga 2 provides
5 the `StatusDataWriter` object which dumps all configuration objects and
6 status updates in a regular interval.
7
8     # icinga2-enable-feature statusdata
9
10 Icinga 1.x Classic UI requires this data set as part of its backend.
11
12 > **Note**
13 >
14 > If you are not using any web interface or addon which uses these files
15 > you can safely disable this feature.