mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Smokeping.md (#12775)
It is necessary to install fcgiwrap, for CGI wrapper interact with Nginx, if you dont have installed the page doesn't work. Regards
This commit is contained in:
@@ -186,6 +186,17 @@ You should be able to load the Smokeping web interface at `http://yourhost/cgi-b
|
||||
This section assumes you have configured LibreNMS with Nginx as
|
||||
specified in [Configure Nginx](../Installation/Installation-Ubuntu-1804-Nginx.md).
|
||||
|
||||
Note, you need to install fcgiwrap for CGI wrapper interact with Nginx
|
||||
|
||||
```
|
||||
apt install fcgiwrap
|
||||
```
|
||||
Then configure Nginx with the default configuration
|
||||
|
||||
```
|
||||
cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf
|
||||
```
|
||||
|
||||
Add the following configuration to your `/etc/nginx/conf.d/librenms` config file.
|
||||
|
||||
The following will configure Nginx to respond to `http://yourlibrenms/smokeping`:
|
||||
|
Reference in New Issue
Block a user