Changes for page Einstellungen

Last modified by Sabrina V. on 2026/07/23 11:22

From version 1.1
edited by Sabrina V.
on 2026/07/23 09:54
Change comment: There is no comment for this version
To version 2.2
edited by Sabrina V.
on 2026/07/23 10:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,148 +4,142 @@
4 4  
5 5  {{aagon.floatingbox/}}
6 6  
7 -Die Einstellungen in ACMP sind in verschiedene Bereiche gegliedert, die Sie konfigurieren können.
8 -Zusätzlich können Sie direkt Einstellungen über die Konfigurationsdatei ändern.
7 +The settings in ACMP are organized into various sections that you can configure.
9 9  
10 -= Einstellungen über Konfigurationsdatei vornehmen (Config.xml) =
9 +In addition, you can change settings directly via the configuration file.
11 11  
12 -Neben den Einstellungen, die Sie direkt in der ACMP Console vornehmen können, sind andere nur über eine Konfigurationsdatei zu konfigurieren. In diesem Bereich werden die Konfigurationsmöglichkeiten aufgezeigt, die nur über die config.xml angepasst werden können. Wenn die Werte eines Bereichs vollständig über die ACMP Console angepasst werden können, ist dieser Bereich hier nicht aufgeführt.
11 += Changing Settings via the Configuration File (Config.xml) =
13 13  
13 +In addition to the settings you can customize directly in the ACMP Console, others can only be customized via a configuration file. This section lists the configuration options that can only be customized via config.xml. If the values for a section can be customized in a full manner via the ACMP Console, that section is not listed here.
14 +
14 14  {{aagon.warnungsbox}}
15 -Anpassungen an der Konfigurationsdatei haben direkte Auswirkungen auf die Funktionen und die Darstellung der ACMP Console. Erstellen Sie daher unbedingt eine ungeänderte Sicherungskopie, bevor Sie mit den Anpassungen beginnen!
16 +Customizations to the configuration file directly affect the functions and appearance of the ACMP Console. Therefore, be sure to create an unmodified backup copy before you begin customizing it!
16 16  {{/aagon.warnungsbox}}
17 17  
18 -== Speicherort ==
19 +== Storage location ==
19 19  
20 20  {{aagon.infobox}}
21 -Damit Sie Anpassungen an der Konfigurationsdatei vornehmen können, müssen Sie den ACMP Server Dienst beenden!
22 -Beachten Sie, dass die Konfigurationsdatei nur an dieser Stelle liegt, wenn der ACMP Server Dienst beendet wurde.
22 +To customize the configuration file, you must exit the ACMP Server service!
23 +Note that the configuration file is only located here if the ACMP Server service has been exited.
23 23  {{/aagon.infobox}}
24 24  
25 -Die Konfigurationsdatei ist im folgenden Verzeichnis abgelegt:
26 +The configuration file is located in the following directory:
26 26  
27 27  //%ProgramData%\Aagon\ACMP\Server\Config\%ServerId%\Config.xml//
28 28  
29 -Die //%ServerID%// ist dabei bei jeder Installation individuell und kann im Serververzeichnis aus der Server.ini ausgelesen werden.
30 +The //%ServerID%// is unique to each installation and can be found in the Server.ini file in the server directory.
30 30  
31 -== Bereiche ==
32 +== Sections ==
32 32  
33 -Die Konfigurationsdatei ist in mehrere Bereiche unterteilt, sodass Sie eine gesuchte Funktion schnell finden und anpassen nnen.
34 +The configuration file is divided into several sections so that you can quickly find and customize the function you're looking for.
34 34  
35 -=== ===
36 -
37 37  === **ClientConfig** ===
38 38  
39 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
40 -|ConnectionReadTimeout|Sekunden|3600|Zeit die eine Clientverbindung auf Daten vom Server wartet.
38 +|=Name|=Value range|=Default value|=Description
39 +|ConnectionReadTimeout|Seconds|3600|The time a client connection waits for data from the Server.
41 41  |SearchOnlineForInstallableWindowsUpdates|true
42 -false|true|Gibt an ob der WUM Scanner online nach installierbaren Windows Updates suchen soll.
43 -|PortRangeStart|Ganzzahl|12666|
44 -|PortRangeEnd|Ganzzahl|12699|
45 -|UserLoginTimeThresholdInSeconds|Ganzzahl|30|Gibt die Sekunden an, die ein Benutzerlogin in der Vergangenheit liegen darf, und trotzdem noch als neue Benutzeranmeldung für den Agent gewertet wird (Betrifft nicht ausgeführte Jobs bei Benutzeranmeldung weil der Windows Benutzer vor dem ACMP Agent Start durchgeführt wird).
46 -|ShutdownDialogWaitPeriodInSeconds|Ganzzahl|10|Gibt die Sekunden an, die der Shutdown Dialog auf dem Client wartet, bevor die Shutdown Jobs automatisch gestartet werden.
41 +false|true|Specifies whether the WUM Scanner should find Windows Updates that can be installed online.
42 +|PortRangeStart|Integer|12666|
43 +|PortRangeEnd|Integer|12699|
44 +|UserLoginTimeThresholdInSeconds|Integer|30|Specifies the number of seconds that a user login may have occurred in the past and still be counted as a new user login for the agent (This does not affect jobs that were not executed during user login because the Windows user login occurs before the ACMP Agent starts).
45 +|ShutdownDialogWaitPeriodInSeconds|Integer|10|Specifies the number of seconds the shutdown dialog waits on the Client before the shutdown jobs are started automatically.
47 47  |CanAbortShutdownJobs|(((
48 48  true
49 49  false
50 -)))|true|(((
51 -Gibt an, ob Benutzer die Ausführung von Jobs beim Herunterfahren im Shutdown Dialog abbrechen können.
52 -Wenn der Wert false ist, werden die Jobs ohne Wartezeit direkt gestartet.
53 -)))
54 -|WUSPort|Ganzzahl|8530|Der Port, auf dem der Client auf WindowsUpdate-Anfragen lauscht.
49 +)))|true|Specifies whether users can cancel jobs during shutdown in the shutdown dialog.
50 +If the value is false, the jobs start immediately without a delay.
51 +|WUSPort|Integer|8530|The port on which the Client listens for Windows Update requests.
55 55  
56 56  === ===
57 57  
58 58  === **ServerConfig** ===
59 59  
60 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
61 -|FileRepoPath|Windows Pfad| |Pfad zum File Repository des ACMP Servers
62 -|FileRepoUserName|Text| |Benutzername, verwendet bei FileRepoUseAuthentication = true
63 -|FileRepoPassword|Verschlüsselter Text| |Passwort, verwendet bei FileRepoUseAuthentication = true
57 +|=Name|=Value range|=Default value|=Description
58 +|FileRepoPath|Windows Pfad| |Path to the ACMP Server's file repository
59 +|FileRepoUserName|Text| |Username, used when FileRepoUseAuthentication = true
60 +|FileRepoPassword|Encrypted text| |Password used when FileRepoUseAuthentication = true
64 64  |FileRepoUseAuthentication|true
65 -false|false|Gibt an ob eine Verbindung zum File Repository aufgebaut werden soll.
66 -|SQLCommandTimeout|Sekunden|30|Zeit bis zur Zeitüberschreitung bei SQL Aufrufen
67 -|PushQueueSendThreadCount|Ganzzahl|5|Gleichzeitige Pushversuche
62 +false|false|Specifies whether a connection to the file repository should be established.
63 +|SQLCommandTimeout|Seconds|30|Time until timeout for SQL calls
64 +|PushQueueSendThreadCount|Integer|5|Simultaneous Push Attempts
68 68  |ServerConsolePortActive|(((
69 69  true
70 70  false
71 -)))| |TCP Port auf dem Server für nur ACMP Consolen
72 -|ServerConsolePort|Ganzzahl|2109|TCP Port auf dem Server für nur ACMP Consolen
68 +)))| |TCP port on the server for ACMP consoles only
69 +|ServerConsolePort|Integer|2109|TCP port on the server for ACMP consoles only
73 73  |AcceptConsoleOnlyOnConsolePort|(((
74 74  true
75 75  false
76 -)))|false|Erlaube ACMP Consolen Verbindungen nur über den ACMP Consolen Port.
77 -|ServerTmpPath|Windows Pfad|%AcmpServer%\Temp|Pfad zu einem Verzeichnis das als ACMP Tempverzeichnis genutzt werden kann. Ermöglicht es, das zB. Verzeichnis in eine RAM Disk von mehreren Gigabyte auszulagern.
73 +)))|false|Allow ACMP console connections only through the ACMP console port.
74 +|ServerTmpPath|Windows path|%AcmpServer%\Temp|Path to a directory that can be used as an ACMP temporary directory. This allows you to, for example, move the directory to a RAM disk with a capacity of several gigabytes.
78 78  |ClientAddressMode|amIpAddress
79 79  amComputerName
80 -amComputerFQDN|amIpAddress|Gibt an, ob der Client per Primary IP (amIpAddress), per Computer Name (amComputerName) oder per FQDN (amComputerFQDN) bei einem Push angesprochen werden soll.
77 +amComputerFQDN|amIpAddress|Specifies whether the client should be addressed during a push using its primary IP address (amIpAddress), computer name (amComputerName), or FQDN (amComputerFQDN).
81 81  |UseNagle|true
82 -false|false|Erlaubt es den Nagle-Algorithmus für die ausgehenden TCP Verbindungen des ACMP Servers zu aktivieren. Betrifft nicht die eingehenden Verbindungen.
79 +false|false|Enables the Nagle algorithm for the ACMP Server's outgoing TCP connections. Does not affect incoming connections.
83 83  |CanAcceptClientsWithEmptyServerId|true
84 -false|true|Wenn diese Option aktiviert ist, dann erlaubt der ACMP Server die Verbindung von Clients, welche eine leere ServerId mitgeschickt haben.
85 -|ConsoleTimeout|Ganzzahl|2880|Wartezeit in Minuten, nach der eine ACMP Session ohne Aktivität beendet wird.
81 +false|true|If this option is enabled, the ACMP Server allows clients that have sent an empty ServerId to establish a connection.
82 +|ConsoleTimeout|Integer|2880|Timeout in minutes after which an ACMP session exits due to inactivity.
86 86  
87 87  === ===
88 88  
89 89  === **ServerProxyConfig** ===
90 90  
91 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
92 -|HostName|string|update.aagon.com|Die URL des Webservers, von dem die Definitionsdateien heruntergeladen wird. Dies ist gültig für das Schwachstellen-Management,
93 -sowie für Managed Software, DNA und Windows Update Management.
88 +|=Name|=Value range|=Default value|=Description
89 +|HostName|string|update.aagon.com|The URL of the web server from which the definition files are downloaded. This applies to vulnerability management, as well as to Managed Software, DNA, and Windows Update Management.
94 94  |UseOwnProxySettings|true
95 -false|false|Angabe ob die Proxy-Einstellungen aus Active Update genutzt werden
96 -sollen (false) oder ob davon abweichende Eistellungen aktiv sein sollen
97 -(true).
91 +false|false|Specify whether to use the proxy settings from Active Update (false) or whether different settings should be active (true).
98 98  
99 99  === ===
100 100  
101 101  === **AgentInstallationConfig** ===
102 102  
103 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
97 +|=Name|=Value range|=Default value|=Description
104 104  |ScanActiveDirectoryForClients|true
105 -false|true|Gibt an, ob per Clients per Active Directory in die Agenteninstallation importiert werden sollen.
106 -|LastActivityOfActiveDirectoryClientsInDays|Tage|60|Die Anzahl der Tage die sich ein Client das letzte mal beim AD angemeldet hat, um vom Import berücksichtigt zu werden.
107 -|ActiveDirectoryClientScanBaseDN|Text|Leerstring|Base DN, welcher für die Abfrage des Active Directories genutzt wird.
108 -|InstallServiceRetryTimeout|Minuten|10|Zeit zwischen zwei Installationsversuchen
109 -|MaxSimultaneousInstallThreads|Ganzzahl|5|Gibt an, wie viele gleichzeitige Agenteninstallationen parallel laufen.
110 -|PingTimeout|Ganzzahl|500|Anzahl an Millisekunden des Timeouts auf den gewartet wird, wenn für den IP Range eine IP angepingt wird.
99 +false|true|Specifies whether Clients should be imported into the agent installation via Active Directory.
100 +|LastActivityOfActiveDirectoryClientsInDays|Days|60|The number of days since a client last logged in to Active Directory in order to be included in the import.
101 +|ActiveDirectoryClientScanBaseDN|Text|Leerstring|Base DN, which is used to perform Active Directory Queries.
102 +|InstallServiceRetryTimeout|Minutes|10|Time between two installation attempts
103 +|MaxSimultaneousInstallThreads|Integer|5|Specifies the number of concurrent agent installations running at the same time.
104 +|PingTimeout|Integer|500|The number of milliseconds of the timeout to wait for when pinging an IP address within the IP range.
111 111  
112 112  === **ClientCommandConfig** ===
113 113  
114 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
108 +|=Name|=Value range|=Default value|=Description
115 115  |IsContainerInheritanceEnabled|true
116 116  false|false|Gibt an, dass Clients sich auch Scripte vom ACMP Server ziehen, die sie durch eine ContainerStruktur vererbt bekommen haben.
117 117  |IsContainerRecalcBeforeScriptExecutionEnabled|true
118 -false|true|Gibt an, ob vor Ausführung eines Client Commands ein Container Recalc ausgeführt werden soll.
112 +false|true|Specifies whether a container recalculation should be executed before the execution of a Client Command.
119 119  
120 120  === **HelpdeskConfig** ===
121 121  
122 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
116 +|=Name|=Value range|=Default value|=Description
123 123  |DefaultSendCommentPerMail|true
124 -false|false|Gibt an ob die Checkbox "Kommentar per E-Mail versenden" initial aktiviert ist oder nicht. Diese Option hat keine Auswirkung auf den Bulk Change.
118 +false|false|Specifies whether the “Send comment via email checkbox is initially enabled or not. This option has no effect on the bulk change.
125 125  
126 126  === **EMailConfig ** ===
127 127  
128 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
129 -|TicketIdOpenTag|Text|{|Öffnender Tag für Ticket ID der bei E-Mails verwendet wird. Leerzeichen am Anfang/Ende des Tags werden nicht unterstützt.
130 -|TicketIdCloseTag|Text|}|Schließende Tag für Ticket ID der bei E-Mails verwendet wird. Leerzeichen am Anfang/Ende des Tags werden nicht unterstützt.
122 +|=Name|=Value range|=Default value|=Description
123 +|TicketIdOpenTag|Text|{|Opening tag for the ticket ID used in emails. Spaces at the beginning or end of the tag are not supported.
124 +|TicketIdCloseTag|Text|}|Closing tag for the ticket ID used in emails. Spaces at the beginning or end of the tag are not supported.
131 131  
132 132  === ===
133 133  
134 134  === **MailConfig ** ===
135 135  
136 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
130 +|=Name|=Value range|=Default value|=Description
137 137  |AlwaysUseFileReceiver|true
138 -false|false|DEBUG KEY: XML Import für E-Mails; um Verarbeitung von E-Mails zu testen, ohne E-Mail Server zu ermöglichen.
132 +false|false|DEBUG KEY: XML import for emails; to test email processing without requiring an email Server.
139 139  
140 140  === ===
141 141  
142 142  === **Mailboxes  ** ===
143 143  
144 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
145 -|Name|Text| |Anzeigename (wird nicht verwendet)
146 -|Id|GUID| |ID
147 -|ReplyToEMail|E-Mail Addresse| |Antwort an E-Mail
148 -|ReplyToName|Text| |Antwort an Name
138 +|=(% style="width: 233px;" %)Name|=(% style="width: 308px;" %)Value range|=(% style="width: 205px;" %)Default value|=(% style="width: 947px;" %)Description
139 +|(% style="width:233px" %)Name|(% style="width:308px" %)Text|(% style="width:205px" %) |(% style="width:947px" %)Display Name (not used)
140 +|(% style="width:233px" %)Id|(% style="width:308px" %)GUID|(% style="width:205px" %) |(% style="width:947px" %)ID
141 +|(% style="width:233px" %)ReplyToEMail|(% style="width:308px" %)Email adress|(% style="width:205px" %) |(% style="width:947px" %)Reply to email
142 +|(% style="width:233px" %)ReplyToName|(% style="width:308px" %)Text|(% style="width:205px" %) |(% style="width:947px" %)Reply to name
149 149  
150 150  === ===
151 151  
... ... @@ -153,22 +153,22 @@
153 153  
154 154  **HdInfoList**
155 155  
156 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
157 -|CreatorID|GUID| |Ersteller ID
158 -|CreationDate|ISO 8601 Zeitstempel| |Zeitpunkt der Erstellung
159 -|LastModified|ISO 8601 Zeitstempel| |Zeitpunkt der letzten Änderung
160 -|ModifierID|GUID| |Bearbeiter ID
150 +|=Name|=Value range|=Default value|=Description
151 +|CreatorID|GUID| |Creator ID
152 +|CreationDate|ISO 8601 timestamp | |Date of Creation
153 +|LastModified|ISO 8601 timestamp | |Date of the last change
154 +|ModifierID|GUID| |Modifier ID
161 161  |HasStartDate|true
162 -false|false|Gibt an, ob StartDate gesetzt wurde.
156 +false|false|Indicates whether StartDate has been set.
163 163  |HasEndDate|true
164 -false|false|Gibt an, ob EndDate gesetzt wurde.
165 -|PostDate|ISO 8601 Zeitstempel| |Wird vom Webinterface für die Sortierung von mehreren Einträgen verwendet.
158 +false|false|Indicates whether EndDate has been set.
159 +|PostDate|ISO 8601 timestamp | |Used by the web interface for sorting multiple items.
166 166  
167 167  === ===
168 168  
169 169  === **DistribFileRepoConfig** ===
170 170  
171 -|=Name|=Wertebereich|=Defaultwert|=Beschreibung
165 +|=Name|=Value range|=Default value|=Description
172 172  |NumberOfConnectionErrorsBeforePause|Ganzzahl|3|Gibt an, wie viele Verbindungsfehler auftreten können, bevor die unter TimeMinutesToWaitAfterConnectionFailure angegebene Zeit gewartet werden soll.
173 173  |NumberOfSyncProcessors|Ganzzahl|2|Gib an, wie viele gleichzeitige Synchronisierungsvorgänge existieren.
174 174  |TimeMinutesToWaitAfterConnectionFailure|Minuten|5|Gibt an, wie viele Minuten für einen neuen Versuch gewartet werden soll, nachdem NumberOfConnectionErrorsBeforePause erreicht wurde.
© Aagon GmbH 2026
Besuchen Sie unsere aagon-Community