Comments on: LibreNMS – A Fully Featured Network Monitoring Tool for Linux https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 03 Jun 2024 03:53:19 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/comment-page-1/#comment-2176832 Mon, 03 Jun 2024 03:53:19 +0000 https://www.tecmint.com/?p=29158#comment-2176832 In reply to Jean.

@Jean,

To restart LibreNMS, you need to restart the web server and the services it relies on.

sudo systemctl restart apache2
OR
sudo systemctl restart nginx
sudo systemctl restart php-fpm
]]>
By: Jean https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/comment-page-1/#comment-2176249 Sat, 01 Jun 2024 11:31:59 +0000 https://www.tecmint.com/?p=29158#comment-2176249 Could you provide the syntax or Linux commands to restart LibreNMS and clear its cache?

]]>
By: Aaron Kili https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/comment-page-1/#comment-993682 Fri, 18 May 2018 07:41:30 +0000 https://www.tecmint.com/?p=29158#comment-993682 In reply to jj.

@jj

Correct, this depends on your PHP version. If you have PHP 7.2, then use fastcgi_pass unix:/var/run/php-fpm/php7.2-fpm.sock; or if you have PHP 7.0, use fastcgi_pass unix:/var/run/php-fpm/php7.0-fpm.sock; and so on. Many thanks for sharing this.

]]>
By: Aaron Kili https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/comment-page-1/#comment-993681 Fri, 18 May 2018 07:39:03 +0000 https://www.tecmint.com/?p=29158#comment-993681 In reply to Iulian Murgulet.

@lulian

Many thanks for the useful addition.

]]>
By: jj https://www.tecmint.com/install-librenms-monitoring-on-ubuntu-centos/comment-page-1/#comment-993665 Fri, 18 May 2018 06:53:55 +0000 https://www.tecmint.com/?p=29158#comment-993665 There is a bad gateway error due to mistake in /etc/nginx/conf.d/librenms.conf file. There should be fastcgi_pass unix:/var/run/php-fpm/php7.2-fpm.sock;

]]>