mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed spelinlg errors :)
This commit is contained in:
@@ -16,14 +16,14 @@ to call it and where LibreNMS is:
|
||||
|
||||
```bash
|
||||
cd /opt/librenms/scripts/
|
||||
php ./gen_smokeping.php > /opt/smokepgin/etc/librenms.conf
|
||||
php ./gen_smokeping.php > /opt/smokeping/etc/librenms.conf
|
||||
/opt/smokeping/bin/smokeping --reload
|
||||
```
|
||||
|
||||
Sample cron:
|
||||
|
||||
```bash
|
||||
15 0 * * * root cd /opt/librenms/scripts && php ./gen_smokeping.php > /opt/smokepgin/etc/librenms.conf && /opt/smokeping/bin/smokeping --reload >> /dev/null 2>&1
|
||||
15 0 * * * root cd /opt/librenms/scripts && php ./gen_smokeping.php > /opt/smokeping/etc/librenms.conf && /opt/smokeping/bin/smokeping --reload >> /dev/null 2>&1
|
||||
```
|
||||
|
||||
Now configure LibreNMS (make sure you point dir to your smokeping data directory:
|
||||
|
Reference in New Issue
Block a user