HTML Pages not being automated created in output folder (/opt/librenms/html/plugins/Weathermap/output/)

I have done a fresh install of LibreNMS 22.8.0 in Alma linux 8.6 and working fine. Then i am trying to include Weathermap with LibreNMS following docs (Weathermap - LibreNMS Docs).
I have created Weathermap but when I click on plugins > weathermaps > *.conf I get a 404 error from the index. I have also checked and found didn’t generated .html file in “/opt/librenms/html/plugins/Weathermap/output/”.

Is anyone else having this problem with the weathermap plugin?. Plese help me.

My Validate.php output:

$ ./validate.php

Component Version
LibreNMS 22.8.0-13-g70e0a1703
DB Schema 2022_07_19_081224_plugins_unique_index (244)
PHP 8.1.9
Python 3.6.8
Database MariaDB 10.3.32-MariaDB
RRDTool 1.7.0
SNMP 5.8

====================================

[OK] Composer Version: 2.4.1
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service not detected
[OK] Locks are functional
[OK] Python poller wrapper is polling
[OK] Redis is unavailable
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Log rotation not enabled, could cause disk space issues
[FIX]:
sudo cp /opt/librenms/misc/librenms.logrotate /etc/logrotate.d/librenms
[]$

My output folder:

cd /opt/librenms/html/plugins/Weathermap/output/

[root@— output]# ls -la
total 8
drwxr-xr-x. 2 librenms librenms 23 Aug 25 19:42 .
drwxr-xr-x. 12 librenms librenms 4096 Aug 25 19:42 …
-rw-r–r–. 1 librenms librenms 51 Aug 25 19:42 index.php
[root@-- output]#

Cron:

[root@–output]# cat /etc/cron.d/librenms

Using this cron file requires an additional user on your system, please see install docs.

33 */6 * * * librenms /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16

          • librenms /opt/librenms/alerts.php >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1
            01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1
          • librenms cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1
            */5 * * * * librenms /opt/librenms/html/plugins/Weathermap/map-poller.php >> /dev/null 2>&1

Daily maintenance script. DO NOT DISABLE!

If you want to modify updates:

Switch to monthly stable release: Choosing a release - LibreNMS Docs

Disable updates: Updating - LibreNMS Docs

15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1
[root@-- output]#

php-pear already installed:

[root@-- output]# yum install php-pear
Last metadata expiration check: 0:00:10 ago on Thu 25 Aug 2022 08:36:16 PM +06.
Package php-pear-1:1.10.13-1.el8.remi.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
[root@–output]#

I am also having similar issue, output file HTML and png not getting created and php-pear is also installed