mirror of https://github.com/Icinga/icinga2.git
Merge branch 'master' of git.icinga.org:icinga2
This commit is contained in:
commit
d24bc71418
|
@ -21,9 +21,9 @@
|
||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
const String DefaultSocketAddress = "127.0.0.1";
|
const String CompatIdoComponent::DefaultSocketAddress = "127.0.0.1";
|
||||||
const String DefaultSocketPort = "5668";
|
const String CompatIdoComponent::DefaultSocketPort = "5668";
|
||||||
const String DefaultInstanceName = "i2-default";
|
const String CompatIdoComponent::DefaultInstanceName = "i2-default";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reads the socket address from the config
|
* Reads the socket address from the config
|
||||||
|
|
Loading…
Reference in New Issue