mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
Remove default environment, regression from e678fa1aa5
refs #6512 fixes #6694
This commit is contained in:
parent
c0398ed9ba
commit
7abfe13a00
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue