Dropping support for PHP 7.1 and Python 2

Nope, I dont use influxDB. is it because I dont configure redis yet? right now I only use memcached and running well in 1.63.

Nope, you need to check the poller output.

finally decided to fresh install using ubuntu 20.04 for my poller node and running OK
image

This fixed most everything for me, except I’m using apache and validate.php fails on:
Fail: PHP version of your webserver (7.2.31-1+ubuntu18.04.1+deb.sury.org+1) does not match the cli version (7.4.7)

Not quite sure how to point apache at the newer php version.

a2dismod php7.2
a2enmod php7.4

or something like that.

Thanks for responding. That led me down quite the path, but I finally got it figured out.
I found those commands wouldn’t work. Since the other example was for nginx, I was missing the following:

sudo apt install libapache2-mod-php7.4
I then had to recreate the config for apache in the wiki
https://docs.librenms.org/Installation/Installation-Ubuntu-1804-Apache/

Not sure how to cleanly document this for others, but if anyone could update the wiki with a valid version of php, it might help others.

Documentation is correct. 7.2 is a valid version of PHP.