Merge branch 'master' of git.icinga.org:icinga2

This commit is contained in:
Gunnar Beutner 2012-09-28 13:17:40 +02:00
commit d24bc71418
1 changed files with 3 additions and 3 deletions

View File

@ -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