From bba88039338fdd7a22508a9b149164a0d226bc67 Mon Sep 17 00:00:00 2001 From: Clint Armstrong Date: Thu, 23 Jul 2015 14:49:34 -0400 Subject: [PATCH] symlink instead of copy --- doc/Extensions/Poller-Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/Poller-Service.md b/doc/Extensions/Poller-Service.md index 354d58c39b..d6efd97a20 100644 --- a/doc/Extensions/Poller-Service.md +++ b/doc/Extensions/Poller-Service.md @@ -21,4 +21,4 @@ $config['poller_service_down_retry'] = 60; Distributed polling is possible, and uses the same configuration options as are described for traditional distributed polling, except that the memcached options are not necessary. The database must be acessable from the distributed pollers, and properly configured. Remote access to the RRD directory must also be configured as described in the Distributed Poller documentation. Memcache is not required. Concurrency is managed using mysql GET_LOCK to ensure that devices are only being polled by one device at at time. The poller service is compatible with poller groups. ## Service Installation -The service is tested on Ubuntu 14.04. An upstart configuration `poller-service.conf` is provided. To install copy this file to `/etc/init/poller-service.conf`. The service will start on boot and can be started manually by running `start poller-service`. The service is configured to run as the user `librenms` and will fail if that user does not exist. +The service is tested on Ubuntu 14.04. An upstart configuration `poller-service.conf` is provided. To install symlink this file to `/etc/init/poller-service.conf`. The service will start on boot and can be started manually by running `start poller-service`. The service is configured to run as the user `librenms` and will fail if that user does not exist.