diff --git a/admin/_images/scheduler_config_view.png b/admin/_images/scheduler_config_view.png new file mode 100644 index 0000000..ef0a0e2 Binary files /dev/null and b/admin/_images/scheduler_config_view.png differ diff --git a/admin/_images/scheduler_package_view.png b/admin/_images/scheduler_package_view.png new file mode 100644 index 0000000..b124a3d Binary files /dev/null and b/admin/_images/scheduler_package_view.png differ diff --git a/admin/log-monitoring.rst b/admin/log-monitoring.rst index 80c80cc..713af52 100644 --- a/admin/log-monitoring.rst +++ b/admin/log-monitoring.rst @@ -19,7 +19,7 @@ For text log files, agent keeps status information about monitored files in memory only. This means that if the agent was stopped for a period of time, lines that were added to log file during that time will not be parsed. -For Windows Event Log agent keeps status information in Windows registry. On +For Windows Event Log, agent can keep status information in Windows registry. This function should be explicitly enabled by setting ProcessOfflineEvents = true in LogWatch section. On agent start records that were added while the agent was stopped will be parsed. Log parser also provides some additional statistic information through diff --git a/admin/schedule.rst b/admin/schedule.rst index cf349c1..3eac0b0 100644 --- a/admin/schedule.rst +++ b/admin/schedule.rst @@ -44,6 +44,21 @@ Parameters: 1. Server script name + +.. _schedule_package_deploy: + +Package deploy +================ + +Task is named :guilabel:`Agent.DeployPackage`. This task schedules package deployment via agent which has been created in Configuration -> Packages section. Task handler Agent.DeployPackage expects parameter string as set of key=value entries separated by semicolons. Currently only one key is supported - "package". + +Parameters: + + 1. Package ID + +.. figure:: _images/scheduler_config_view.png +.. figure:: _images/scheduler_package_view.png + .. _schedule_maintenance: Maintenance