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:
SaneGaming
2019-01-19 15:59:23 -06:00
committed by Tony Murray
parent 56128bab36
commit 85a069ae0b

View File

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