DOC-12: Add documentation for changing file owner and changing file permissions using file policy
Merged from https://github.com/netxms/netxms-doc/pull/25
This commit is contained in:
parent
88599e51ad
commit
81f062e64d
2 changed files with 12 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 114 KiB |
|
@ -293,6 +293,8 @@ The following policy types are available:
|
|||
- Log parser policy
|
||||
- User support application policy
|
||||
|
||||
.. _agent-policy-file:
|
||||
|
||||
To create policy, select a template and click :guilabel:`Agent policies` tab. Click plus
|
||||
icon to create a new policy, give it a name, choose correct policy type and
|
||||
click :guilabel:`OK`. Newly created policy will open for editing in a new tab.
|
||||
|
@ -396,12 +398,12 @@ undeployed to node - no agent restart is required.
|
|||
File delivery policy
|
||||
--------------------
|
||||
|
||||
File delivery policy is created to automatically upload files form server to agents.
|
||||
File delivery policy is created to automatically upload files from server to agents.
|
||||
|
||||
First root folder or folders should be created - folders with the full path to place
|
||||
where uploaded file and folder structure should be placed. After folder
|
||||
structure is created files can be added to this structure. On policy apply folders will be
|
||||
created if possible and files will be uploaded.
|
||||
Firstly, :ref:`root folder<agent-policy-file>` or folders should be created - folders with the full path to location
|
||||
where uploadable file(s) and folder structure should be placed. After folder
|
||||
structure is created, files can be added to this structure. On policy apply folders will be
|
||||
created, if possible, and files will be uploaded.
|
||||
|
||||
In file and folder names the following macros can be used:
|
||||
|
||||
|
@ -419,6 +421,10 @@ Example:
|
|||
so :guilabel:`filemgr` subagent should be loaded and root folders should be defined
|
||||
to provide write access to folders.
|
||||
|
||||
For Windows there is the following access rights conversion:
|
||||
Read is translated to FILE_GENERIC_READ, write to FILE_GENERIC_WRITE and execute to FILE_GENERIC_EXECUTE.
|
||||
:guilabel:`Other` are translated as Windows group *Everyone* access rights.
|
||||
|
||||
|
||||
User support application policy
|
||||
-------------------------------
|
||||
|
@ -669,7 +675,7 @@ following:
|
|||
- X
|
||||
-
|
||||
-
|
||||
* - File manager - all write operations, e.g. file or folder creation, deletion, etc. (also requires enabling file manager and specifying root folder in agent configuration file)
|
||||
* - File manager – all write operations, e.g. file or folder creation, deletion, etc. (also requires enabling file manager and specifying root folder in agent configuration file)
|
||||
- X
|
||||
-
|
||||
-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue