Icinga Web2 - WEB UI crashed when Business Process is enabled

Hi team,

I have a fresh new install of icinge2 + icingaweb 2. Whenever I enable Business Process, the WEB UI crashed. When disable Business Process webui is back to normal. I did the BP install based on the official docs.

Versions:

  • Icinga Web 2 Version 2.11.4
  • PHP Version 7.3.33

Loaded Libraries

  • icinga/icinga-php-library 0.11.0
  • icinga/icinga-php-thirdparty 0.11.0

Loaded Modules
MODULE VERSION STATE DESCRIPTION
businessprocess 2.2.0 enabled A Business Process viewer and modeler
director 1.10.2 enabled Director - Config tool for Icinga 2
fileshipper 1.2.0 enabled Fileshipper for Icinga Director
idoreports 0.10.0 enabled Reports for IDO
incubator 0.20.0 enabled Incubator provides bleeding-edge libraries
monitoring 2.11.4 enabled Icinga monitoring module
pdfexport 0.10.2 enabled PDF Export via Google Chrome/Chromium
reporting 0.10.0 enabled Reporting

Important: I had to enable the module to list it and show the version, but after that when I logoff and logon again the webui is crashed

the module is too old, check out a newer release:
https://github.com/Icinga/icingaweb2-module-businessprocess/releases/tag/v2.4.0

Best regards Nicolas

Hi, problem solved.
[root@icinga-master modules]# icingacli module list
MODULE VERSION STATE DESCRIPTION
businessprocess 2.4.0 enabled A Business Process viewer and modeler
director 1.10.2 enabled Director - Config tool for Icinga 2
fileshipper 1.2.0 enabled Fileshipper for Icinga Director
idoreports 0.10.0 enabled Reports for IDO
incubator 0.20.0 enabled Incubator provides bleeding-edge libraries
monitoring 2.11.4 enabled Icinga monitoring module
pdfexport 0.10.2 enabled PDF Export via Google Chrome/Chromium
reporting 0.10.0 enabled Reporting

Thanks for the instruction.