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:
m4rkov
2021-04-21 23:57:59 -03:00
committed by GitHub
parent 44e52e5a8d
commit dd2a8f23f0

View File

@@ -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`: