mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Fast-Ping-Check.md (#9705)
Change the step 3 cron path to the correct filename as given in from the install docs. https://docs.librenms.org/Installation/Installation-CentOS-7-Apache/
This commit is contained in:
@ -27,7 +27,7 @@ to run ping checks as quickly as possible without increasing snmp load on your d
|
||||
./scripts/rrdstep.php -h all
|
||||
```
|
||||
|
||||
3. Add the following line to /etc/cron.d/librenms.nonroot.cron to allow 1 minute ping checks
|
||||
3. Add the following line to /etc/cron.d/librenms to allow 1 minute ping checks
|
||||
|
||||
```
|
||||
* * * * * librenms /opt/librenms/ping.php >> /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user