app->getModuleManager()->listEnabledModules(); if (!in_array($name, $enabledModules)) { throw new IcingaException( 'Module with name \'%s\' not found or is not enabled', $name ); } return $name; } }