mirror of https://github.com/Icinga/icinga2.git
Remove default environment, regression from e678fa1aa5
refs #6512 fixes #6694
This commit is contained in:
parent
c0398ed9ba
commit
7abfe13a00
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue