From 4ac7e887c3448ed629175160d60972c12353d529 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:28:09 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 654a622..db1dfd1 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -102,6 +102,7 @@ To configure the schedule or to add new task, edit the **task_scheduler** sectio ], ```` - To add plugins to the task list, both the Plugin-ID and the plugin name is required. The plugin ID is usually the file name of the script without the extension. + - For plugin task, optionally **validateDir** field can be included that defines the plugin sub directory, which is checked to see if it exist before running the task. - Task can be scheduled to run monthly, weekly, hourly, and by minutes. - The scheduler list uses two types of syntax. One is **weekday** based, and the other is **frequency** based. - **weekday Based**