forked from librenms/librenms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task Scheduler Configuration (librenms#16356)
* Removed unneeded config options and added new options for tasks * Move update config back to the service daemon section * Update billing tasks to use new config variables * Fixed binlling service check and added discovery tests * Added order to new config options * Lint fixes * Added -f option to billing PHP scripts to allow them to be forced to run from the scheduler * Fixed discovery php script to not run without a device spec if the cron scheduler isn't enabled * Update alerting to use the new config option * Updated fast ping to use new option * Revert discovery php changes (it is not called directly from cron) * Update services to use the new config option * Update the poller to use the new config options * Remove comment * Documentation updates * Updated the "legacy" option name to "default" * Formatting * Fix documentation * Fix for a remaining reference to the "legacy" config option * Typo fixes and better error messages * Update Services.md * Update the default scheduler type to "unrestricted" * Update Dispatcher-Service.md * Update all code and docs to use the name dispatcherservice * Rename various items for consistency * Remove legacy translated strings * Fix up poller cluster global setting logic * Change back to legacy :D * Add block to poller.php * Fix wrong "config" in alerts.php * Add block for ping.php It is indeed possible to configure ping.php via the cron * Update help text * Move option descriptions to translations file * Correction * Fixed type in poller cluster model * Remove LibreNMS scheduler option for poller because it's still a work in progress * Fixed type in poller cluster model --------- Co-authored-by: Tony Murray <[email protected]>
- Loading branch information
Showing
19 changed files
with
301 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.