what webserver are you using? nginx + php-fpm or apache + mod_apache?
How do I determine that?
What documentation did you follow to install LibreNMS?
https://docs.librenms.org/#Installation/Installation-Ubuntu-1604-Apache/
I forgot that I had that information saved, I wasn’t sure if there was a command I could run to get an answer to the question. However, since I have that link saved, the answer to your question is Apache.
Thanks
Then you need to edit /etc/php/7.2/apache.ini and set the correct date.timezone (remember to uncomment removing the initial ;)
admin@librenms1 : /etc/php/7.2 $ ls
apache2 cli mods-available
I’m not seeing that file here, unless I am doing something wrong.
Sorry, I missed the directory.
/etc/php/7.2/apache2/php.ini is the file you need to edit
When I use vi to edit the file, I see a warning stating that is is READ ONLY
remember to sudo ![]()
Thank you, that did it. I ran a validation from the web GUI and everything now reports as OK. CLI validation also looks good. I keep forgetting about the use of sudo for certain tasks.
I appreciate all of the help and patience.
This really helped me, I needed to uncomment mine too
Thanks.