There is no PHP included inside CMK. Your CMK installation uses the PHP from your system.
You can test with an actual distribution if it runs without any problem with a newer PHP.
It is possible if you use the RAW edition that there are some problems with PNP4Nagios but you need to try.
Ok that makes more sense, it is a dependency for the package. But for whatever reason with OEL 8.3 its chosen to install php 7.2 by default. I just need to figure out why its choosing to install 7.2 instead of 7.4
Edit: an update from my colleague, the issue appears to be the default stream
dnf module list | grep php
php 7.2 [d][e] common [d], devel, minimal PHP scripting language
php 7.3 common [d], devel, minimal PHP scripting language
php 7.4 common [d], devel, minimal PHP scripting language
He says it we cant easily change streams post install because we need to uninstall the old stuff first.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.