Merge pull request #2062 from librenms/f0o-docs-typos

Update Installation-(RHEL-CentOS).md
This commit is contained in:
Daniel Preussker
2015-10-06 09:27:54 +00:00

View File

@ -308,10 +308,7 @@ Discover localhost:
### Create cronjob ### ### Create cronjob ###
The polling method used by LibreNMS is `poller-wrapper.py`, which was placed in The polling method used by LibreNMS is `poller-wrapper.py`, which was placed in the public domain by its author. By default, the LibreNMS cronjob runs `poller-wrapper.py` with 16 threads. The current LibreNMS recommendation is to use 4 threads per core. The default if no thread count is `16 threads`.
the public domain by its author. By default, the LibreNMS cronjob runs `poller-
wrapper.py` with 16 threads. The current LibreNMS recommendation is to use 4 th
reads per core. The default if no thread count is `16 threads`.
If the thread count needs to be changed, you can do so by editing the cron file (`/etc/cron.d/librenms`). If the thread count needs to be changed, you can do so by editing the cron file (`/etc/cron.d/librenms`).
Just add a number after `poller-wrapper.py`, as in the below example: Just add a number after `poller-wrapper.py`, as in the below example: