mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix path in Smokeping conf file (#10045)
Fix path in Smokeping conf file
This commit is contained in:
committed by
TheGreatDoc
parent
4e4ceffc0a
commit
a4513e9372
@@ -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.
|
||||
|
Reference in New Issue
Block a user