centreon-plugins
centreon-plugins copied to clipboard
CTOR-525-escalation-package-perl-json-path-wrong-version-missing-perl-exporter-easy-for-centreon-repo-23-04-23-10-el-8
Description
update JSON::Path library on alma8 to take same version as other OS. This is a follow up of https://github.com/centreon/centreon-plugins/issues/4540, the root problem was in Exporter::Shiny, updating it to the same version as debian11/alma9 make everything work.
Fixes # CTOR-525
Type of change
- [X] Patch fixing an issue (non-breaking change)
- [ ] New functionality (non-breaking change)
- [ ] Breaking change (patch or feature) that might cause side effects breaking part of the Software
Target serie
- [ ] 22.04.x
- [ ] 22.10.x
- [ ] 23.04.x
- [ ] 23.10.x
- [ ] 24.04.x (master)
How this pull request can be tested ?
install the new library version and launch the plugin `/usr/lib/centreon/plugins/centreon_protocol_http.pl --plugin='apps::protocols::http::plugin' --mode='json-content'` the plugin should compile correctly.Checklist
Community contributors & Centreon team
- [X] I have followed the coding style guidelines provided by Centreon
- [X] I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
- [X] I have commented my code, especially hard-to-understand areas of the PR.
- [X] I have rebased my development branch on the base branch (master, maintenance).