mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Dispatcher-Service.md (#13339)
This commit is contained in:
@@ -162,8 +162,10 @@ The watchdog scheduler will check that the poller log file has been written to w
|
||||
|
||||
## Cron Scripts
|
||||
|
||||
Once the LibreNMS service is installed, the cron scripts used by
|
||||
LibreNMS are no longer required and must be removed.
|
||||
Once the LibreNMS service is installed, the cron scripts used by LibreNMS to start alerting, polling, discovery and maintenance tasks are no longer required and must be disabled either by removing or commenting them out. The service handles these tasks when enabled. The only cron task enabled after switching to the dispatcher service should be the following:
|
||||
```
|
||||
* * * * * librenms cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1
|
||||
```
|
||||
|
||||
## Service Installation
|
||||
|
||||
|
Reference in New Issue
Block a user