Changes for page Einstellungen

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

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

Summary

Details

Page properties
Content
... ... @@ -4,142 +4,148 @@
4 4  
5 5  {{aagon.floatingbox/}}
6 6  
7 -The settings in ACMP are organized into various sections that you can configure.
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.
8 8  
9 -In addition, you can change settings directly via the configuration file.
10 += Einstellungen über Konfigurationsdatei vornehmen (Config.xml) =
10 10  
11 -= Changing Settings via the Configuration File (Config.xml) =
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.
12 12  
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 -
15 15  {{aagon.warnungsbox}}
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!
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!
17 17  {{/aagon.warnungsbox}}
18 18  
19 -== Storage location ==
18 +== Speicherort ==
20 20  
21 21  {{aagon.infobox}}
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.
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.
24 24  {{/aagon.infobox}}
25 25  
26 -The configuration file is located in the following directory:
25 +Die Konfigurationsdatei ist im folgenden Verzeichnis abgelegt:
27 27  
28 28  //%ProgramData%\Aagon\ACMP\Server\Config\%ServerId%\Config.xml//
29 29  
30 -The //%ServerID%// is unique to each installation and can be found in the Server.ini file in the server directory.
29 +Die //%ServerID%// ist dabei bei jeder Installation individuell und kann im Serververzeichnis aus der Server.ini ausgelesen werden.
31 31  
32 -== Sections ==
31 +== Bereiche ==
33 33  
34 -The configuration file is divided into several sections so that you can quickly find and customize the function you're looking for.
33 +Die Konfigurationsdatei ist in mehrere Bereiche unterteilt, sodass Sie eine gesuchte Funktion schnell finden und anpassen nnen.
35 35  
35 +=== ===
36 +
36 36  === **ClientConfig** ===
37 37  
38 -|=Name|=Value range|=Default value|=Description
39 -|ConnectionReadTimeout|Seconds|3600|The time a client connection waits for data from the Server.
39 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
40 +|ConnectionReadTimeout|Sekunden|3600|Zeit die eine Clientverbindung auf Daten vom Server wartet.
40 40  |SearchOnlineForInstallableWindowsUpdates|true
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.
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.
46 46  |CanAbortShutdownJobs|(((
47 47  true
48 48  false
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.
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.
52 52  
53 53  === ===
54 54  
55 55  === **ServerConfig** ===
56 56  
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
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
61 61  |FileRepoUseAuthentication|true
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
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
65 65  |ServerConsolePortActive|(((
66 66  true
67 67  false
68 -)))| |TCP port on the server for ACMP consoles only
69 -|ServerConsolePort|Integer|2109|TCP port on the server for ACMP consoles only
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
70 70  |AcceptConsoleOnlyOnConsolePort|(((
71 71  true
72 72  false
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.
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.
75 75  |ClientAddressMode|amIpAddress
76 76  amComputerName
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).
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.
78 78  |UseNagle|true
79 -false|false|Enables the Nagle algorithm for the ACMP Server's outgoing TCP connections. Does not affect incoming connections.
82 +false|false|Erlaubt es den Nagle-Algorithmus für die ausgehenden TCP Verbindungen des ACMP Servers zu aktivieren. Betrifft nicht die eingehenden Verbindungen.
80 80  |CanAcceptClientsWithEmptyServerId|true
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.
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.
83 83  
84 84  === ===
85 85  
86 86  === **ServerProxyConfig** ===
87 87  
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.
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.
90 90  |UseOwnProxySettings|true
91 -false|false|Specify whether to use the proxy settings from Active Update (false) or whether different settings should be active (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).
92 92  
93 93  === ===
94 94  
95 95  === **AgentInstallationConfig** ===
96 96  
97 -|=Name|=Value range|=Default value|=Description
103 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
98 98  |ScanActiveDirectoryForClients|true
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.
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.
105 105  
106 106  === **ClientCommandConfig** ===
107 107  
108 -|=Name|=Value range|=Default value|=Description
114 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
109 109  |IsContainerInheritanceEnabled|true
110 110  false|false|Gibt an, dass Clients sich auch Scripte vom ACMP Server ziehen, die sie durch eine ContainerStruktur vererbt bekommen haben.
111 111  |IsContainerRecalcBeforeScriptExecutionEnabled|true
112 -false|true|Specifies whether a container recalculation should be executed before the execution of a Client Command.
118 +false|true|Gibt an, ob vor Ausführung eines Client Commands ein Container Recalc ausgeführt werden soll.
113 113  
114 114  === **HelpdeskConfig** ===
115 115  
116 -|=Name|=Value range|=Default value|=Description
122 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
117 117  |DefaultSendCommentPerMail|true
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.
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.
119 119  
120 120  === **EMailConfig ** ===
121 121  
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.
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.
125 125  
126 126  === ===
127 127  
128 128  === **MailConfig ** ===
129 129  
130 -|=Name|=Value range|=Default value|=Description
136 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
131 131  |AlwaysUseFileReceiver|true
132 -false|false|DEBUG KEY: XML import for emails; to test email processing without requiring an email Server.
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.
133 133  
134 134  === ===
135 135  
136 136  === **Mailboxes  ** ===
137 137  
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
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
143 143  
144 144  === ===
145 145  
... ... @@ -147,22 +147,22 @@
147 147  
148 148  **HdInfoList**
149 149  
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
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
155 155  |HasStartDate|true
156 -false|false|Indicates whether StartDate has been set.
162 +false|false|Gibt an, ob StartDate gesetzt wurde.
157 157  |HasEndDate|true
158 -false|false|Indicates whether EndDate has been set.
159 -|PostDate|ISO 8601 timestamp | |Used by the web interface for sorting multiple items.
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.
160 160  
161 161  === ===
162 162  
163 163  === **DistribFileRepoConfig** ===
164 164  
165 -|=Name|=Value range|=Default value|=Description
171 +|=Name|=Wertebereich|=Defaultwert|=Beschreibung
166 166  |NumberOfConnectionErrorsBeforePause|Ganzzahl|3|Gibt an, wie viele Verbindungsfehler auftreten können, bevor die unter TimeMinutesToWaitAfterConnectionFailure angegebene Zeit gewartet werden soll.
167 167  |NumberOfSyncProcessors|Ganzzahl|2|Gib an, wie viele gleichzeitige Synchronisierungsvorgänge existieren.
168 168  |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