docs: Updated Fast-Ping-Check documentation for distributed pollers (#10575)

* docs: Updated Fast-Ping-Check documentation for distributed pollers

* Update some wording

* Update Fast-Ping-Check.md

* Update Fast-Ping-Check.md
This commit is contained in:
garysteers 2019-09-04 02:04:57 +01:00 committed by Tony Murray
parent 00bcee3bd2
commit 2791a86724
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ to run ping checks as quickly as possible without increasing snmp load on your d
* * * * * librenms /opt/librenms/ping.php >> /dev/null 2>&1
```
> **NOTE**: If you are using distributed pollers you can restrict a poller to a group by appending `-g` to the cron entry. Alternatively, you should only run ping.php on a single node.
#### Sub minute ping check
Cron only has a resolution of one minute, so we have to use a trick to allow sub minute checks.