Fix path in Smokeping conf file (#10045)

Fix path in Smokeping conf file
This commit is contained in:
Freddie Cash
2019-03-31 02:18:55 -07:00
committed by TheGreatDoc
parent 4e4ceffc0a
commit a4513e9372

View File

@@ -42,7 +42,7 @@ cgiurl = http://yourlibrenms/cgi-bin/smokeping.cgi
Add the following line to `/etc/smokeping/config` config file:
```bash
@include /opt/smokeping/etc/librenms.conf
@include /etc/smokeping/config.d/librenms.conf
```
We will generate the conf file in the next step.