diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 8110c40e8..9ad8a9a42 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -301,8 +301,6 @@ static int Main() ScriptGlobal::Set("MaxConcurrentChecks", Application::GetDefaultMaxConcurrentChecks()); - ScriptGlobal::Set("Environment", "production"); - ScriptGlobal::Set("System.PlatformKernel", Utility::GetPlatformKernel(), true); ScriptGlobal::Set("System.PlatformKernelVersion", Utility::GetPlatformKernelVersion(), true); ScriptGlobal::Set("System.PlatformName", Utility::GetPlatformName(), true);