mirror of https://github.com/Icinga/icinga2.git
Update example config.
This commit is contained in:
parent
4b6d8943fa
commit
e3dba08d6a
|
@ -11,12 +11,10 @@ include <itl/itl.conf>
|
|||
include <itl/standalone.conf>
|
||||
|
||||
/**
|
||||
* Global configuration settings
|
||||
* Global macros
|
||||
*/
|
||||
object IcingaApplication "icinga" {
|
||||
macros = {
|
||||
plugindir = "/usr/local/icinga/libexec"
|
||||
}
|
||||
set IcingaMacros = {
|
||||
plugindir = "/usr/local/icinga/libexec"
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue