mirror of https://github.com/Icinga/icinga2.git
parent
28ab19731a
commit
8d7f1ec925
|
@ -59,7 +59,8 @@ By default Icinga 2 uses the following files and directories:
|
|||
/var/run/icinga2 | PID file.
|
||||
/var/run/icinga2/cmd | Command pipe and Livestatus socket.
|
||||
/var/cache/icinga2 | Performance data files and status.dat/objects.cache.
|
||||
/var/lib/icinga2 | The Icinga 2 state file.
|
||||
/var/spool/icinga2 | Used for performance data spool files.
|
||||
/var/lib/icinga2 | Icinga 2 state file, cluster feature replay log and configuration files.
|
||||
/var/log/icinga2 | Log file location and compat/ directory for the CompatLogger feature.
|
||||
|
||||
### <a id="icinga2-conf"></a> icinga2.conf
|
||||
|
|
|
@ -115,25 +115,3 @@ You can disable features using the `icinga2-disable-feature` command:
|
|||
> The `icinga2-enable-feature` and `icinga2-disable-feature` commands do not restart Icinga 2.
|
||||
|
||||
|
||||
### <a id="runtime-locations"></a> Runtime Locations
|
||||
|
||||
This list describes the default package installation locations. Additional subdirectories
|
||||
may be required.
|
||||
These paths may differ depending on your installation method, or changed
|
||||
[global constants](#global-constants) regarding path settings.
|
||||
|
||||
Name | Description
|
||||
--------------------------------------|--------------------------
|
||||
/etc/icinga2 | Icinga 2 configuration.
|
||||
/usr/sbin/icinga2* | Icinga 2 daemon and feature enable/disable scripts.
|
||||
/usr/bin/icinga2* | Helper scripts for Icinga 2.
|
||||
/var/cache/icinga2 | Runtime files written such as status files.
|
||||
/var/lib/icinga2 | Icinga 2 state file, cluster feature replay log and configuration files.
|
||||
/var/log/icinga2 | Used for application, debug and compat log files.
|
||||
/var/spool/icinga2 | Used for performance data spool files.
|
||||
/var/run/icinga2 | Runtime data such as PID file, or ExternalCommandListener/LivestatusListener pipes/sockets.
|
||||
/usr/lib/icinga2 | Icinga 2 Libraries.
|
||||
/usr/share/icinga2 | [ITL](#itl) and [certificate helpers](#cluster).
|
||||
/usr/share/doc/icinga2* | This documentation.
|
||||
|
||||
|
||||
|
|
|
@ -332,11 +332,6 @@ the Icinga 2 daemon.
|
|||
|
||||
# icinga2 -c /etc/icinga2/node1/icinga2.conf -DIcingaLocalStateDir=/opt/node1/var
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> You are required to ship the same directory layout known from a default
|
||||
> Icinga 2 installation. Details in [Runtime Locations](#runtime-locations).
|
||||
|
||||
## <a id="dependencies"></a> Dependencies
|
||||
|
||||
Icinga 2 uses host and service dependencies as attribute directly on the host or
|
||||
|
|
Loading…
Reference in New Issue