Correct permissions for Weathermap...?

Hello,

since a long time I have this problem when I run

./validate.php

It always reports:

[FAIL] We have found some files that are owned by a different user than librenms, this will stop you updating automatically and / or rrd files being updated causing graphs to fail.
[FIX]:
sudo chown -R librenms:librenms /opt/librenms
sudo setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
sudo chmod -R ug=rwX /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
Files:
/opt/librenms/html/plugins/Weathermap/output
/opt/librenms/html/plugins/Weathermap/output/.gitignore
/opt/librenms/html/plugins/Weathermap/output/index.php
/opt/librenms/html/plugins/Weathermap/output/file1.png
/opt/librenms/html/plugins/Weathermap/output/file1.html
/opt/librenms/html/plugins/Weathermap/output/file2.png
/opt/librenms/html/plugins/Weathermap/output/file2.html
/opt/librenms/html/plugins/Weathermap/configs
/opt/librenms/html/plugins/Weathermap/configs/.htaccess
/opt/librenms/html/plugins/Weathermap/configs/file1.conf
/opt/librenms/html/plugins/Weathermap/configs/file2.conf
/opt/librenms/html/plugins/Weathermap/configs/index.php

Now after I followed the instructions in
[Cannot declare class Weathermap, because the name is already in use - After Update - #16 by Kevin_Krumm](http://Cannot declare class Weathermap…)
I was hoping that this error message would disappear, but it didin’t…:

I did the “git clone” as “librenms”,
so everything under /opt/librenms/Weathermap is owned by “librenms:librenms”,

except everything under
/opt/librenms/Weathermap/configs
and also
/opt/librenms/Weathermap/output
which is owned by “nginx:librenms”.

Please help me to identify the problem.
Is validate.php not taking into account that the last two paths need to be writable by the webserver…
or am I doing something wrong?

Thank you!

-awaum

Does this get rid of the warning?

chown -R librenms:librenms /opt/librenms/html/plugins/Weathermap
chmod 775 /opt/librenms/html/plugins/Weathermap/configs
chcon -R -t httpd_cache_t /opt/librenms/html/plugins/Weathermap