Skip to content

Commit

Permalink
Merge pull request #14 from ua0088/master
Browse files Browse the repository at this point in the history
Update log-monitoring.rst
  • Loading branch information
filippsudanov authored Oct 10, 2024
2 parents ad708bc + e1a2715 commit cb4d979
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file added admin/_images/scheduler_config_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added admin/_images/scheduler_package_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion admin/log-monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions admin/schedule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb4d979

Please sign in to comment.