This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
fix(remote-server): export properly trap matching and hostgroups #8054
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Trap matching cannot be exported on remote server because of a PHP fatal error in centcore logs :
2019-10-25 11:13:24 - DEBUG - cmd: /usr/share/centreon//bin/centreon -u <admin_user> -p <admin_md5_password> -w -o CentreonWorker -a processQueue PHP Fatal error: Uncaught Error: Class 'ConfigGenerateRemote\Relations\serviceCategory' not found in /usr/share/centreon/www/class/config-generate-remote/Relations/TrapsMatching.php:109 Stack trace: #0 /usr/share/centreon/www/class/config-generate-remote/Relations/TrapsMatching.php(123): ConfigGenerateRemote\Relations\TrapsMatching->generateObject(607, Array) #1 /usr/share/centreon/www/class/config-generate-remote/Trap.php(156): ConfigGenerateRemote\Relations\TrapsMatching->getTrapMatchingByTrapId(607) #2 /usr/share/centreon/www/class/config-generate-remote/Trap.php(172): ConfigGenerateRemote\Trap->generateObject(2694, Array, Array) #3 /usr/share/centreon/www/class/config-generate-remote/Abstracts/AbstractService.php(160): ConfigGenerateRemote\Trap->getTrapsByServiceId(2694) #4 /usr/share/centreon/www/class/config-generate-remote/Service.php(226): ConfigGenerateRemote\Abstracts\AbstractService->getTraps(Array) #5 /usr/share/centreon/www/class/config-generate-remote/Host.php(91): ConfigGenerateRemote\Service->generateFromServi in /usr/share/centreon/www/class/config-generate-remote/Relations/TrapsMatching.php on line 109
there is the same issue for host which are linked to disabled hostgroups
Fixes MON-4436
Type of change
Target serie