diff --git a/docs/en/automation-and-integration/service-desk/index.md b/docs/en/automation-and-integration/service-desk/index.md index 282ea1d8e..2b4e7b09b 100644 --- a/docs/en/automation-and-integration/service-desk/index.md +++ b/docs/en/automation-and-integration/service-desk/index.md @@ -26,7 +26,7 @@ Details on installing the respective extensions and modules can be found in the Configure the connection under **Administration → Import and Interfaces → Trouble Ticket System (TTS)**. -[![service-desk-configure](../../assets/images/de/automatisierung-und-integration/service-desk/1-sd.png)](../../assets/images/de/automatisierung-und-integration/service-desk/1-sd.png) +[![service-desk-configure](../../assets/images/en/automation-and-integration/service-desk/1-sd.png)](../../assets/images/en/automation-and-integration/service-desk/1-sd.png) | Option | Description | | ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -39,9 +39,9 @@ Configure the connection under **Administration → Import and Interfaces → Tr ## Reading Tickets -When you link a ticket in the service desk application with an i-doit object, this link becomes visible in i-doit. Prerequisite: The **Active** option is set to **Yes**. You can access the **All Tickets** category via the speech bubble icon ![service-desk-icon](../../assets/images/de/automatisierung-und-integration/service-desk/2-sd.png). +When you link a ticket in the service desk application with an i-doit object, this link becomes visible in i-doit. Prerequisite: The **Active** option is set to **Yes**. You can access the **All Tickets** category via the speech bubble icon ![service-desk-icon](../../assets/images/en/automation-and-integration/service-desk/2-sd.png). -[![service-desk-display](../../assets/images/de/automatisierung-und-integration/service-desk/3-sd.png)](../../assets/images/de/automatisierung-und-integration/service-desk/3-sd.png) +[![service-desk-display](../../assets/images/en/automation-and-integration/service-desk/3-sd.png)](../../assets/images/en/automation-and-integration/service-desk/3-sd.png) The category lists all linked tickets with detailed information. Clicking on a ticket opens it in the web GUI of the service desk application. diff --git a/docs/en/automation-and-integration/snmp.md b/docs/en/automation-and-integration/snmp.md index 92ed5bb03..1433ddda3 100644 --- a/docs/en/automation-and-integration/snmp.md +++ b/docs/en/automation-and-integration/snmp.md @@ -22,7 +22,7 @@ With the SNMP category, you read SNMP values from objects in real time and displ 3. Ensure that a valid host address is documented in the corresponding category. -[![snmp-hostaddress](../assets/images/de/automatisierung-und-integration/service-desk/snmp/1-snmp.png)](../assets/images/de/automatisierung-und-integration/service-desk/snmp/1-snmp.png) +[![snmp-hostaddress](../assets/images/en/automation-and-integration/snmp/1-snmp.png)](../assets/images/en/automation-and-integration/snmp/1-snmp.png) First test the SNMP connection via SSH on the server. Install the `snmp` package for the `snmpwalk` command and check reachability: @@ -58,7 +58,7 @@ Now switch to the SNMP category in i-doit. There, i-doit automatically shows the For a practical example, use OID `1.3.6.1.2.1.2.2.1.1.14.x` (erroneous packets per interface, where `x` is the interface index). Build a list with it: -[![snmp-list](../assets/images/de/automatisierung-und-integration/service-desk/snmp/2-snmp.png)](../assets/images/de/automatisierung-und-integration/service-desk/snmp/2-snmp.png) +[![snmp-list](../assets/images/en/automation-and-integration/snmp/2-snmp.png)](../assets/images/en/automation-and-integration/snmp/2-snmp.png) Save the category. On the next visit, i-doit reads the SNMP values in real time and displays them. @@ -72,4 +72,4 @@ The following table lists useful OIDs to get started: | [http://oid-info.com/get/1.3.6.1.2.1.1.4](http://oid-info.com/get/1.3.6.1.2.1.1.4) | "The textual identification of the contact person for
this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string." | | [http://oid-info.com/get/1.3.6.1.2.1.1.3](http://oid-info.com/get/1.3.6.1.2.1.1.3) | "The time (in hundredths of a second) since the
network management portion of the system was last re-initialized." | -[![snmp-values](../assets/images/de/automatisierung-und-integration/service-desk/snmp/3-snmp.png)](../assets/images/de/automatisierung-und-integration/service-desk/snmp/3-snmp.png) +[![snmp-values](../assets/images/en/automation-and-integration/snmp/3-snmp.png)](../assets/images/en/automation-and-integration/snmp/3-snmp.png) diff --git a/docs/en/basics/attribute-fields.md b/docs/en/basics/attribute-fields.md index be5a819f6..037a6f9b3 100644 --- a/docs/en/basics/attribute-fields.md +++ b/docs/en/basics/attribute-fields.md @@ -13,23 +13,23 @@ Attribute fields are the form elements in the Web GUI of i-doit, through which y Each editable attribute is represented by a form field -- both in standard categories and in [custom categories](custom-categories.md). Almost every attribute field can be [declared as a mandatory field and/or provided with validation options](../efficient-documentation/attribute-validation-and-required-fields.md). -[![Overview](../assets/images/de/grundlagen/attributfelder/1-af.png)](../assets/images/de/grundlagen/attributfelder/1-af.png) +[![Overview](../assets/images/en/basics/attribute-fields/1-af.png)](../assets/images/en/basics/attribute-fields/1-af.png) Non-editable attributes either do not appear in the edit view at all or appear as read-only fields. **Example: Dynamically calculated attribute** -- The **FQDN** in the **Host address** category is automatically composed of the **Hostname** and **DNS Domain** attributes and therefore has no input field of its own. -[![fqdn](../assets/images/de/grundlagen/attributfelder/2-af.png)](../assets/images/de/grundlagen/attributfelder/2-af.png) +[![fqdn](../assets/images/en/basics/attribute-fields/2-af.png)](../assets/images/en/basics/attribute-fields/2-af.png) **Example: Read-only field** -- The **Object ID** is automatically generated by MySQL/MariaDB and cannot be edited. -[![object-id](../assets/images/de/grundlagen/attributfelder/3-af.png)](../assets/images/de/grundlagen/attributfelder/3-af.png) +[![object-id](../assets/images/en/basics/attribute-fields/3-af.png)](../assets/images/en/basics/attribute-fields/3-af.png) ## Single-line text fields Single-line text fields accept any text with a maximum of approximately 255 characters. Example: the **Serial number** in the **Model** category. -[![Serial-number](../assets/images/de/grundlagen/attributfelder/4-af.png)](../assets/images/de/grundlagen/attributfelder/4-af.png) +[![Serial-number](../assets/images/en/basics/attribute-fields/4-af.png)](../assets/images/en/basics/attribute-fields/4-af.png) ## HTML editor / Multi-line text fields @@ -42,7 +42,7 @@ To activate the HTML editor: Almost every category entry contains a **Description** attribute at the end, which is displayed as an HTML editor by default. -[![Description](../assets/images/de/grundlagen/attributfelder/5-af.png)](../assets/images/de/grundlagen/attributfelder/5-af.png) +[![Description](../assets/images/en/basics/attribute-fields/5-af.png)](../assets/images/en/basics/attribute-fields/5-af.png) ## Dialog field (drop-down) @@ -50,7 +50,7 @@ The dialog field is a selection field (drop-down) with predefined values that yo Example: the [condition](life-and-documentation-cycle.md) in the **General** category. -[![condition](../assets/images/de/grundlagen/attributfelder/6-af.png)](../assets/images/de/grundlagen/attributfelder/6-af.png) +[![condition](../assets/images/en/basics/attribute-fields/6-af.png)](../assets/images/en/basics/attribute-fields/6-af.png) An example of an attribute that can be centrally edited is the [**CMDB status**](life-and-documentation-cycle.md) in the **General** category. @@ -60,11 +60,11 @@ The Dialog-Plus field works like a dialog field, but additionally allows you to Examples are the attributes **Category** and **Purpose** in the **General** category. -[![purpose](../assets/images/de/grundlagen/attributfelder/7-af.png)](../assets/images/de/grundlagen/attributfelder/7-af.png) +[![purpose](../assets/images/en/basics/attribute-fields/7-af.png)](../assets/images/en/basics/attribute-fields/7-af.png) When you click the icon, the **list browser** opens, where you can add new values and edit existing ones. -[![list-browser](../assets/images/de/grundlagen/attributfelder/8-af.png)](../assets/images/de/grundlagen/attributfelder/8-af.png) +[![list-browser](../assets/images/en/basics/attribute-fields/8-af.png)](../assets/images/en/basics/attribute-fields/8-af.png) !!! info "Note" Deletion is only possible via the Dialog-Admin. This function should be used exclusively by administrators, as removed field values are irrevocably deleted from all entries. @@ -75,7 +75,7 @@ The previous selection fields only allow the selection of a single value. The Mu As an example, the attribute **DNS Domain** in the **Host address** category is used. -[![dns-domain](../assets/images/de/grundlagen/attributfelder/9-af.png)](../assets/images/de/grundlagen/attributfelder/9-af.png) +[![dns-domain](../assets/images/en/basics/attribute-fields/9-af.png)](../assets/images/en/basics/attribute-fields/9-af.png) ## Date field @@ -83,7 +83,7 @@ The date field is used for entering dates. Click on the text field to open a cal In the **Accounting** category, there is the example attribute **Delivery date**. -[![date-field](../assets/images/de/grundlagen/attributfelder/10-af.png)](../assets/images/de/grundlagen/attributfelder/10-af.png) +[![date-field](../assets/images/en/basics/attribute-fields/10-af.png)](../assets/images/en/basics/attribute-fields/10-af.png) ## Units and intervals @@ -91,7 +91,7 @@ Some attribute fields are supplemented by an additional drop-down field that let The attribute **Warranty period** in the **Accounting** category is an example. -[![intervals](../assets/images/de/grundlagen/attributfelder/11-af.png)](../assets/images/de/grundlagen/attributfelder/11-af.png) +[![intervals](../assets/images/en/basics/attribute-fields/11-af.png)](../assets/images/en/basics/attribute-fields/11-af.png) ## Costs @@ -99,7 +99,7 @@ Costs are entered as decimal numbers -- both period and comma are allowed as dec The attribute **Investment costs** in the **Accounting** category is an example. -[![costs](../assets/images/de/grundlagen/attributfelder/12-af.png)](../assets/images/de/grundlagen/attributfelder/12-af.png) +[![costs](../assets/images/en/basics/attribute-fields/12-af.png)](../assets/images/en/basics/attribute-fields/12-af.png) ## Link @@ -107,7 +107,7 @@ Some single-line text fields are intended for entering URIs. i-doit generates a The **Access** category provides this attribute field, for example. -[![link](../assets/images/de/grundlagen/attributfelder/13-af.png)](../assets/images/de/grundlagen/attributfelder/13-af.png) +[![link](../assets/images/en/basics/attribute-fields/13-af.png)](../assets/images/en/basics/attribute-fields/13-af.png) ## Object relationships @@ -118,13 +118,13 @@ To establish relationships between objects, the object browser and special brows For **1-to-1 relationships**, you can type directly into the text field -- i-doit already makes suggestions as you type. For **1-to-n relationships**, the text field is read-only and you select via the browser. -[![object-relationship](../assets/images/de/grundlagen/attributfelder/14-af.png)](../assets/images/de/grundlagen/attributfelder/14-af.png) +[![object-relationship](../assets/images/en/basics/attribute-fields/14-af.png)](../assets/images/en/basics/attribute-fields/14-af.png) ### Object browser The object browser adapts to the respective relationship type -- not all functions described here are always available. Often the selection of filters is limited because only objects of certain object types are allowed. -If the selection of the referenced object is done via radio buttons, only a single selection is possible. However, if the [![image](../assets/images/de/grundlagen/attributfelder/hinzufuegen.png)](../assets/images/de/grundlagen/attributfelder/hinzufuegen.png) buttons are available, a multiple selection is possible. +If the selection of the referenced object is done via radio buttons, only a single selection is possible. However, if the [![image](../assets/images/en/basics/attribute-fields/hinzufuegen.png)](../assets/images/en/basics/attribute-fields/hinzufuegen.png) buttons are available, a multiple selection is possible. In the upper area there are several tabs: @@ -143,21 +143,21 @@ The log lists all current changes. As an example, the **Contact browser**, which is available in the **Accounting** category for the attribute **Purchased from**, is used. -[![Contact-Browser](../assets/images/de/grundlagen/attributfelder/15-af.png)](../assets/images/de/grundlagen/attributfelder/15-af.png) +[![Contact-Browser](../assets/images/en/basics/attribute-fields/15-af.png)](../assets/images/en/basics/attribute-fields/15-af.png) ### Location selection This browser builds a 1-to-1 relationship of type **Location** to an object defined as a location. When clicking the magnifying glass icon, the **Location selection** is presented, which is similar to the **Location view** (see above). This browser appears in the **Location** category. -[![Location](../assets/images/de/grundlagen/attributfelder/16-af.png)](../assets/images/de/grundlagen/attributfelder/16-af.png) +[![Location](../assets/images/en/basics/attribute-fields/16-af.png)](../assets/images/en/basics/attribute-fields/16-af.png) -[![Location-selection](../assets/images/de/grundlagen/attributfelder/17-af.png)](../assets/images/de/grundlagen/attributfelder/17-af.png) +[![Location-selection](../assets/images/en/basics/attribute-fields/17-af.png)](../assets/images/en/basics/attribute-fields/17-af.png) ### Browser with sub-selection In some cases, it is necessary to select not only the object but also an attribute of that object. Examples are the attribute **Connected to** in the **Port (Network)** category, where an input or output from the **Connector (Cabling)** category is selected, and the option in the **Service components** category to select software relationships. -[![Object-Browser](../assets/images/de/grundlagen/attributfelder/18-af.png)](../assets/images/de/grundlagen/attributfelder/18-af.png) +[![Object-Browser](../assets/images/en/basics/attribute-fields/18-af.png)](../assets/images/en/basics/attribute-fields/18-af.png) !!!info "Note" When the browser is split into two sections, i.e. has such a sub-selection, and uses radio buttons, a selection must be made in both columns. For example, when cabling two devices, if only the connected object is selected in the object browser but not the corresponding connector, the input will not be saved. diff --git a/docs/en/basics/dialog-admin.md b/docs/en/basics/dialog-admin.md index 16b87bcdd..525e0830e 100644 --- a/docs/en/basics/dialog-admin.md +++ b/docs/en/basics/dialog-admin.md @@ -17,13 +17,13 @@ You can find the Dialog-Admin under **Administration → Predefined content → If you have created a [custom category](custom-categories.md) with a **Dialog+** attribute, this attribute also appears in the navigation tree -- under the **Custom Dialog+** section. -[![custom-dialog+](../assets/images/de/grundlagen/dialog-admin/1-da.png)](../assets/images/de/grundlagen/dialog-admin/1-da.png) +[![custom-dialog+](../assets/images/en/basics/dialog-admin/1-da.png)](../assets/images/en/basics/dialog-admin/1-da.png) ## Viewing values Click on an attribute in the left navigation tree to see the previously documented values in the main area. -[![view-values](../assets/images/de/grundlagen/dialog-admin/2-da.png)](../assets/images/de/grundlagen/dialog-admin/2-da.png) +[![view-values](../assets/images/en/basics/dialog-admin/2-da.png)](../assets/images/en/basics/dialog-admin/2-da.png) ## Creating values @@ -37,7 +37,7 @@ To create a new value: - **Status**: Each value has a condition. Select **Normal (2)** so that the value can be used in the documentation. 3. Click **Save**. -[![create-values](../assets/images/de/grundlagen/dialog-admin/3-da.png)](../assets/images/de/grundlagen/dialog-admin/3-da.png) +[![create-values](../assets/images/en/basics/dialog-admin/3-da.png)](../assets/images/en/basics/dialog-admin/3-da.png) ## Editing values diff --git a/docs/en/basics/logbook.md b/docs/en/basics/logbook.md index a5c461721..075cdd903 100644 --- a/docs/en/basics/logbook.md +++ b/docs/en/basics/logbook.md @@ -13,33 +13,33 @@ Every change to the [IT documentation](../glossary.md) is recorded by i-doit in The logbook, which captures all changes, is located under **Extras → CMDB → Logbook → Logbook list view**. Entries can be filtered there by various parameters. Where possible, an entry also contains the exact changes (Which value was changed from what to what?). -[![global-logbook](../assets/images/de/grundlagen/logbuch/1-lb.png)](../assets/images/de/grundlagen/logbuch/1-lb.png) +[![global-logbook](../assets/images/en/basics/logbook/1-lb.png)](../assets/images/en/basics/logbook/1-lb.png) The last change can be traced at the bottom of every page. -[![last-change](../assets/images/de/grundlagen/logbuch/2-lb.png)](../assets/images/de/grundlagen/logbuch/2-lb.png) +[![last-change](../assets/images/en/basics/logbook/2-lb.png)](../assets/images/en/basics/logbook/2-lb.png) ## Logbook per object You can also display the logbook restricted to a single [object](../glossary.md). The [category](../glossary.md) **Logbook** is permanently assigned to every [object type](../glossary.md). In the **Object view** you can access the logbook via the book icon above the category tree. -[![object-logbook](../assets/images/de/grundlagen/logbuch/3-lb.png)](../assets/images/de/grundlagen/logbuch/3-lb.png) +[![object-logbook](../assets/images/en/basics/logbook/3-lb.png)](../assets/images/en/basics/logbook/3-lb.png) The filter functions and the level of detail correspond to those of the global logbook. -[![logbook-filter](../assets/images/de/grundlagen/logbuch/4-lb.png)](../assets/images/de/grundlagen/logbuch/4-lb.png) +[![logbook-filter](../assets/images/en/basics/logbook/4-lb.png)](../assets/images/en/basics/logbook/4-lb.png) ## Logbook per service For every service modeled in i-doit, a logbook exists that contains the changes to all service components (or sub-services). The category is called **Service Logbook** and can be added to those object types that represent services via the **Service** category. -[![logbook-service](../assets/images/de/grundlagen/logbuch/5-lb.png)](../assets/images/de/grundlagen/logbuch/5-lb.png) +[![logbook-service](../assets/images/en/basics/logbook/5-lb.png)](../assets/images/en/basics/logbook/5-lb.png) ## Configuring the logbook You can find the logbook configuration under **Extras → CMDB → Logbook → Logbook configuration**. -[![logbook-configure](../assets/images/de/grundlagen/logbuch/6-lb.png)](../assets/images/de/grundlagen/logbuch/6-lb.png) +[![logbook-configure](../assets/images/en/basics/logbook/6-lb.png)](../assets/images/en/basics/logbook/6-lb.png) Changes do **not** affect already existing entries. @@ -54,7 +54,7 @@ The **Maximum number of combined changes** setting causes simultaneous changes t You can find this setting under **Administration → [Tenant name] Administration → Settings for [Tenant name] → Logbook → Completely delete logbook entries for purged objects**. -[![logbook-entries-cleanup](../assets/images/de/grundlagen/logbuch/12-lb.png)](../assets/images/de/grundlagen/logbuch/12-lb.png) +[![logbook-entries-cleanup](../assets/images/en/basics/logbook/12-lb.png)](../assets/images/en/basics/logbook/12-lb.png) By default, this option is set to **No**. If you set it to **Yes**, i-doit also completely deletes the logbook entries after purging an object. @@ -71,7 +71,7 @@ You can manually create a new logbook entry for any object: 3. Fill in the fields **Alert Level**, **Message** and **Description**. 4. Click **Save**. -[![custom-entries](../assets/images/de/grundlagen/logbuch/7-lb.png)](../assets/images/de/grundlagen/logbuch/7-lb.png) +[![custom-entries](../assets/images/en/basics/logbook/7-lb.png)](../assets/images/en/basics/logbook/7-lb.png) ### Entries from third-party systems @@ -81,7 +81,7 @@ The logbook accepts new entries from third-party systems, for example through [i Under **Extras → CMDB → Logbook → Archive**, you configure whether and from what age (in days) entries are archived. This function helps you when the logbook has become very large and evaluation is hindered by long wait times. i-doit moves archived entries to a separate database table -- either in the respective tenant database or on a third database instance. -[![restore-entries](../assets/images/de/grundlagen/logbuch/8-lb.png)](../assets/images/de/grundlagen/logbuch/8-lb.png) +[![restore-entries](../assets/images/en/basics/logbook/8-lb.png)](../assets/images/en/basics/logbook/8-lb.png) The archiving is performed via the [i-doit console utility](../automation-and-integration/cli/index.md). You can also automate this step. Additional options are shown by the `--help` command. @@ -93,17 +93,17 @@ Example: Archived entries can be restored for further evaluation. This function is located under **Extras → CMDB → Logbook → Restore**. -[![archived-entries](../assets/images/de/grundlagen/logbuch/9-lb.png)](../assets/images/de/grundlagen/logbuch/9-lb.png) +[![archived-entries](../assets/images/en/basics/logbook/9-lb.png)](../assets/images/en/basics/logbook/9-lb.png) ## Creation and modification date Any change to objects [creating, editing, archiving, deleting, restoring](life-and-documentation-cycle.md) not only creates an entry in the logbook, but also updates the [attributes](../glossary.md) **Creation date** and **Modification date** in the **General** category, which is permanently assigned to every object type. -[![modification-date](../assets/images/de/grundlagen/logbuch/10-lb.png)](../assets/images/de/grundlagen/logbuch/10-lb.png) +[![modification-date](../assets/images/en/basics/logbook/10-lb.png)](../assets/images/en/basics/logbook/10-lb.png) On the [dashboard](dashboard-and-widgets.md), the **My recently modified objects** widget can be added, which displays the user's own recent changes to objects. -[![dashboard](../assets/images/de/grundlagen/logbuch/11-lb.png)](../assets/images/de/grundlagen/logbuch/11-lb.png) +[![dashboard](../assets/images/en/basics/logbook/11-lb.png)](../assets/images/en/basics/logbook/11-lb.png) ## Setting permissions diff --git a/docs/en/basics/object-list/action-bar.md b/docs/en/basics/object-list/action-bar.md index 884814a7a..ec6ba07df 100644 --- a/docs/en/basics/object-list/action-bar.md +++ b/docs/en/basics/object-list/action-bar.md @@ -10,7 +10,7 @@ lang: en Above an [object list](index.md) is the action bar, through which various actions can be performed. -[![create-object](../../assets/images/de/grundlagen/aktionsleiste/1-al.png)](../../assets/images/de/grundlagen/aktionsleiste/1-al.png) +[![create-object](../../assets/images/en/basics/object-list/actions-in-object-lists/1-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/1-aiol.png) ## Creating an object @@ -20,13 +20,13 @@ When creating a new object, various options are available: - **New object from template** switches to the dialog where one or more objects can be created from a [template](../../efficient-documentation/templates.md) - **Create new template** is similar to the first option, but the [condition](../life-and-documentation-cycle.md) **Template** is preselected, so that after saving the object becomes a [template](../../efficient-documentation/templates.md). -[![Create-object](../../assets/images/de/grundlagen/aktionsleiste/2-al.png)](../../assets/images/de/grundlagen/aktionsleiste/2-al.png) +[![Create-object](../../assets/images/en/basics/object-list/actions-in-object-lists/2-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/2-aiol.png) ## Editing an object To edit an object, select it via the checkbox and click the **Edit** button. If you select multiple objects, the [list editing](../../efficient-documentation/list-editing.md) starts. -[![Edit-object](../../assets/images/de/grundlagen/aktionsleiste/3-al.png)](../../assets/images/de/grundlagen/aktionsleiste/3-al.png) +[![Edit-object](../../assets/images/en/basics/object-list/actions-in-object-lists/3-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/3-aiol.png) ## Duplicating an object @@ -40,7 +40,7 @@ To change the [condition](../life-and-documentation-cycle.md) of one or more obj Via the **Print view** button, a popup opens with a print-optimized view of the list. The list is supplemented with attributes displayed on the overview page of the respective object. -[![print-view](../../assets/images/de/grundlagen/aktionsleiste/4-al.png)](../../assets/images/de/grundlagen/aktionsleiste/4-al.png) +[![print-view](../../assets/images/en/basics/object-list/actions-in-object-lists/4-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/4-aiol.png) !!! success "Web browser print preview" The web browser in use can also generate a print view. Unnecessary elements of the Web GUI are not displayed: @@ -60,8 +60,8 @@ Via the **Link to this page** button, you reload the object list. The button is To display only objects of a specific [condition](../life-and-documentation-cycle.md), select the desired condition via the drop-down menu on the right side of the action bar. In parentheses, you see how many objects of this type are in each condition. By default, i-doit shows the condition **Normal**. When you switch the condition, i-doit saves this selection -- it then applies to all object lists. -[![switch-condition](../../assets/images/de/grundlagen/aktionsleiste/5-al.png)](../../assets/images/de/grundlagen/aktionsleiste/5-al.png) +[![switch-condition](../../assets/images/en/basics/object-list/actions-in-object-lists/5-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/5-aiol.png) You can activate the template filter in object lists in the [Administration](../../administration/management/tenant-management/tenant-settings.md#templates) area. -[![Activate Template](../../assets/images/de/grundlagen/aktionsleiste/6-al.png)](../../assets/images/de/grundlagen/aktionsleiste/6-al.png) +[![Activate Template](../../assets/images/en/basics/object-list/actions-in-object-lists/6-aiol.png)](../../assets/images/en/basics/object-list/actions-in-object-lists/6-aiol.png) diff --git a/docs/en/basics/object-list/advanced-settings.md b/docs/en/basics/object-list/advanced-settings.md index 7ae74b2a6..8433f33a7 100644 --- a/docs/en/basics/object-list/advanced-settings.md +++ b/docs/en/basics/object-list/advanced-settings.md @@ -10,7 +10,7 @@ lang: en The advanced settings allow you to adjust the behavior of [object lists](index.md) to your requirements -- from the number of entries per page to deletion options. -[![Advanced-settings](../../assets/images/de/grundlagen/objekt-liste/erweiterte-einstellungen.png)](../../assets/images/de/grundlagen/objekt-liste/erweiterte-einstellungen.png) +[![Advanced-settings](../../assets/images/en/basics/object-list/advanced-settings.png)](../../assets/images/en/basics/object-list/advanced-settings.png) ## Adjusting the number of objects per page diff --git a/docs/en/basics/object-list/configure-list-view.md b/docs/en/basics/object-list/configure-list-view.md index 564e6c9c8..31e1c3e72 100644 --- a/docs/en/basics/object-list/configure-list-view.md +++ b/docs/en/basics/object-list/configure-list-view.md @@ -12,9 +12,9 @@ The view of [object lists](index.md) can be individually configured per list and ## Accessing the configuration -The configuration of the respective object list is accessed via the [![system-settings](../../assets/images/de/grundlagen/listenansicht-konfigurieren/1-lk.svg)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/1-lk.svg) button in the [navigation and filter bar](navigate-and-filter.md). Alternatively, navigate via **Administration → User settings → Object lists → [Object type]**. +The configuration of the respective object list is accessed via the [![system-settings](../../assets/images/en/basics/object-list/configuration-of-the-list-view/1-cotlv.svg)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/1-cotlv.svg) button in the [navigation and filter bar](navigate-and-filter.md). Alternatively, navigate via **Administration → User settings → Object lists → [Object type]**. -[![object-lists](../../assets/images/de/grundlagen/listenansicht-konfigurieren/2-lk.png)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/2-lk.png) +[![object-lists](../../assets/images/en/basics/object-list/configuration-of-the-list-view/2-cotlv.png)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/2-cotlv.png) ## Selecting attributes @@ -22,9 +22,9 @@ Similar to the [Report Manager](../../evaluation/report-manager.md), columns are First, a [global, specific](../it-documentation-structure.md) or [custom](../custom-categories.md) category is selected in the drop-down menu. A text field allows filtering the list of categories. -When a category is selected, the attributes that can be defined as columns appear. Clicking the [![plus](../../assets/images/de/grundlagen/listenansicht-konfigurieren/3-lk.svg)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/3-lk.svg) button adds the attribute to the selected attributes. +When a category is selected, the attributes that can be defined as columns appear. Clicking the [![plus](../../assets/images/en/basics/object-list/configuration-of-the-list-view/3-cotlv.svg)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/3-cotlv.svg) button adds the attribute to the selected attributes. -The list of selected attributes can be manipulated. The order can be influenced via drag-and-drop. The higher the attribute in the selection, the further left it is displayed in the object list. Via the [![delete](../../assets/images/de/grundlagen/listenansicht-konfigurieren/4-lk.svg)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/4-lk.svg) button, an attribute is removed. +The list of selected attributes can be manipulated. The order can be influenced via drag-and-drop. The higher the attribute in the selection, the further left it is displayed in the object list. Via the [![delete](../../assets/images/en/basics/object-list/configuration-of-the-list-view/4-cotlv.svg)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/4-cotlv.svg) button, an attribute is removed. !!! info "Limitation" Not all attributes of all categories are available. @@ -70,13 +70,13 @@ Each object list has a default configuration. If you want to reset the object li If you want to set an object list as the default list, click the **Define as [Tenant name] default list** button in the **Define configuration as default** field. This also affects object lists that have already been changed by other users. -[![set-default](../../assets/images/de/grundlagen/listenansicht-konfigurieren/5-lk.png)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/5-lk.png) +[![set-default](../../assets/images/en/basics/object-list/configuration-of-the-list-view/5-cotlv.png)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/5-cotlv.png) ## Assigning the configuration to other users If you want to predefine a specific object list for other users, select them in the **Assign configuration to other users** field via an object browser. Then confirm the selection with the **Overwrite configuration** button. -[![assign-users](../../assets/images/de/grundlagen/listenansicht-konfigurieren/6-lk.png)](../../assets/images/de/grundlagen/listenansicht-konfigurieren/6-lk.png) +[![assign-users](../../assets/images/en/basics/object-list/configuration-of-the-list-view/6-cotlv.png)](../../assets/images/en/basics/object-list/configuration-of-the-list-view/6-cotlv.png) ## Saving the configuration diff --git a/docs/en/basics/object-list/index.md b/docs/en/basics/object-list/index.md index 47a4404f5..2163c275d 100644 --- a/docs/en/basics/object-list/index.md +++ b/docs/en/basics/object-list/index.md @@ -10,18 +10,18 @@ lang: en The object lists in i-doit serve not only for the mere listing of [objects](../it-documentation-structure.md), but also provide a variety of functions and can be almost completely customized. -[![object-list](../../assets/images/de/grundlagen/objekt-listen/1-ol.png)](../../assets/images/de/grundlagen/objekt-listen/1-ol.png) +[![object-list](../../assets/images/en/basics/object-list/1-ol.png)](../../assets/images/en/basics/object-list/1-ol.png) Per [object type](../it-documentation-structure.md), all assigned objects are displayed in a tabular format in the object list. Each row features an object with its [attributes](../it-documentation-structure.md). Which attributes are displayed can be [configured](../object-list/configure-list-view.md). Columns can be sorted in ascending or descending order by clicking on the column headers. A [pre-sorting](../object-list/configure-list-view.md) can be configured for this. Additionally, column widths can be varied per user. -[![object-list-2](../../assets/images/de/grundlagen/objekt-listen/2-ol.gif)](../../assets/images/de/grundlagen/objekt-listen/2-ol.gif) +[![object-list-2](../../assets/images/en/basics/object-list/2-ol.gif)](../../assets/images/en/basics/object-list/2-ol.gif) Via the hatched area in each row, you assign an object to another object type: You drag the object via drag-and-drop to the desired object type in the left menu tree, the **Object view**. -[![object-list-3](../../assets/images/de/grundlagen/objekt-listen/3-ol.gif)](../../assets/images/de/grundlagen/objekt-listen/3-ol.gif) +[![object-list-3](../../assets/images/en/basics/object-list/3-ol.gif)](../../assets/images/en/basics/object-list/3-ol.gif) For this, the [interface display](../../administration/management/tenant-management/tenant-settings.md#oberflachendarstellung) Drag 'n' Drop of objects must be set to Yes. diff --git a/docs/en/basics/object-list/navigate-and-filter.md b/docs/en/basics/object-list/navigate-and-filter.md index 8ce72c652..410651c69 100644 --- a/docs/en/basics/object-list/navigate-and-filter.md +++ b/docs/en/basics/object-list/navigate-and-filter.md @@ -10,7 +10,7 @@ lang: en The navigation and filter functions help you quickly find the desired [objects](../it-documentation-structure.md) in [object lists](index.md). -[![All-fields](../../assets/images/de/grundlagen/navigation-und-filtern/1-nuf.png)](../../assets/images/de/grundlagen/navigation-und-filtern/1-nuf.png) +[![All-fields](../../assets/images/en/basics/object-list/navigation-and-filtering/1-naf.png)](../../assets/images/en/basics/object-list/navigation-and-filtering/1-naf.png) ## Navigating @@ -30,7 +30,7 @@ Per user, it can be set [how many objects are displayed per page](advanced-setti To select a range of objects, the Shift key can also be used in combination with the left mouse button. - [![All-fields](../../assets/images/de/grundlagen/navigation-und-filtern/2-nuf.gif)](../../assets/images/de/grundlagen/navigation-und-filtern/2-nuf.gif) + [![All-fields](../../assets/images/en/basics/object-list/navigation-and-filtering/2-naf.gif)](../../assets/images/en/basics/object-list/navigation-and-filtering/2-naf.gif) ## Filtering @@ -40,7 +40,7 @@ Via the drop-down menu, you can filter by multiple attributes simultaneously (AN From version 1.17, you can also filter for empty values. Check the checkbox behind the respective value. -[![Select-objects](../../assets/images/de/grundlagen/navigation-und-filtern/3-nuf.png)](../../assets/images/de/grundlagen/navigation-und-filtern/3-nuf.png) +[![Select-objects](../../assets/images/en/basics/object-list/navigation-and-filtering/3-naf.png)](../../assets/images/en/basics/object-list/navigation-and-filtering/3-naf.png) The object list can already be [filtered](configure-list-view.md) when loading. @@ -50,6 +50,6 @@ Further functions are accessible via the navigation and filter bar: | Button | Function | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | -| [![full-screen-window-filled.svg](../../assets/images/de/grundlagen/navigation-und-filtern/fullscreen-window-filled.svg)](../../assets/images/de/grundlagen/navigation-und-filtern/fullscreen-window-filled.svg) | The object list is reloaded | -| [![separator-vertical-filled.svg](../../assets/images/de/grundlagen/navigation-und-filtern/separator-vertical-filled.svg)](../../assets/images/de/grundlagen/navigation-und-filtern/separator-vertical-filled.svg) | Column widths are automatically set. Otherwise, columns can be varied in width per user. | -| [![gear.svg](../../assets/images/de/grundlagen/navigation-und-filtern/gear.svg)](../../assets/images/de/grundlagen/navigation-und-filtern/gear.svg) | [Configure list view](configure-list-view.md) | +| [![full-screen-window-filled.svg](../../assets/images/en/basics/object-list/navigation-and-filtering/fullscreen-window-filled.svg)](../../assets/images/en/basics/object-list/navigation-and-filtering/fullscreen-window-filled.svg) | The object list is reloaded | +| [![separator-vertical-filled.svg](../../assets/images/en/basics/object-list/navigation-and-filtering/separator-vertical-filled.svg)](../../assets/images/en/basics/object-list/navigation-and-filtering/separator-vertical-filled.svg) | Column widths are automatically set. Otherwise, columns can be varied in width per user. | +| [![gear.svg](../../assets/images/en/basics/object-list/navigation-and-filtering/gear.svg)](../../assets/images/en/basics/object-list/navigation-and-filtering/gear.svg) | [Configure list view](configure-list-view.md) | diff --git a/docs/en/basics/web-gui.md b/docs/en/basics/web-gui.md index e56c4147e..8fa70496d 100644 --- a/docs/en/basics/web-gui.md +++ b/docs/en/basics/web-gui.md @@ -15,19 +15,19 @@ This article gives you an overview of the individual areas and their functions. When you access the URL of your i-doit instance after installation, the login screen appears first. Here you can log in directly to i-doit or switch to the [Admin-Center](../administration/admin-center.md) via the "Admin-Center" link at the bottom of the window. -[![login-screen](../assets/images/de/grundlagen/web-gui/1-web-gui.png)](../assets/images/de/grundlagen/web-gui/1-web-gui.png) +[![login-screen](../assets/images/en/basics/web-gui/1-web-gui.png)](../assets/images/en/basics/web-gui/1-web-gui.png) With a fresh installation, the default users are available: Admin, Archivar, Author, Editor and Reader. Each of these users has their own name as the password (e.g. username **admin**, password **admin**). For a multi-tenant installation, you select the desired tenant after logging in: -[![login-screen-tenant](../assets/images/de/grundlagen/web-gui/2-web-gui.png)](../assets/images/de/grundlagen/web-gui/2-web-gui.png) +[![login-screen-tenant](../assets/images/en/basics/web-gui/2-web-gui.png)](../assets/images/en/basics/web-gui/2-web-gui.png) ## Start screen, dashboard and widgets After a successful login, you see the start screen of i-doit with the [dashboard](dashboard-and-widgets.md) and its [widgets](dashboard-and-widgets.md). -[![start-screen](../assets/images/de/grundlagen/web-gui/3-web-gui.png)](../assets/images/de/grundlagen/web-gui/3-web-gui.png) +[![start-screen](../assets/images/en/basics/web-gui/3-web-gui.png)](../assets/images/en/basics/web-gui/3-web-gui.png) The bar at the top is divided into the following areas: @@ -35,7 +35,7 @@ The bar at the top is divided into the following areas: In the upper left corner you will find the i-doit button. Clicking on it takes you back to the start page at any time. -[![i-doit-button](../assets/images/de/grundlagen/web-gui/4-web-gui.png)](../assets/images/de/grundlagen/web-gui/4-web-gui.png) +[![i-doit-button](../assets/images/en/basics/web-gui/4-web-gui.png)](../assets/images/en/basics/web-gui/4-web-gui.png) ## my-doit @@ -45,73 +45,73 @@ Next to the i-doit button you will find your personal area "my-doit". Here you c - Create bookmarks to objects or areas - View your tasks from the workflow system -[![my-doit](../assets/images/de/grundlagen/web-gui/5-web-gui.png)](../assets/images/de/grundlagen/web-gui/5-web-gui.png) +[![my-doit](../assets/images/en/basics/web-gui/5-web-gui.png)](../assets/images/en/basics/web-gui/5-web-gui.png) If you do not need my-doit, deactivate the area under **Administration → User settings → Display**: -[![my-doit-2](../assets/images/de/grundlagen/web-gui/6-web-gui.png)](../assets/images/de/grundlagen/web-gui/6-web-gui.png) +[![my-doit-2](../assets/images/en/basics/web-gui/6-web-gui.png)](../assets/images/en/basics/web-gui/6-web-gui.png) ## Object type group selection In the middle area of the top bar you will find the [object type groups](assigning-categories-to-object-types.md). This area is fully customizable. When you select a menu item, the associated object types appear in the tree view on the left side. -[![object-type-group-selection](../assets/images/de/grundlagen/web-gui/7-web-gui.png)](../assets/images/de/grundlagen/web-gui/7-web-gui.png) +[![object-type-group-selection](../assets/images/en/basics/web-gui/7-web-gui.png)](../assets/images/en/basics/web-gui/7-web-gui.png) ## Extras Under **Extras** you will find special functions of i-doit. These include CMDB features for more efficient work as well as access to installed [i-doit add-ons](../i-doit-add-ons/i-diary.md). -[![extras](../assets/images/de/grundlagen/web-gui/8-web-gui.png)](../assets/images/de/grundlagen/web-gui/8-web-gui.png) +[![extras](../assets/images/en/basics/web-gui/8-web-gui.png)](../assets/images/en/basics/web-gui/8-web-gui.png) ## The global search Via the [search field](../efficient-documentation/search.md) in the upper right corner, you access the full-text search of i-doit directly. You can jump directly to a result or display a complete result list. -[![search](../assets/images/de/grundlagen/web-gui/9-web-gui.png)](../assets/images/de/grundlagen/web-gui/9-web-gui.png) +[![search](../assets/images/en/basics/web-gui/9-web-gui.png)](../assets/images/en/basics/web-gui/9-web-gui.png) ## User info/language and administration In the upper right corner you see the currently logged-in user. Click on it to log out or to switch to the [administration](../administration/management/index.md) of i-doit. -[![user-info](../assets/images/de/grundlagen/web-gui/10-web-gui.png)](../assets/images/de/grundlagen/web-gui/10-web-gui.png) +[![user-info](../assets/images/en/basics/web-gui/10-web-gui.png)](../assets/images/en/basics/web-gui/10-web-gui.png) ## Breadcrumb navigation Below the black bar is the breadcrumb navigation. It shows you at any time where you are in i-doit, and you can use it to jump directly to parent areas. -[![breadcrumb-navigation](../assets/images/de/grundlagen/web-gui/11-web-gui.png)](../assets/images/de/grundlagen/web-gui/11-web-gui.png) +[![breadcrumb-navigation](../assets/images/en/basics/web-gui/11-web-gui.png)](../assets/images/en/basics/web-gui/11-web-gui.png) ## Object view In object view mode, the left area displays the tree view. Depending on the context, you see either all object types of the selected object type group or -- when you have opened an object -- the assigned categories of that object. -[![object-view](../assets/images/de/grundlagen/web-gui/12-web-gui.png)](../assets/images/de/grundlagen/web-gui/12-web-gui.png) +[![object-view](../assets/images/en/basics/web-gui/12-web-gui.png)](../assets/images/en/basics/web-gui/12-web-gui.png) ## Location view The location view displays all objects that represent a location in a hierarchical tree view. You can navigate through the location hierarchy and jump directly to the assigned objects. -[![location-view](../assets/images/de/grundlagen/web-gui/13-web-gui.png)](../assets/images/de/grundlagen/web-gui/13-web-gui.png) +[![location-view](../assets/images/en/basics/web-gui/13-web-gui.png)](../assets/images/en/basics/web-gui/13-web-gui.png) ## Row spacing You can adjust the row spacing of categories in the user settings. With the "Small" setting, the rows move closer together. -[![row-spacing-small](../assets/images/de/grundlagen/web-gui/14-gui.png)](../assets/images/de/grundlagen/web-gui/14-gui.png) +[![row-spacing-small](../assets/images/en/basics/web-gui/14-gui.png)](../assets/images/en/basics/web-gui/14-gui.png) Here is an example of large row spacing. -[![row-spacing-large](../assets/images/de/grundlagen/web-gui/15-gui.png)](../assets/images/de/grundlagen/web-gui/15-gui.png) +[![row-spacing-large](../assets/images/en/basics/web-gui/15-gui.png)](../assets/images/en/basics/web-gui/15-gui.png) ## Spacing in menu trees With the "Spacing in menu trees" option, you adjust the spacing between menu items. With the "Small" setting, the menu items are closer together. -[![menu-tree-spacing-small](../assets/images/de/grundlagen/web-gui/16-gui.png)](../assets/images/de/grundlagen/web-gui/16-gui.png) +[![menu-tree-spacing-small](../assets/images/en/basics/web-gui/16-gui.png)](../assets/images/en/basics/web-gui/16-gui.png) Here is an example of large menu item spacing. -[![menu-tree-spacing-large](../assets/images/de/grundlagen/web-gui/17-gui.png)](../assets/images/de/grundlagen/web-gui/17-gui.png) +[![menu-tree-spacing-large](../assets/images/en/basics/web-gui/17-gui.png)](../assets/images/en/basics/web-gui/17-gui.png) ## Display spacers diff --git a/docs/en/consolidate-data/csv-data-import/index.md b/docs/en/consolidate-data/csv-data-import/index.md index 2d5029141..21ec61bd6 100644 --- a/docs/en/consolidate-data/csv-data-import/index.md +++ b/docs/en/consolidate-data/csv-data-import/index.md @@ -18,17 +18,17 @@ With the CSV data import you transfer tabular data from Microsoft Excel, OpenOff The CSV file must be in `.csv` format with **UTF-8** encoding. If your spreadsheet application cannot set the encoding when saving, convert the file afterwards with a text editor. In the screenshot you can see the **Convert to UTF-8** function in [Notepad++](https://notepad-plus-plus.org/): -[![Encoding in Notepad++](../../assets/images/de/daten-konsolidieren/csv-import/1-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/1-csvi.png) +[![Encoding in Notepad++](../../assets/images/en/consolidate-data/csv-data-import/1-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/1-csvi.png) The structure of a usable .csv file looks approximately like the following example: -[![Structure of a CSV](../../assets/images/de/daten-konsolidieren/csv-import/2-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/2-csvi.png) +[![Structure of a CSV](../../assets/images/en/consolidate-data/csv-data-import/2-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/2-csvi.png) The first row serves as a header and identifies the respective [attribute](../../basics/it-documentation-structure.md). Each additional row corresponds to an [object](../../glossary.md) in the IT documentation. Alternatively, you can also create CSV files with a text editor. -[![CSV in text editor](../../assets/images/de/daten-konsolidieren/csv-import/3-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/3-csvi.png) +[![CSV in text editor](../../assets/images/en/consolidate-data/csv-data-import/3-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/3-csvi.png) Once the `.csv` file is prepared, you can start the import. @@ -40,13 +40,13 @@ The CSV data import can be found under **Extras → Import → CSV Import**. No 2. The file appears in the list. Hover over the row -- the actions **Use for import**, **Download file**, and **Delete file** are displayed. 3. Click **Use for import** to proceed to the next step. -[![CSV for import](../../assets/images/de/daten-konsolidieren/csv-import/4-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/4-csvi.png) +[![CSV for import](../../assets/images/en/consolidate-data/csv-data-import/4-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/4-csvi.png) ## Setting options Before configuring the mapping, you first set some options. -[![CSV import options](../../assets/images/de/daten-konsolidieren/csv-import/5-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/5-csvi.png) +[![CSV import options](../../assets/images/en/consolidate-data/csv-data-import/5-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/5-csvi.png) ### Object type @@ -85,7 +85,7 @@ Click **Prepare mapping** to proceed to the next step. Select an [**object matching profile**](../identify-objects-during-imports.md) if you want to update existing objects. You can edit the profile at any time afterwards. -[![Identify objects](../../assets/images/de/daten-konsolidieren/csv-import/6-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/6-csvi.png) +[![Identify objects](../../assets/images/en/consolidate-data/csv-data-import/6-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/6-csvi.png) ## Assigning columns to attributes @@ -97,7 +97,7 @@ Each column of your CSV file receives its own row in the mapping. You link them Repeat the process for all relevant columns. Assignments can be removed afterwards. Columns without an assignment are ignored by the import. -[![Attribute assignments](../../assets/images/de/daten-konsolidieren/csv-import/7-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/7-csvi.png) +[![Attribute assignments](../../assets/images/en/consolidate-data/csv-data-import/7-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/7-csvi.png) ## Required fields @@ -118,13 +118,13 @@ Below the mapping, you set the **level of detail for logging**. Detailed logging Click **Import** to start the import. After completion, i-doit shows a summary with direct links to the imported or updated objects. You can adjust these manually at any time. -[![List of imported objects](../../assets/images/de/daten-konsolidieren/csv-import/8-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/8-csvi.png) +[![List of imported objects](../../assets/images/en/consolidate-data/csv-data-import/8-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/8-csvi.png) ## Overwriting object types during CSV import With the option **Can the CSV import overwrite the object type?** you change object types directly during the import. -[![Overwrite option](../../assets/images/de/daten-konsolidieren/csv-import/11-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/11-csvi.png) +[![Overwrite option](../../assets/images/en/consolidate-data/csv-data-import/11-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/11-csvi.png) !!! note "This option can be found in the expert settings as `import.csv.overwrite-objecttype`." @@ -134,7 +134,7 @@ With the option **Can the CSV import overwrite the object type?** you change obj You can also create [relationships](../../basics/object-relationships.md) between objects via the CSV import. Place the object to be linked in a separate column and assign the corresponding attribute during mapping. An example for the physical location in column H: -[![Linking relationships](../../assets/images/de/daten-konsolidieren/csv-import/9-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/9-csvi.png) +[![Linking relationships](../../assets/images/en/consolidate-data/csv-data-import/9-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/9-csvi.png) During mapping you specify: @@ -145,7 +145,7 @@ During mapping you specify: !!! note "Note" The special assignment is not available for all fields. In that case, only the object title is used for identification of the object to be updated. -[![Special assignment](../../assets/images/de/daten-konsolidieren/csv-import/10-csvi.png)](../../assets/images/de/daten-konsolidieren/csv-import/10-csvi.png) +[![Special assignment](../../assets/images/en/consolidate-data/csv-data-import/10-csvi.png)](../../assets/images/en/consolidate-data/csv-data-import/10-csvi.png) ## Importing values with units diff --git a/docs/en/efficient-documentation/list-editing.md b/docs/en/efficient-documentation/list-editing.md index cba06ebc5..e86c2f254 100644 --- a/docs/en/efficient-documentation/list-editing.md +++ b/docs/en/efficient-documentation/list-editing.md @@ -14,11 +14,11 @@ Accessing List Editing You can find list editing under **Extras → CMDB → List Editing**. -[![list-editing-find](../assets/images/de/effizientes-dokumentieren/listeneditierung/1-le.png)](../assets/images/de/effizientes-dokumentieren/listeneditierung/1-le.png) +[![list-editing-find](../assets/images/en/efficient-documentation/list-editing/1-le.png)](../assets/images/en/efficient-documentation/list-editing/1-le.png) Alternatively, you can access list editing by selecting the checkboxes of multiple objects within an [object list](../basics/object-list/index.md) and then using the **Edit** button. -[![list-editing-edit](../assets/images/de/effizientes-dokumentieren/listeneditierung/2-le.gif)](../assets/images/de/effizientes-dokumentieren/listeneditierung/2-le.gif) +[![list-editing-edit](../assets/images/en/efficient-documentation/list-editing/2-le.gif)](../assets/images/en/efficient-documentation/list-editing/2-le.gif) Selecting Objects and Category to Edit ------------------------------------------------- @@ -26,7 +26,7 @@ Selecting Objects and Category to Edit If you access list editing via the Extras menu, you can select the objects to edit in the next step. Additionally, you can specify which [category](../basics/it-documentation-structure.md) you want to edit. A filter can also be defined to restrict the displayed entries to a defined selection. For example, you can display only software assignments for a specific software. -[![list-editing-selection](../assets/images/de/effizientes-dokumentieren/listeneditierung/3-le.gif)](../assets/images/de/effizientes-dokumentieren/listeneditierung/3-le.gif) +[![list-editing-selection](../assets/images/en/efficient-documentation/list-editing/3-le.gif)](../assets/images/en/efficient-documentation/list-editing/3-le.gif) Performing List Editing --------------------------------- @@ -39,4 +39,4 @@ The placeholder **##COUNT**\## enables automatic sequential numbering of records A counter shows you the number of changes made. -[![list-editing-edit](../assets/images/de/effizientes-dokumentieren/listeneditierung/4-le.gif)](../assets/images/de/effizientes-dokumentieren/listeneditierung/4-le.gif) +[![list-editing-edit](../assets/images/en/efficient-documentation/list-editing/4-le.gif)](../assets/images/en/efficient-documentation/list-editing/4-le.gif) diff --git a/docs/en/evaluation/cmdb-explorer/index.md b/docs/en/evaluation/cmdb-explorer/index.md index 0205f7f7b..1d286e5b9 100644 --- a/docs/en/evaluation/cmdb-explorer/index.md +++ b/docs/en/evaluation/cmdb-explorer/index.md @@ -14,7 +14,7 @@ The CMDB Explorer graphically displays [relationships between objects](../../bas You can access the CMDB Explorer both via the menu bar at the top and within an [object](../../basics/it-documentation-structure.md) via the corresponding icon above the [category](../../glossary.md#kategorie) list. -[![cmdb-explorer](../../assets/images/de/auswertungen/cmdb-explorer/1-ce.png)](../../assets/images/de/auswertungen/cmdb-explorer/1-ce.png) +[![cmdb-explorer](../../assets/images/en/evaluation/cmdb-explorer/1-ce.png)](../../assets/images/en/evaluation/cmdb-explorer/1-ce.png) If you access the CMDB Explorer via the icon from within an object, this object is preselected as the root object. When selecting via the menu bar, the CMDB Explorer is loaded without an object selection. @@ -34,7 +34,7 @@ The displayed section can be moved at any time in the content area. To do this, If further relationships exist, they will now be expanded. The information area to the left of the content area contains additional information about the activated object. The object is activated by clicking its tile once. When an object is activated, the path to the root object is traced to make it clear. -[![content-area](../../assets/images/de/auswertungen/cmdb-explorer/2-ce.png)](../../assets/images/de/auswertungen/cmdb-explorer/2-ce.png) +[![content-area](../../assets/images/en/evaluation/cmdb-explorer/2-ce.png)](../../assets/images/en/evaluation/cmdb-explorer/2-ce.png) !!!info "Note" The direction in which individual tiles expand depends on the relationship direction. This is always directed in i-doit: Each relationship has a master and a slave object. Once a direction is established, it cannot be changed in the CMDB Explorer, i.e., tiles expanding downward can only display relationships that would also expand downward. @@ -46,19 +46,19 @@ The information area is located on the left side of the CMDB Explorer and displa If a different object has been chosen as the root object, the **Set as root** button can also be found here. This allows centering on the currently activated object, and the relationships are built around this object. Via **Open object**, the object is opened in _i-doit_ so you can view and edit its attributes. The legend displays the object colors for the individual object types. Additionally, it is possible to globally gray out all objects of a type in the CMDB Explorer. -[![information-area](../../assets/images/de/auswertungen/cmdb-explorer/3-ce.png)](../../assets/images/de/auswertungen/cmdb-explorer/3-ce.png) +[![information-area](../../assets/images/en/evaluation/cmdb-explorer/3-ce.png)](../../assets/images/en/evaluation/cmdb-explorer/3-ce.png) ## Toolbar In the toolbar above the content area, the object to be displayed centrally and around which the relationships are built is selected. Additionally, it is possible to select the [profile](../../evaluation/cmdb-explorer/profile-im-cmdb-explorer.md) for the display. In the default state, a **Micro Profile** is offered alongside the **default Profile**, which allows the display of more information in a smaller area. -[![displayed-area](../../assets/images/de/auswertungen/cmdb-explorer/4-ce.png)](../../assets/images/de/auswertungen/cmdb-explorer/4-ce.png) +[![displayed-area](../../assets/images/en/evaluation/cmdb-explorer/4-ce.png)](../../assets/images/en/evaluation/cmdb-explorer/4-ce.png) Furthermore, the display can be influenced by the **Service Filter**. Here, conditions can be set for which objects and relationships should be considered. The service filters can be configured under **Extras → Services → Service Filter**. In addition to the relationship type, its weighting, and the displayed object types, the depth of the display and the CMDB status of the objects can be set as conditions. -[![service-filter](../../assets/images/de/auswertungen/cmdb-explorer/5-ce.png)](../../assets/images/de/auswertungen/cmdb-explorer/5-ce.png) +[![service-filter](../../assets/images/en/evaluation/cmdb-explorer/5-ce.png)](../../assets/images/en/evaluation/cmdb-explorer/5-ce.png) Via the **Change orientation** button, the display direction is adjusted. Here it is possible to have the display run either from top to bottom or from left to right. For extensive visualizations, the left-to-right display is recommended. Furthermore, it is possible to select the display type. diff --git a/docs/en/evaluation/report-manager.md b/docs/en/evaluation/report-manager.md index dcc113ea9..86affa478 100644 --- a/docs/en/evaluation/report-manager.md +++ b/docs/en/evaluation/report-manager.md @@ -14,7 +14,7 @@ Reporting is a suitable tool for condensing, preparing, and sharing data with th The Report Manager can be accessed via the main navigation bar under **Extras → Report Manager**. In the navigation tree on the left side, the items **Reports**, **Online Repository**, and **Views** appear, which are described below. If the Report Manager or the items in the navigation tree do not appear or appear incompletely, this is due to missing permissions. -[![Overview](../assets/images/de/auswertungen/report-manager/1-rm.png)](../assets/images/de/auswertungen/report-manager/1-rm.png) +[![Overview](../assets/images/en/evaluation/report-manager/1-rm.png)](../assets/images/en/evaluation/report-manager/1-rm.png) ## Report Special Add-on @@ -24,11 +24,11 @@ With the Report Special add-on, approximately 50 pre-built reports are imported. The self-created reports are located under **Reports**. After the [setup of _i-doit_](../installation/manual-installation/setup.md), there are no reports in this area yet. -[![evaluate-report](../assets/images/de/auswertungen/report-manager/2-rm.png)](../assets/images/de/auswertungen/report-manager/2-rm.png) +[![evaluate-report](../assets/images/en/evaluation/report-manager/2-rm.png)](../assets/images/en/evaluation/report-manager/2-rm.png) Click on a report in the list to execute it with the current data. The result list is presented in tabular form. Reports always focus on objects and their attributes -- each result row focuses on a main object, for which any attributes such as relationships to other objects may be specified. Click on a row to open the corresponding object. -[![evaluate-report2](../assets/images/de/auswertungen/report-manager/3-rm.png)](../assets/images/de/auswertungen/report-manager/3-rm.png) +[![evaluate-report2](../assets/images/en/evaluation/report-manager/3-rm.png)](../assets/images/en/evaluation/report-manager/3-rm.png) The table offers various functionalities (column sorting, filtering by a column, pagination). Furthermore, a report can be exported to various formats (plain text, CSV, XML, and PDF). For further processing with a spreadsheet program or similar, export to CSV format is recommended. @@ -38,7 +38,7 @@ From a report, you can generate an object of type **Object Group**. The objects Reports can be organized into categories. By default, they are assigned to the **Global** category, which cannot be deleted. The advantage: You can define per category who is allowed to access it. On the **Reports** page, you create or edit categories via the **Categories** item. The optionally description field helps with orientation. -[![categorize-reports](../assets/images/de/auswertungen/report-manager/4-rm.png)](../assets/images/de/auswertungen/report-manager/4-rm.png) +[![categorize-reports](../assets/images/en/evaluation/report-manager/4-rm.png)](../assets/images/en/evaluation/report-manager/4-rm.png) !!! info "Note" If it is not possible to create and/or edit report categories, it is advisable to check the permissions and ensure that the currently logged-in user has the necessary permissions. @@ -47,7 +47,7 @@ Reports can be organized into categories. By default, they are assigned to the * You can copy reports by selecting a report and clicking **Duplicate**. Via the **Purge** button, you irrevocably delete a report. -[![create-or-edit-reports](../assets/images/de/auswertungen/report-manager/5-rm.png)](../assets/images/de/auswertungen/report-manager/5-rm.png) +[![create-or-edit-reports](../assets/images/en/evaluation/report-manager/5-rm.png)](../assets/images/en/evaluation/report-manager/5-rm.png) Two methods are available for creating a report, which are explained in more detail below. @@ -55,13 +55,13 @@ Two methods are available for creating a report, which are explained in more det The Query Editor provides a graphical interface for creating or editing reports. Access it via the **New** button or select **Query Editor** from the drop-down field next to it. To edit an existing report, check the checkbox next to the report and click one of the mentioned buttons. -[![query-editor](../assets/images/de/auswertungen/report-manager/6-rm.png)](../assets/images/de/auswertungen/report-manager/6-rm.png) +[![query-editor](../assets/images/en/evaluation/report-manager/6-rm.png)](../assets/images/en/evaluation/report-manager/6-rm.png) Essential are the title and the category. Additionally, it is often helpful to provide a short description. Via the **Check** button, the report can be tested. A popup displays a maximum of 25 results. #### Advanced Options -[![advanced-options](../assets/images/de/auswertungen/report-manager/7-rm.png)](../assets/images/de/auswertungen/report-manager/7-rm.png) +[![advanced-options](../assets/images/en/evaluation/report-manager/7-rm.png)](../assets/images/en/evaluation/report-manager/7-rm.png) The following advanced options are available. @@ -78,7 +78,7 @@ The following advanced options are available. #### Output -[![Output](../assets/images/de/auswertungen/report-manager/8-rm.png)](../assets/images/de/auswertungen/report-manager/8-rm.png) +[![Output](../assets/images/en/evaluation/report-manager/8-rm.png)](../assets/images/en/evaluation/report-manager/8-rm.png) In the **Output** area, you define the columns of the result list. Select the desired attributes from the three category types **Global**, **Specific**, and **Custom**. Each attribute defines a column whose order you set via drag and drop. @@ -88,7 +88,7 @@ If you select an object reference as an attribute, you can add further attribute #### Conditions -[![Conditions](../assets/images/de/auswertungen/report-manager/9-rm.png)](../assets/images/de/auswertungen/report-manager/9-rm.png) +[![Conditions](../assets/images/en/evaluation/report-manager/9-rm.png)](../assets/images/en/evaluation/report-manager/9-rm.png) Under **Conditions**, you specify the desired filter criteria. Select the attribute to be checked with the matching category and construct the logical query: What value must the attribute match (or not)? Typical operators such as `=`, `!=`, `<`, `>` are available depending on the field type. @@ -100,7 +100,7 @@ To set conditions on attributes of linked objects, select the attribute with the Through i-doit updates, the Query Editor may also change, so that queries are constructed differently than before. To ensure that reports always use the current logic, it is necessary to update these queries. This is possible either via the [Administration](../administration/management/tenant-management/system-repair-and-cleanup.md) or via the [i-doit console utility](../automation-and-integration/cli/index.md). -[![Update reports](../assets/images/de/auswertungen/report-manager/15-rm.png)](../assets/images/de/auswertungen/report-manager/15-rm.png) +[![Update reports](../assets/images/en/evaluation/report-manager/15-rm.png)](../assets/images/en/evaluation/report-manager/15-rm.png) ### SQL Editor @@ -109,7 +109,7 @@ Every report can be created or edited via the SQL Editor -- including those crea !!! info "Switching between Query and SQL Editor" If a report is created or edited with the SQL Editor, subsequent editing with the Query Editor is no longer possible. Background: The SQL Editor provides the full spectrum of SQL. Since the Query Editor is limited to a subset of SQL (which is sufficient in most cases), the created query could be destroyed by this difference. -[![sql-editor](../assets/images/de/auswertungen/report-manager/10-rm.png)](../assets/images/de/auswertungen/report-manager/10-rm.png) +[![sql-editor](../assets/images/en/evaluation/report-manager/10-rm.png)](../assets/images/en/evaluation/report-manager/10-rm.png) In the **SQL Query** form field, you write the query in SQL. Knowledge of the database structure of i-doit is required here. Important: You must always query objects and select the object ID as the first (invisible) column: @@ -142,13 +142,13 @@ Note when transferring: Conditions and outputs that refer to individual content Pre-built reports are available for download on the internet. Via the **Online Repository** item, you can execute them directly or save them locally. An existing internet connection is required. -[![online-repository](../assets/images/de/auswertungen/report-manager/11-rm.png)](../assets/images/de/auswertungen/report-manager/11-rm.png) +[![online-repository](../assets/images/en/evaluation/report-manager/11-rm.png)](../assets/images/en/evaluation/report-manager/11-rm.png) ## Report Views **Report Views** offer additional functions and views beyond the reports described above. New ones cannot be created, and existing ones cannot be edited or deleted. -[![report-views](../assets/images/de/auswertungen/report-manager/12-rm.png)](../assets/images/de/auswertungen/report-manager/12-rm.png) +[![report-views](../assets/images/en/evaluation/report-manager/12-rm.png)](../assets/images/en/evaluation/report-manager/12-rm.png) Selection of useful **Report Views**: @@ -157,7 +157,7 @@ Selection of useful **Report Views**: * **Network connections** * **Open cable connections** -[![report-views-2](../assets/images/de/auswertungen/report-manager/13-rm.png)](../assets/images/de/auswertungen/report-manager/13-rm.png) +[![report-views-2](../assets/images/en/evaluation/report-manager/13-rm.png)](../assets/images/en/evaluation/report-manager/13-rm.png) ## Automated Report Export @@ -208,7 +208,7 @@ You can assign permissions for the Report Manager to users and user groups (obje * **Import report** * **Self-created reports** -[![assign-permissions](../assets/images/de/auswertungen/report-manager/14-rm.png)](../assets/images/de/auswertungen/report-manager/14-rm.png +[![assign-permissions](../assets/images/en/evaluation/report-manager/14-rm.png)](../assets/images/en/evaluation/report-manager/14-rm.png ## Variable Reports diff --git a/docs/en/i-doit-add-ons/api/index.md b/docs/en/i-doit-add-ons/api/index.md index ef440fd44..554ac89cd 100644 --- a/docs/en/i-doit-add-ons/api/index.md +++ b/docs/en/i-doit-add-ons/api/index.md @@ -34,7 +34,7 @@ The API is offered as a free [add-on](../index.md) for download in the [customer The API is configured via the [Web GUI](../../basics/web-gui.md) of i-doit, found under **Administration → Add-ons → JSON-RPC API**. -[![Configuration](../../assets/images/de/i-doit-add-ons/api/1-api.png)](../../assets/images/de/i-doit-add-ons/api/1-api.png) +[![Configuration](../../assets/images/en/i-doit-add-ons/api/1-api.png)](../../assets/images/en/i-doit-add-ons/api/1-api.png) !!! info "Info" Removing HTML tags from description fields is only possible from i-doit version 1.15.2 with API version 1.11.3 installed. @@ -122,7 +122,7 @@ In addition to standard JSON-RPC errors, i-doit can also return specific error m A helpful listing of all categories and attributes used in i-doit can be found in the administration: -[![Categories in the IT documentation](../../assets/images/de/i-doit-add-ons/api/2-api.png)](../../assets/images/de/i-doit-add-ons/api/2-api.png) +[![Categories in the IT documentation](../../assets/images/en/i-doit-add-ons/api/2-api.png)](../../assets/images/en/i-doit-add-ons/api/2-api.png) i-doit provides an "Attribute documentation" that contains a listing of all categories and attributes as well as their expected data types. This is the authoritative source for understanding the data elements of the i-doit CMDB model, especially when parameters or response fields use i-doit-specific constants or property keys. For custom categories and attributes, the technical keys can be found directly in the i-doit web interface in the respective custom category. @@ -143,7 +143,7 @@ This table serves as a guide for where to find the required identifiers and cons Here you can find v2 API requests with their request types, response types, arguments and the form of the request. -[![Endpoint documentation](../../assets/images/de/i-doit-add-ons/api/endpunkt-doku.png)](../../assets/images/de/i-doit-add-ons/api/endpunkt-doku.png) +[![Endpoint documentation](../../assets/images/en/i-doit-add-ons/api/endpunkt-doku.png)](../../assets/images/en/i-doit-add-ons/api/endpunkt-doku.png) ## Clients and Libraries diff --git a/docs/en/i-doit-add-ons/cabling.md b/docs/en/i-doit-add-ons/cabling.md index fc662fa40..6fdba22f4 100644 --- a/docs/en/i-doit-add-ons/cabling.md +++ b/docs/en/i-doit-add-ons/cabling.md @@ -22,13 +22,13 @@ After [installation](../i-doit-add-ons/index.md), no further technical configura Under **Administration → Permissions → Cabling view**, [permissions for persons and person groups](../efficient-documentation/permission-management/index.md) can be adjusted. -[![Assigning rights](../assets/images/de/i-doit-add-ons/cabling/1-cab.png)](../assets/images/de/i-doit-add-ons/cabling/1-cab.png) +[![Assigning rights](../assets/images/en/i-doit-add-ons/cabling/1-cab.png)](../assets/images/en/i-doit-add-ons/cabling/1-cab.png) ## Usage After installation and configuration of permissions, the add-on is available under **Add-ons → Cabling view**. -[![Usage](../assets/images/de/i-doit-add-ons/cabling/2-cab.png)](../assets/images/de/i-doit-add-ons/cabling/2-cab.png) +[![Usage](../assets/images/en/i-doit-add-ons/cabling/2-cab.png)](../assets/images/en/i-doit-add-ons/cabling/2-cab.png) ## Releases diff --git a/docs/en/i-doit-add-ons/checkmk.md b/docs/en/i-doit-add-ons/checkmk.md index fd26cd1db..7b244d4a1 100644 --- a/docs/en/i-doit-add-ons/checkmk.md +++ b/docs/en/i-doit-add-ons/checkmk.md @@ -7,7 +7,7 @@ lang: en --- # Checkmk -[![Check_MK Logo](../assets/images/de/i-doit-add-ons/checkmk/1-cmk.gif)](../assets/images/de/i-doit-add-ons/checkmk/1-cmk.gif) +[![Check_MK Logo](../assets/images/en/i-doit-add-ons/checkmk/1-cmk.gif)](../assets/images/en/i-doit-add-ons/checkmk/1-cmk.gif) Check\_MK is a [network monitoring](../automation-and-integration/network-monitoring/index.md) software that you can configure from within i-doit. @@ -35,7 +35,7 @@ The most important parameters: - **Lock hosts/folders**: Prevents the exported configuration from being edited in Check\_MK -- so your settings are not overwritten during the next export. - **Master Site**: Select the site here that has been added across multiple export configurations. With only one configuration, leave this field empty. -[![Master Site](../assets/images/de/i-doit-add-ons/checkmk/2-cmk.png)](../assets/images/de/i-doit-add-ons/checkmk/2-cmk.png) +[![Master Site](../assets/images/en/i-doit-add-ons/checkmk/2-cmk.png)](../assets/images/en/i-doit-add-ons/checkmk/2-cmk.png) ## Categories @@ -43,7 +43,7 @@ Assign the [category folder](../basics/it-documentation-structure.md) **Check_MK In the **Check_MK (Host)** category, you select an export configuration and define the hostname or host address. Optionally, you can prevent the export of the IP address -- e.g., when it is assigned via DHCP and changes. -[![Check_MK (Host)](../assets/images/de/i-doit-add-ons/checkmk/3-cmk.png)](../assets/images/de/i-doit-add-ons/checkmk/3-cmk.png) +[![Check_MK (Host)](../assets/images/en/i-doit-add-ons/checkmk/3-cmk.png)](../assets/images/en/i-doit-add-ons/checkmk/3-cmk.png) ## Host tags @@ -63,7 +63,7 @@ The CMDB tags access content from the CMDB. In the configuration, you only see o In the following example, the **Operating system** attribute from the CMDB is converted into a host tag. -[![Operating system](../assets/images/de/i-doit-add-ons/checkmk/4-cmk.png)](../assets/images/de/i-doit-add-ons/checkmk/4-cmk.png) +[![Operating system](../assets/images/en/i-doit-add-ons/checkmk/4-cmk.png)](../assets/images/en/i-doit-add-ons/checkmk/4-cmk.png) The server in the example has Debian 7.1 assigned as its operating system. This value is adopted as the corresponding host tag when the configuration is exported. diff --git a/docs/en/i-doit-add-ons/dns-documentation.md b/docs/en/i-doit-add-ons/dns-documentation.md index 3dac1094d..4222673ee 100644 --- a/docs/en/i-doit-add-ons/dns-documentation.md +++ b/docs/en/i-doit-add-ons/dns-documentation.md @@ -43,7 +43,7 @@ The "DNS Server" object type is based on a normal server object, supplemented wi !!! info "'DNS Zones' is a backward category -- you can only read the information here, not edit it." -[![DNS Server](../assets/images/de/i-doit-add-ons/dns-documentation/1-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/1-dns.png) +[![DNS Server](../assets/images/en/i-doit-add-ons/dns-documentation/1-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/1-dns.png) ## DNS Zone @@ -57,22 +57,22 @@ In the "DNS Zone" object type, you document all zone information. Three categori The "Authoritative Nameservers" category is a multi-value category -- you can create any number of entries. -[![Authoritative Nameservers](../assets/images/de/i-doit-add-ons/dns-documentation/2-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/2-dns.png) +[![Authoritative Nameservers](../assets/images/en/i-doit-add-ons/dns-documentation/2-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/2-dns.png) Each entry contains two pieces of information: 1. **DNS Server Object** -- Select the server via the object browser. 2. **Role** -- Assign the "Primary" or "Secondary" role to the server. -[![DNS Server Object](../assets/images/de/i-doit-add-ons/dns-documentation/3-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/3-dns.png) +[![DNS Server Object](../assets/images/en/i-doit-add-ons/dns-documentation/3-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/3-dns.png) ### DNS Records "DNS Records" is also a multi-value category. This way you document a DNS file line by line and maintain an overview. -[![DNS Records](../assets/images/de/i-doit-add-ons/dns-documentation/4-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/4-dns.png) +[![DNS Records](../assets/images/en/i-doit-add-ons/dns-documentation/4-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/4-dns.png) -[![DNS Records](../assets/images/de/i-doit-add-ons/dns-documentation/5-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/5-dns.png) +[![DNS Records](../assets/images/en/i-doit-add-ons/dns-documentation/5-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/5-dns.png) Each entry consists of the text fields **Name**, **Time to live**, and **Data** as well as the Dialog+ fields **Class** and **Type**. Predefined entries are included for "Class" and "Type". @@ -80,6 +80,6 @@ Each entry consists of the text fields **Name**, **Time to live**, and **Data** In the "SOA Records" category, you document the "Start of Authority" in detail. Since the SOA record is unique per zone, this is a single-value category. -[![SOA Records](../assets/images/de/i-doit-add-ons/dns-documentation/6-dns.png)](../assets/images/de/i-doit-add-ons/dns-documentation/6-dns.png) +[![SOA Records](../assets/images/en/i-doit-add-ons/dns-documentation/6-dns.png)](../assets/images/en/i-doit-add-ons/dns-documentation/6-dns.png) Except for the Dialog+ field "Class", all fields are available as text fields. diff --git a/docs/en/i-doit-add-ons/events.md b/docs/en/i-doit-add-ons/events.md index 1d40bae16..9efccd23b 100644 --- a/docs/en/i-doit-add-ons/events.md +++ b/docs/en/i-doit-add-ons/events.md @@ -15,13 +15,13 @@ With the Events [add-on](./index.md), you automate actions when changes are made Under **Administration → Permissions → Events**, [permissions for persons and person groups](../efficient-documentation/permission-management/index.md) can be adjusted. -[![Assigning rights](../assets/images/de/i-doit-add-ons/events/1-eve.png)](../assets/images/de/i-doit-add-ons/events/1-eve.png) +[![Assigning rights](../assets/images/en/i-doit-add-ons/events/1-eve.png)](../assets/images/en/i-doit-add-ons/events/1-eve.png) ## Configuration The configuration is accessed via **Administration → Add-ons → Events → Hooks**. -[![Configuration](../assets/images/de/i-doit-add-ons/events/2-eve.png)](../assets/images/de/i-doit-add-ons/events/2-eve.png) +[![Configuration](../assets/images/en/i-doit-add-ons/events/2-eve.png)](../assets/images/en/i-doit-add-ons/events/2-eve.png) !!! attention "404 Not Found" If only an error message appears when accessing the event configuration, stating that the page could not be found, this is most likely due to an incorrect [web server configuration](../administration/management/tenant-management/index.md). Both the Apache rewrite module must be activated and reading the .htaccess file in the i-doit installation directory must be perwithted (AllowOverride All). @@ -47,7 +47,7 @@ When a configured event occurs, i-doit immediately executes a shell script. Note - On GNU/Linux, set the execute permission bit (`chmod +x`). - Any programming language is supported, as long as the operating system supports it (Bash, PHP, Python, Perl, etc.). -[![Command call](../assets/images/de/i-doit-add-ons/events/3-eve.png)](../assets/images/de/i-doit-add-ons/events/3-eve.png) +[![Command call](../assets/images/en/i-doit-add-ons/events/3-eve.png)](../assets/images/en/i-doit-add-ons/events/3-eve.png) The shell script receives information about the event as BASE64-encoded JSON. Here is an example after decoding -- it shows saving a category entry: @@ -170,7 +170,7 @@ You can configure additional static parameters that are passed to the shell scri Each execution of an event command call is logged. The last 500 entries can be found under **Administration → Add-ons → Events → History (Log)**. -[![Logging](../assets/images/de/i-doit-add-ons/events/4-eve.png)](../assets/images/de/i-doit-add-ons/events/4-eve.png) +[![Logging](../assets/images/en/i-doit-add-ons/events/4-eve.png)](../assets/images/en/i-doit-add-ons/events/4-eve.png) ## Releases diff --git a/docs/en/i-doit-add-ons/floorplan.md b/docs/en/i-doit-add-ons/floorplan.md index 030e67bab..8ac70150b 100644 --- a/docs/en/i-doit-add-ons/floorplan.md +++ b/docs/en/i-doit-add-ons/floorplan.md @@ -10,21 +10,21 @@ You can find practical examples on our [Blog](https://www.i-doit.com/blog/floorp With the [add-on](./index.md) **Floorplan**, you assign graphical plans to location [objects](../basics/it-documentation-structure.md), add a scale to them, and position the spatially assigned objects within them. -[![Floorplan](../assets/images/de/i-doit-add-ons/floorplan/1-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/1-fp.png) +[![Floorplan](../assets/images/en/i-doit-add-ons/floorplan/1-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/1-fp.png) The add-on is installed via the [Admin Center](./index.md). Afterwards, it can be accessed under **Add-ons → Floorplan**. -[![Installed](../assets/images/de/i-doit-add-ons/floorplan/2-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/2-fp.png) +[![Installed](../assets/images/en/i-doit-add-ons/floorplan/2-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/2-fp.png) ## Assigning rights Under **Administration → Permissions → Floorplan**, [permissions for persons and person groups](../efficient-documentation/permission-management/index.md) can be adjusted. -[![Assigning rights](../assets/images/de/i-doit-add-ons/floorplan/3-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/3-fp.png) +[![Assigning rights](../assets/images/en/i-doit-add-ons/floorplan/3-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/3-fp.png) ## Creating a floorplan -[![Creating a floorplan](../assets/images/de/i-doit-add-ons/floorplan/4-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/4-fp.png) +[![Creating a floorplan](../assets/images/en/i-doit-add-ons/floorplan/4-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/4-fp.png) To create a floorplan: @@ -39,7 +39,7 @@ Supported graphic formats: `bmp`, `png`, `jpg`, `jpeg`, `gif` (max. **5 MB**). Y Via the location list, you display all spatially assigned objects: -[![Assigned objects](../assets/images/de/i-doit-add-ons/floorplan/9-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/9-fp.png) +[![Assigned objects](../assets/images/en/i-doit-add-ons/floorplan/9-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/9-fp.png) To place objects on the floorplan: @@ -53,21 +53,21 @@ In the left area, you customize selected objects. Select an object to use the fo **Orientation**: Define the orientation (top, bottom, right, left). A triangle points in the chosen direction. -[![Change position](../assets/images/de/i-doit-add-ons/floorplan/15-fp.svg)](../assets/images/de/i-doit-add-ons/floorplan/15-fp.svg) **Select and create object shape**: The shape of the object can be customized freely. Custom shapes can be saved. +[![Change position](../assets/images/en/i-doit-add-ons/floorplan/15-fp.svg)](../assets/images/en/i-doit-add-ons/floorplan/15-fp.svg) **Select and create object shape**: The shape of the object can be customized freely. Custom shapes can be saved. -[![Center](../assets/images/de/i-doit-add-ons/floorplan/16-fp.svg)](../assets/images/de/i-doit-add-ons/floorplan/16-fp.svg)**Center on object**: The selected object is centered in the middle of the screen. +[![Center](../assets/images/en/i-doit-add-ons/floorplan/16-fp.svg)](../assets/images/en/i-doit-add-ons/floorplan/16-fp.svg)**Center on object**: The selected object is centered in the middle of the screen. -[![Rotate](../assets/images/de/i-doit-add-ons/floorplan/17-fp.svg)](../assets/images/de/i-doit-add-ons/floorplan/17-fp.svg) **Rotate object**: The object can be rotated freely. +[![Rotate](../assets/images/en/i-doit-add-ons/floorplan/17-fp.svg)](../assets/images/en/i-doit-add-ons/floorplan/17-fp.svg) **Rotate object**: The object can be rotated freely. -[![Unposition object](../assets/images/de/i-doit-add-ons/floorplan/18-fp.svg)](../assets/images/de/i-doit-add-ons/floorplan/18-fp.svg) **Remove positioning**: The object disappears from the floorplan but can be added again via the object list. +[![Unposition object](../assets/images/en/i-doit-add-ons/floorplan/18-fp.svg)](../assets/images/en/i-doit-add-ons/floorplan/18-fp.svg) **Remove positioning**: The object disappears from the floorplan but can be added again via the object list. -[![radius](../assets/images/de/i-doit-add-ons/floorplan/19-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/19-fp.png) **Define object radius**: Opens a popup to color the radius, display it transparently, and configure it in different units of measurement. +[![radius](../assets/images/en/i-doit-add-ons/floorplan/19-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/19-fp.png) **Define object radius**: Opens a popup to color the radius, display it transparently, and configure it in different units of measurement. -[![icon](../assets/images/de/i-doit-add-ons/floorplan/20-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/20-fp.png) **Apply form factor**: Adopts the data from the [category](../basics/it-documentation-structure.md) **Form factor** and scales the object to scale. +[![icon](../assets/images/en/i-doit-add-ons/floorplan/20-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/20-fp.png) **Apply form factor**: Adopts the data from the [category](../basics/it-documentation-structure.md) **Form factor** and scales the object to scale. -[![icon](../assets/images/de/i-doit-add-ons/floorplan/21-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/21-fp.png) **Filter object types**: Show or hide specific object types in the floorplan. +[![icon](../assets/images/en/i-doit-add-ons/floorplan/21-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/21-fp.png) **Filter object types**: Show or hide specific object types in the floorplan. -[![icon](../assets/images/de/i-doit-add-ons/floorplan/22-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/22-fp.png) **Open object**: Opens the selected object in a new browser tab. +[![icon](../assets/images/en/i-doit-add-ons/floorplan/22-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/22-fp.png) **Open object**: Opens the selected object in a new browser tab. In edit mode, a selected object is highlighted by a blinking outline. Additionally, options for changing the shape, free rotation, and rotating the label are available. @@ -126,17 +126,17 @@ For "Floorplan A" to appear as a floorplan within the "Base" floorplan, it must - have a background image - have a layout -If a condition is met, the floorplan icon appears when editing: [![icon](../assets/images/de/i-doit-add-ons/floorplan/add-on-icon.svg)](../assets/images/de/i-doit-add-ons/floorplan/add-on-icon.svg) +If a condition is met, the floorplan icon appears when editing: [![icon](../assets/images/en/i-doit-add-ons/floorplan/add-on-icon.svg)](../assets/images/en/i-doit-add-ons/floorplan/add-on-icon.svg) The floorplan is scaled to the previous object size. The layout or background image determines the scale. ## Floorplan profiles -[![Profile](../assets/images/de/i-doit-add-ons/floorplan/24-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/24-fp.png) +[![Profile](../assets/images/en/i-doit-add-ons/floorplan/24-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/24-fp.png) With profiles, you control which objects and attributes are displayed in the floorplan. A default profile is included. -[![Profile](../assets/images/de/i-doit-add-ons/floorplan/25-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/25-fp.png) +[![Profile](../assets/images/en/i-doit-add-ons/floorplan/25-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/25-fp.png) To create a new profile: @@ -146,7 +146,7 @@ To create a new profile: ### Visualization options -[![Visualization options](../assets/images/de/i-doit-add-ons/floorplan/27-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/27-fp.png) +[![Visualization options](../assets/images/en/i-doit-add-ons/floorplan/27-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/27-fp.png) **Highlight color**: Here you select a color by clicking that outlines the object when it is clicked. @@ -154,25 +154,25 @@ To create a new profile: ### Default values -[![Filter](../assets/images/de/i-doit-add-ons/floorplan/29-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/29-fp.png) +[![Filter](../assets/images/en/i-doit-add-ons/floorplan/29-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/29-fp.png) ### Object information -[![Attributes](../assets/images/de/i-doit-add-ons/floorplan/30-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/30-fp.png) +[![Attributes](../assets/images/en/i-doit-add-ons/floorplan/30-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/30-fp.png) This object information is displayed in the object view under **Object information**. -[![Object information](../assets/images/de/i-doit-add-ons/floorplan/31-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/31-fp.png) +[![Object information](../assets/images/en/i-doit-add-ons/floorplan/31-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/31-fp.png) ### Settings Under **Settings**, you can define the profile as default globally or for specific users. -[![Settings](../assets/images/de/i-doit-add-ons/floorplan/32-fp.png)](../assets/images/de/i-doit-add-ons/floorplan/32-fp.png) +[![Settings](../assets/images/en/i-doit-add-ons/floorplan/32-fp.png)](../assets/images/en/i-doit-add-ons/floorplan/32-fp.png) ## Export -Floorplans can be exported as SVG or PNG files via the [![Export](../assets/images/de/i-doit-add-ons/floorplan/33-fp.svg)](../assets/images/de/i-doit-add-ons/floorplan/33-fp.svg) button. +Floorplans can be exported as SVG or PNG files via the [![Export](../assets/images/en/i-doit-add-ons/floorplan/33-fp.svg)](../assets/images/en/i-doit-add-ons/floorplan/33-fp.svg) button. ## Releases diff --git a/docs/en/i-doit-add-ons/flows/flows-guide.md b/docs/en/i-doit-add-ons/flows/flows-guide.md index e534a58a4..8d8aab7ba 100644 --- a/docs/en/i-doit-add-ons/flows/flows-guide.md +++ b/docs/en/i-doit-add-ons/flows/flows-guide.md @@ -20,15 +20,15 @@ If your instance can reach the internet, use the update via the Updater. The pre #### Step 1: Open the Administration in i-doit 32 -[![Open administration](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png) +[![Open administration](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png) #### Step 2: Open [tenant-name] Administration -[![Open tenant-name administration](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png) +[![Open tenant-name administration](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png) #### Step 3: Click the i-doit Update button -[![Click Update button](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png) +[![Click Update button](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png) * * * @@ -95,15 +95,15 @@ Now adjust the file permissions so that the web server has read and write access #### Step 4: Open the Administration in i-doit 32 -[![Open administration](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png) +[![Open administration](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-1.png) #### Step 5: Open [tenant-name] Administration -[![Open tenant-name administration](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png) +[![Open tenant-name administration](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-2.png) #### Step 6: Click the i-doit Update button -[![Click Update button](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png) +[![Click Update button](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/update-step-3.png) * * * @@ -119,15 +119,15 @@ To use the **Subscription & Add-ons** feature, you need the license token. Enter #### Step 1: Open Subscription & Add-ons -[![Open Subscription & Add-ons](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-1.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-1.png) +[![Open Subscription & Add-ons](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-1.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-1.png) #### Step 2: Save license token -[![Save license token](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-2.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-2.png) +[![Save license token](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-2.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-2.png) #### Step 3: Open Add-ons and install the Flows Add-on via Actions -[![Open Add-ons and install Flows Add-on](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-3.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-3.png) +[![Open Add-ons and install Flows Add-on](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-3.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/flows-install-step-3.png) * * * @@ -141,17 +141,17 @@ First log in to the Customer Portal at and download #### Step 2: Open Admin Center -[![Open Admin Center](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-1.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-1.png) +[![Open Admin Center](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-1.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-1.png) #### Step 3: Log in to the i-doit Admin Center -[![Log in to Admin Center](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-2.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-2.png) +[![Log in to Admin Center](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-2.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-2.png) #### Step 4: Install the Flows Add-on Click the heading **Add-ons**, then click **Install/update Add-on** and select the **Flows ZIP file**: -[![Install via Admin Center](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-3.png)](../../assets/images/de/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-3.png) +[![Install via Admin Center](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-3.png)](../../assets/images/en/i-doit-add-ons/flows/update-i-doit-and-install-flows/install-2.2-3.png) * * * diff --git a/docs/en/i-doit-add-ons/forms/index.md b/docs/en/i-doit-add-ons/forms/index.md index 100c1dc36..c3301922a 100644 --- a/docs/en/i-doit-add-ons/forms/index.md +++ b/docs/en/i-doit-add-ons/forms/index.md @@ -16,7 +16,7 @@ More about this can be found in our [Blog](https://www.i-doit.com/blog/das-new-i !!! info "The Forms Add-on is currently provided in English. Translations originating from i-doit are also translated into German." -[![Forms view](../../assets/images/de/i-doit-add-ons/forms/1-forms.png)](../../assets/images/de/i-doit-add-ons/forms/1-forms.png) +[![Forms view](../../assets/images/en/i-doit-add-ons/forms/1-forms.png)](../../assets/images/en/i-doit-add-ons/forms/1-forms.png) ## Requirements @@ -46,7 +46,7 @@ To install the add-on: For users to be able to create forms, assign the corresponding [permissions](../../efficient-documentation/permission-management/index.md) under **Administration → Authorization system → Rights → Forms**. -[![Permission assignment](../../assets/images/de/i-doit-add-ons/forms/2-forms.png)](../../assets/images/de/i-doit-add-ons/forms/2-forms.png) +[![Permission assignment](../../assets/images/en/i-doit-add-ons/forms/2-forms.png)](../../assets/images/en/i-doit-add-ons/forms/2-forms.png) !!! attention "Clear the authorization system cache" After you have assigned or changed the permissions, clear the [cache](../../administration/management/tenant-management/system-repair-and-cleanup.md) in the i-doit [administration](../../administration/management/index.md) under **Administration > [tenant-name] Administration > System repair and cleanup**, so that the changes are applied by the system. diff --git a/docs/en/i-doit-add-ons/isms/object-types-and-categories.md b/docs/en/i-doit-add-ons/isms/object-types-and-categories.md index 000475bfb..0f59fc66b 100644 --- a/docs/en/i-doit-add-ons/isms/object-types-and-categories.md +++ b/docs/en/i-doit-add-ons/isms/object-types-and-categories.md @@ -14,7 +14,7 @@ The ISMS add-on extends i-doit with several object types in the object type grou ## Audit -[![Audit](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_audit.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_audit.jpg) +[![Audit](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_audit.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_audit.jpg) With the Audit object type, you can document audits, including results and identified deviations. @@ -28,7 +28,7 @@ With the Audit object type, you can document audits, including results and ident ## Threat -[![Threat](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_threat.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_threat.jpg) +[![Threat](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_threat.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_threat.jpg) The Threat object type describes risk sources for risk assessments. @@ -47,7 +47,7 @@ The Threat object type describes risk sources for risk assessments. ## Assessment Criterion -[![Assessment Criterion](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_protection_category.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_protection_category.jpg) +[![Assessment Criterion](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_protection_category.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_protection_category.jpg) Assessment criteria form the basis for calculating the risk level. @@ -60,7 +60,7 @@ Assessment criteria form the basis for calculating the risk level. ## Event -[![Event](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_event.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_event.jpg) +[![Event](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_event.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_event.jpg) With the Event object type, you can create risk events for event-based risk identification. @@ -73,7 +73,7 @@ With the Event object type, you can create risk events for event-based risk iden ## Annex A Measure -[![Annex A Measure](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_control_annex_a.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_control_annex_a.jpg) +[![Annex A Measure](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_control_annex_a.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_control_annex_a.jpg) The Annex A Measure object type contains the measures from ISO 27001 Annex A. Its main purpose is the comparison with SOA measures. @@ -87,7 +87,7 @@ The Annex A Measure object type contains the measures from ISO 27001 Annex A. It ## default Requirement -[![default Requirement](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_standard_requirement.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_standard_requirement.jpg) +[![default Requirement](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_standard_requirement.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_standard_requirement.jpg) default requirements store requirement texts and their implementation status. @@ -102,7 +102,7 @@ default requirements store requirement texts and their implementation status. ## Damage Scenario -[![Damage Scenario](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_incident_scenario.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_incident_scenario.jpg) +[![Damage Scenario](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_incident_scenario.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_incident_scenario.jpg) Damage scenarios are used to assess the impact in risk evaluation. @@ -116,7 +116,7 @@ Damage scenarios are used to assess the impact in risk evaluation. ## Security Incident -[![Security Incident](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_security_incident.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_security_incident.jpg) +[![Security Incident](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_security_incident.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_security_incident.jpg) The Security Incident object type is used for structured documentation of incidents. @@ -130,7 +130,7 @@ The Security Incident object type is used for structured documentation of incide ## Vulnerability -[![Vulnerability](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_vulnerability.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_vulnerability.jpg) +[![Vulnerability](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_vulnerability.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_vulnerability.jpg) Vulnerabilities are used for risk assessments. The object type is optionally if your threats from catalogs already combine threat and vulnerability, for example in IT-Grundschutz. @@ -145,7 +145,7 @@ Vulnerabilities are used for risk assessments. The object type is optionally if ## SOA Measure -[![SOA Measure](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_control.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_control.jpg) +[![SOA Measure](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_control.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_control.jpg) SOA measures contain the measures applied or planned in the organization. You can import measures from catalogs and link them with Annex A measures. @@ -161,7 +161,7 @@ SOA measures contain the measures applied or planned in the organization. You ca ## Virtual ISMS Location -[![Virtual ISMS Location](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_virtual_location.jpg)](../../assets/images/de/i-doit-add-ons/isms/object-types-and-categories/isms_virtual_location.jpg) +[![Virtual ISMS Location](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_virtual_location.jpg)](../../assets/images/en/i-doit-add-ons/isms/object-types-and-categories/isms_virtual_location.jpg) The virtual ISMS location is a helper object for structuring the location tree, especially when location rights are enabled. You can assign SOA measures to this virtual location. This keeps the location tree for infrastructure organized. diff --git a/docs/en/i-doit-add-ons/isms/reports.md b/docs/en/i-doit-add-ons/isms/reports.md index 68cf48491..a042626cf 100644 --- a/docs/en/i-doit-add-ons/isms/reports.md +++ b/docs/en/i-doit-add-ons/isms/reports.md @@ -76,7 +76,7 @@ This page describes the evaluations provided with the ISMS add-on in **i-doit**. **Filters:** *Scope* and *Location*. -[![Risk matrix example](../../assets/images/de/i-doit-add-ons/isms/reports/matrix.png)](../../assets/images/de/i-doit-add-ons/isms/reports/matrix.png) +[![Risk matrix example](../../assets/images/en/i-doit-add-ons/isms/reports/matrix.png)](../../assets/images/en/i-doit-add-ons/isms/reports/matrix.png) !!! tip "The axes and colors are derived from the assessment criteria, risk formula, and risk classes defined in the [**Configuration**](configuration.md). Adjust these first so you can use the matrix effectively." diff --git a/docs/en/i-doit-add-ons/isms/risk-assessment.md b/docs/en/i-doit-add-ons/isms/risk-assessment.md index e66fcf66b..7ffc77f51 100644 --- a/docs/en/i-doit-add-ons/isms/risk-assessment.md +++ b/docs/en/i-doit-add-ons/isms/risk-assessment.md @@ -23,7 +23,7 @@ The **Risk Assessment** category opens a **multi-value category** where you can ### Creating a New Risk Assessment -[![Form - new risk assessment](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra.png)](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra.png) +[![Form - new risk assessment](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra.png)](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra.png) 1. Select **Threat** and **Vulnerability** – together they form the risk. 2. Enter **Protection Goals** (default: *Confidentiality*, *Integrity*, *Availability*). @@ -34,7 +34,7 @@ The **Risk Assessment** category opens a **multi-value category** where you can 5. Assign **existing measures** (if available) and document a **comment** on the evaluation. 6. Set the **Date of Risk Evaluation** and **Follow-up Date** (usable for evaluations). -[![Risk evaluation - damage scenarios & probability of occurrence](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra2.png)](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra2.png) +[![Risk evaluation - damage scenarios & probability of occurrence](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra2.png)](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra2.png) ### Risk Treatment @@ -46,7 +46,7 @@ The **Risk Assessment** category opens a **multi-value category** where you can - **Resources** and **costs**, **latest implementation date** - **Status** and **urgency** (*Dialog Plus* fields; values can be maintained via `Administration -> Predefined Content -> Dialog Admin`) -[![Risk evaluation after treatment / residual risk](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra3.png)](../../assets/images/de/i-doit-add-ons/isms/risk-assessment/create-ra3.png) +[![Risk evaluation after treatment / residual risk](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra3.png)](../../assets/images/en/i-doit-add-ons/isms/risk-assessment/create-ra3.png) !!! tip With **"Copy evaluation before treatment"**, all slider values can be transferred and adjusted as needed. diff --git a/docs/en/i-doit-add-ons/maintenance.md b/docs/en/i-doit-add-ons/maintenance.md index 44c5384aa..13ca3adc3 100644 --- a/docs/en/i-doit-add-ons/maintenance.md +++ b/docs/en/i-doit-add-ons/maintenance.md @@ -35,7 +35,7 @@ Under **Administration → Permissions → Wartung** can [permissions for person Maintenance activities can be created and edited under **Add-ons → Maintenance → All maintenance**. -[![Wartung](../assets/images/de/i-doit-add-ons/maintenance/1-main.png)](../assets/images/de/i-doit-add-ons/maintenance/1-main.png) +[![Wartung](../assets/images/en/i-doit-add-ons/maintenance/1-main.png)](../assets/images/en/i-doit-add-ons/maintenance/1-main.png) The action bar provides the following functions: @@ -47,7 +47,7 @@ The action bar provides the following functions: | **Complete** | Mark selected maintenance as successfully completed | | **E-Mails abschicken** | Inform affected persons about the maintenance via email | -[![Wartung](../assets/images/de/i-doit-add-ons/maintenance/2-main.png)](../assets/images/de/i-doit-add-ons/maintenance/2-main.png) +[![Wartung](../assets/images/en/i-doit-add-ons/maintenance/2-main.png)](../assets/images/en/i-doit-add-ons/maintenance/2-main.png) When creating a new maintenance activity, the following options are available: @@ -64,25 +64,25 @@ When creating a new maintenance activity, the following options are available: | **Assigned roles** | Alternatively or in parallel to the recipients, the assigned contacts can be notified based on their roles (category Contact assignment). | | **Email template** | Which text should be sent via email (see below)? | -[![Wartung](../assets/images/de/i-doit-add-ons/maintenance/3-main.png)](../assets/images/de/i-doit-add-ons/maintenance/3-main.png) +[![Wartung](../assets/images/en/i-doit-add-ons/maintenance/3-main.png)](../assets/images/en/i-doit-add-ons/maintenance/3-main.png) ## Upcoming maintenance Here you can send emails for maintenance activities, complete maintenance, or create and edit them. -[![Upcoming maintenance](../assets/images/de/i-doit-add-ons/maintenance/4-main.png)](../assets/images/de/i-doit-add-ons/maintenance/4-main.png) +[![Upcoming maintenance](../assets/images/en/i-doit-add-ons/maintenance/4-main.png)](../assets/images/en/i-doit-add-ons/maintenance/4-main.png) ## Completed maintenance When a maintenance activity is marked as completed, it no longer appears under **Upcoming maintenance** (see above). Instead, you can find it under **Add-ons → Maintenance → Completed maintenance**. -[![Completed maintenance](../assets/images/de/i-doit-add-ons/maintenance/5-main.png)](../assets/images/de/i-doit-add-ons/maintenance/5-main.png) +[![Completed maintenance](../assets/images/en/i-doit-add-ons/maintenance/5-main.png)](../assets/images/en/i-doit-add-ons/maintenance/5-main.png) ## Planning view A detailed overview of all objects for which maintenance has been planned or already performed can be found under **Add-ons → Maintenance → Planning view**. For filtering, you define the time period via the **From** and **To** options. -[![Planungsansicht](../assets/images/de/i-doit-add-ons/maintenance/6-main.png)](../assets/images/de/i-doit-add-ons/maintenance/6-main.png) +[![Planungsansicht](../assets/images/en/i-doit-add-ons/maintenance/6-main.png)](../assets/images/en/i-doit-add-ons/maintenance/6-main.png) ## Creating a report @@ -98,7 +98,7 @@ From the previously planned and performed maintenance activities, you can create The PDF file is generated via the **PDF Export & Download** button and offered for download. -[![Wartungs-Bericht Create](../assets/images/de/i-doit-add-ons/maintenance/7-main.png)](../assets/images/de/i-doit-add-ons/maintenance/7-main.png) +[![Wartungs-Bericht Create](../assets/images/en/i-doit-add-ons/maintenance/7-main.png)](../assets/images/en/i-doit-add-ons/maintenance/7-main.png) ## Maintenance overview in the object @@ -106,19 +106,19 @@ If an object is under maintenance, this is indicated symbolically. On every page You can add the **Maintenance overview** category to the object type via the [object type configuration](../basics/assigning-categories-to-object-types.md) to also display maintenance activities directly in the object. -[![Maintenance overview in object](../assets/images/de/i-doit-add-ons/maintenance/8-main.png)](../assets/images/de/i-doit-add-ons/maintenance/8-main.png) +[![Maintenance overview in object](../assets/images/en/i-doit-add-ons/maintenance/8-main.png)](../assets/images/en/i-doit-add-ons/maintenance/8-main.png) ## Maintenance on the dashboard On the [Dashboard](../basics/dashboard-and-widgets.md) you display planned and completed maintenance activities in the calendar widget. These are highlighted. -[![Kalender-Widget](../assets/images/de/i-doit-add-ons/maintenance/9-main.png)](../assets/images/de/i-doit-add-ons/maintenance/9-main.png) +[![Kalender-Widget](../assets/images/en/i-doit-add-ons/maintenance/9-main.png)](../assets/images/en/i-doit-add-ons/maintenance/9-main.png) ## Creating email templates For each planned maintenance activity, you can generate an email to notify the affected persons. You specify them either as recipients or via their assigned role. You define the email text under **Add-ons → Maintenance → Email templates**. You can create any number of templates and assign them to individual planned maintenance activities (see above). -[![E-Mail-Vorlage](../assets/images/de/i-doit-add-ons/maintenance/10-main.png)](../assets/images/de/i-doit-add-ons/maintenance/10-main.png) +[![E-Mail-Vorlage](../assets/images/en/i-doit-add-ons/maintenance/10-main.png)](../assets/images/en/i-doit-add-ons/maintenance/10-main.png) Using the **New** button, you create a new template; using **Edit**, you modify an existing one. Using **Delete**, you irrevocably remove templates. @@ -131,7 +131,7 @@ The form for creating and editing offers the following Options: You can populate both the **Title** and the **Content** with placeholders that are replaced before sending. The list of available placeholders can also be found on the page. -[![E-Mail-Vorlage](../assets/images/de/i-doit-add-ons/maintenance/11-main.png)](../assets/images/de/i-doit-add-ons/maintenance/11-main.png) +[![E-Mail-Vorlage](../assets/images/en/i-doit-add-ons/maintenance/11-main.png)](../assets/images/en/i-doit-add-ons/maintenance/11-main.png) ## Sending emails automatically diff --git a/docs/en/i-doit-add-ons/nagios.md b/docs/en/i-doit-add-ons/nagios.md index a3211a3f5..25907ad78 100644 --- a/docs/en/i-doit-add-ons/nagios.md +++ b/docs/en/i-doit-add-ons/nagios.md @@ -22,13 +22,13 @@ Set up the configuration under **Administration → Import and interfaces → Mo - **Local path** -- Absolute or relative path where the generated configuration is stored. - **Link to the monitoring tool** -- Base link to generate links from i-doit to the monitoring instance. -[![Nagios management](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/1-nag.png)](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/1-nag.png) +[![Nagios management](../assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png)](../assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png) ## Base configurations Under **Add-ons → Nagios** the base configurations are created. -[![Nagios extras](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/2-nag.png)](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/2-nag.png) +[![Nagios extras](../assets/images/en/automation-and-integration/network-monitoring/nagios/2-nag.png)](../assets/images/en/automation-and-integration/network-monitoring/nagios/2-nag.png) This includes the main configuration, service and host templates, and other basic settings. All values are identical to the Nagios configuration. @@ -39,7 +39,7 @@ All other configurations are made within the [objects](../basics/it-documentatio 1. Assign via [Edit data structure](../administration/management/data-structure/edit-data-structure.md) the [category](../basics/it-documentation-structure.md) folder **Nagios (Host)** to the desired [object types](../basics/it-documentation-structure.md). 2. Enter in the category **Host Definition** a host definition -- either via a Nagios template or through individual configuration. -[![Nagios configuration](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/3-nag.png)](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/3-nag.png) +[![Nagios configuration](../assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png)](../assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png) Host and service templates follow the Nagios principle. Via the **Service assignment** category, you assign service checks to a host. @@ -54,7 +54,7 @@ You can find additional Nagios configurations in objects of the type **Persons** You start the export manually under **Administration → Import and interfaces → Monitoring → Export configuration**. Select an export configuration and optionally enable validation. -[![Nagios export](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/4-nag.png)](../assets/images/de/automatisierung-und-integration/network-monitoring/nagios/4-nag.png) +[![Nagios export](../assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png)](../assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png) The validation checks basic dependencies -- e.g. whether an IP address is entered for a host. It protects against corrupt configurations but does not offer 100 percent protection. Therefore, always additionally test the generated configuration with the Nagios binary. diff --git a/docs/en/i-doit-add-ons/replacement.md b/docs/en/i-doit-add-ons/replacement.md index d2c9f5f23..4b3116f56 100644 --- a/docs/en/i-doit-add-ons/replacement.md +++ b/docs/en/i-doit-add-ons/replacement.md @@ -58,13 +58,13 @@ There are three ways to swap one object for another: The selected objects can be swapped using the **Swap** button. -[![Selection via object list](../assets/images/de/i-doit-add-ons/replacement/1-rp.png)](../assets/images/de/i-doit-add-ons/replacement/1-rp.png) +[![Selection via object list](../assets/images/en/i-doit-add-ons/replacement/1-rp.png)](../assets/images/en/i-doit-add-ons/replacement/1-rp.png) -[![Selection via object](../assets/images/de/i-doit-add-ons/replacement/2-rp.png)](../assets/images/de/i-doit-add-ons/replacement/2-rp.png) +[![Selection via object](../assets/images/en/i-doit-add-ons/replacement/2-rp.png)](../assets/images/en/i-doit-add-ons/replacement/2-rp.png) After selecting both objects, the options can be adjusted. Clicking the **Start device swap** button performs the swap of both objects. -[![Swap objects](../assets/images/de/i-doit-add-ons/replacement/3-rp.png)](../assets/images/de/i-doit-add-ons/replacement/3-rp.png) +[![Swap objects](../assets/images/en/i-doit-add-ons/replacement/3-rp.png)](../assets/images/en/i-doit-add-ons/replacement/3-rp.png) ## Swap by workstation systems @@ -74,13 +74,13 @@ Under **Add-ons → Device Swap → Swap by workstation systems** you make a pre 2. All **Workstation** objects whose **Workstation components** contain objects of this type appear. 3. Select one object per workstation to swap and click **Swap selected objects**. -[![Swap by workstation systems](../assets/images/de/i-doit-add-ons/replacement/4-rp.png)](../assets/images/de/i-doit-add-ons/replacement/4-rp.png) +[![Swap by workstation systems](../assets/images/en/i-doit-add-ons/replacement/4-rp.png)](../assets/images/en/i-doit-add-ons/replacement/4-rp.png) ## Swap report A report on previous swap actions can be found under **Add-ons → Device Swap → Swap Report** (alternatively via **Extras → Report Manager → Views → Swap Report**). -[![Swap report](../assets/images/de/i-doit-add-ons/replacement/5-rp.png)](../assets/images/de/i-doit-add-ons/replacement/5-rp.png) +[![Swap report](../assets/images/en/i-doit-add-ons/replacement/5-rp.png)](../assets/images/en/i-doit-add-ons/replacement/5-rp.png) ## Releases diff --git a/docs/en/i-doit-add-ons/viva2/assessment-of-protection.md b/docs/en/i-doit-add-ons/viva2/assessment-of-protection.md index 95b892848..752699a55 100644 --- a/docs/en/i-doit-add-ons/viva2/assessment-of-protection.md +++ b/docs/en/i-doit-add-ons/viva2/assessment-of-protection.md @@ -14,7 +14,7 @@ To load the protection needs assessment, first select an information domain in t Once the information domain is loaded, the left panel displays all target objects/target object groups that are assigned to the selected information domain via the "Information Domains" category (or via the corresponding reverse category "Infrastructure Analysis" in the information domain). -[![Target Object Groups](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png)](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png){:target="_blank"} +[![Target Object Groups](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png)](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png){:target="_blank"} The main area displays the complete information domain graphically. @@ -34,7 +34,7 @@ The protection needs are inherited from top to bottom, starting at the top with The protection needs for the various basic values are inherited downward according to the maximum principle. -[![Target Objects](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png)](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png){:target="_blank"} +[![Target Objects](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png)](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png){:target="_blank"} If the protection needs are entered directly on the object, the value is displayed in green text. If the value is inherited, it is displayed in gray. If the value entered on the object is lower than what the inheritance would dictate, the value is displayed in red text (e.g., in the case of a distribution effect). @@ -47,11 +47,11 @@ Since the graphical display can quickly become cluttered for large information d You edit an object's protection needs directly in the graphical display. Click on an object in the tree view -- it will be loaded into the left panel. -[![Protection needs](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png)](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png){:target="_blank"} +[![Protection needs](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png)](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png){:target="_blank"} To enter or change the protection needs, click "Edit protection needs". In the editing form, enter the protection needs for the basic values and provide a justification for the classification. -[![Edit protection needs](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png)](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png){:target="_blank"} +[![Edit protection needs](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png)](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png){:target="_blank"} After clicking Save, the object is saved with the corresponding values. Then reload the information domain completely so that the protection needs inheritance is recalculated. @@ -64,6 +64,6 @@ Using the "Export" button in the upper right corner, you can export the protecti - CSV: The protection needs assessment of the entire information domain is offered as a CSV file for export. Any applied filter is ignored. - JSON: The protection needs assessment of the entire information domain is offered in JSON format for export. Any applied filter is ignored. -[![Export protection needs](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/export.png)](../../assets/images/de/i-doit-add-ons/viva2/assessment-of-protection/export.png){:target="_blank"} +[![Export protection needs](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/export.png)](../../assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/export.png){:target="_blank"} [<- Back](structural-analysis.md){ .md-button } · [Modeling the Information Domain ->](modeling.md){ .md-button .md-button--primary } diff --git a/docs/en/i-doit-add-ons/viva2/it-grundschutz-check.md b/docs/en/i-doit-add-ons/viva2/it-grundschutz-check.md index 5b5e5e088..01faf8c9d 100644 --- a/docs/en/i-doit-add-ons/viva2/it-grundschutz-check.md +++ b/docs/en/i-doit-add-ons/viva2/it-grundschutz-check.md @@ -10,21 +10,21 @@ lang: en In the "IT-Grundschutz Check" category, all requirements belonging to the modules assigned to this object are listed. The requirements are sorted by layer, module, and requirement type. In addition to the requirement number and title, the persons responsible for implementing the requirement, the implementation status, and the implementation date are also displayed. -[![IT-Grundschutz Check](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/it-grundschutz-check-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/it-grundschutz-check-beispiel.png){:target="_blank"} +[![IT-Grundschutz Check](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/it-grundschutz-check-example.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/it-grundschutz-check-example.png){:target="_blank"} Clicking the magnifying glass icon additionally shows the requirement text and the implementation description. -[![Requirement text](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/anforderungstext-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/anforderungstext-beispiel.png){:target="_blank"} +[![Requirement text](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/basic-requirements-example.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/basic-requirements-example.png){:target="_blank"} Clicking the pencil icon opens the editing form to document the implementation status of this requirement. -[![Edit requirement](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/anforderung-bearbeiten-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/anforderung-bearbeiten-beispiel.png){:target="_blank"} +[![Edit requirement](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/edit-requirement-example.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/edit-requirement-example.png){:target="_blank"} !!! note "In the 'Responsibility' field, only entries that are listed in the contact assignment of the associated module can be added." If all basic requirements of a module are implemented (implementation status "Yes"), the module is marked as "Basic protection achieved". -[![Target state](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/zielzustand-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-check/zielzustand-beispiel.png){:target="_blank"} +[![Target state](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/basic-protection-reached-example.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-check/basic-protection-reached-example.png){:target="_blank"} Analogously, the module is marked as "Standard protection achieved" when all basic requirements are implemented and all standard requirements are documented as either implemented or dispensable. diff --git a/docs/en/i-doit-add-ons/viva2/it-grundschutz-profiles.md b/docs/en/i-doit-add-ons/viva2/it-grundschutz-profiles.md index aecbda0e2..c7b070608 100644 --- a/docs/en/i-doit-add-ons/viva2/it-grundschutz-profiles.md +++ b/docs/en/i-doit-add-ons/viva2/it-grundschutz-profiles.md @@ -14,7 +14,7 @@ With profiles, you bundle a defined selection of modules including their associa Menu: Add-ons → IT-Grundschutz → Profiles. The overview page shows all existing profiles. -[![Profile overview](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-uebersicht.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-uebersicht.png){:target="_blank"} +[![Profile overview](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-overview.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-overview.png){:target="_blank"} ### Creating a New Profile @@ -23,7 +23,7 @@ Menu: Add-ons → IT-Grundschutz → Profiles. The overview page shows all exist 3. Select modules 4. Save. Afterward, all associated requirements and threats are displayed. -[![Create profile](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-anlegen.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-anlegen.png){:target="_blank"} +[![Create profile](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-create.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-create.png){:target="_blank"} ### Exporting a Profile @@ -39,7 +39,7 @@ Menu: Add-ons → IT-Grundschutz → Profiles. The overview page shows all exist 2. Click Apply Profile 3. Read the warning carefully and confirm -[![Apply profile](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-anwenden.png)](../../assets/images/de/i-doit-add-ons/viva2/it-grundschutz-profiles/profil-anwenden.png){:target="_blank"} +[![Apply profile](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-apply.png)](../../assets/images/en/i-doit-add-ons/viva2/it-grundschutz-profiles/profile-apply.png){:target="_blank"} !!! danger "Caution" When applying a profile, all existing modules, threats, and requirements are deleted and then replaced with the contents of the profile. Create a backup and verify the effects in a test environment first. diff --git a/docs/en/i-doit-add-ons/viva2/modeling.md b/docs/en/i-doit-add-ons/viva2/modeling.md index 3647d1038..d28f26f0b 100644 --- a/docs/en/i-doit-add-ons/viva2/modeling.md +++ b/docs/en/i-doit-add-ons/viva2/modeling.md @@ -12,13 +12,13 @@ When modeling the information domain, you assign the modules from the Grundschut You assign process modules to the information domain via the "Process Modules" category. -[![Assigning process modules](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png){:target="_blank"} +[![Assigning process modules](../../assets/images/en/i-doit-add-ons/viva2/modeling/process-modules.png)](../../assets/images/en/i-doit-add-ons/viva2/modeling/process-modules.png){:target="_blank"} Here you assign all relevant process modules to the information domain. You assign modules for target objects/target object groups via the "Assigned Modules" category on the respective target object or target object group. -[![Assigning modules](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png){:target="_blank"} +[![Assigning modules](../../assets/images/en/i-doit-add-ons/viva2/modeling/assigned-modules.png)](../../assets/images/en/i-doit-add-ons/viva2/modeling/assigned-modules.png){:target="_blank"} Here you assign all system modules relevant to this target object or target object group. You can also assign process modules if this is appropriate at this point (e.g., differing backup concepts for individual objects). diff --git a/docs/en/i-doit-add-ons/viva2/objecttypes-categories.md b/docs/en/i-doit-add-ons/viva2/objecttypes-categories.md index 7dcd0963b..b666cc53e 100644 --- a/docs/en/i-doit-add-ons/viva2/objecttypes-categories.md +++ b/docs/en/i-doit-add-ons/viva2/objecttypes-categories.md @@ -12,7 +12,7 @@ The VIVA2 add-on introduces six new object types, all organized in the object ty ## Module -[![Module](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/module.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/module.jpg){:target="_blank"} +[![Module](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/module.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/module.jpg){:target="_blank"} The object type "Module" represents the modules from the Grundschutz Compendium. In the default configuration, the following categories belong to objects of the Module type: @@ -29,7 +29,7 @@ The object type "Module" represents the modules from the Grundschutz Compendium. ## Requirement -[![Requirement](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/requirement.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/requirement.jpg){:target="_blank"} +[![Requirement](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/requirement.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/requirement.jpg){:target="_blank"} The object type "Requirement" represents the requirements from the modules of the Grundschutz Compendium. In the default configuration, the following categories belong to objects of the Requirement type: @@ -42,7 +42,7 @@ The object type "Requirement" represents the requirements from the modules of th ## Threat -[![Threat](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/threat.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/threat.jpg){:target="_blank"} +[![Threat](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/threat.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/threat.jpg){:target="_blank"} The object type "Threat" represents the threats from the modules of the Grundschutz Compendium. In the default configuration, the following categories belong to objects of the Threat type: @@ -53,7 +53,7 @@ The object type "Threat" represents the threats from the modules of the Grundsch ## Information Domain -[![Information Domain](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/scope.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/scope.jpg){:target="_blank"} +[![Information Domain](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/scope.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/scope.jpg){:target="_blank"} For each information domain, there is exactly one object of the type "Information Domain". Typically, there is only one Information Domain object, but the VIVA2 add-on also offers the possibility to document multiple information domains. In the default configuration, the following categories belong to objects of the Information Domain type: @@ -78,7 +78,7 @@ For each information domain, there is exactly one object of the type "Informatio ## Target Object Group -[![Target Object Group](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/targetgroup.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/targetgroup.jpg){:target="_blank"} +[![Target Object Group](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/targetgroup.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/targetgroup.jpg){:target="_blank"} As part of the structural analysis, "similar" target objects should be grouped to reduce complexity. The Target Object Group object type serves to represent this grouping of target objects. In the default configuration, the following categories belong to objects of the Target Object Group type: @@ -98,7 +98,7 @@ As part of the structural analysis, "similar" target objects should be grouped t ## Communication Link -[![Communication Link](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/communication_link.jpg)](../../assets/images/de/i-doit-add-ons/viva2/objecttypes-categories/communication_link.jpg){:target="_blank"} +[![Communication Link](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/communication_link.jpg)](../../assets/images/en/i-doit-add-ons/viva2/objecttypes-categories/communication_link.jpg){:target="_blank"} The object type "Communication Link" serves to document the communication links relevant to the information domain. In the default configuration, the following categories belong to objects of the Communication Link type: diff --git a/docs/en/i-doit-add-ons/viva2/structural-analysis.md b/docs/en/i-doit-add-ons/viva2/structural-analysis.md index 4423e38c0..f92515f51 100644 --- a/docs/en/i-doit-add-ons/viva2/structural-analysis.md +++ b/docs/en/i-doit-add-ons/viva2/structural-analysis.md @@ -23,7 +23,7 @@ As part of the structural analysis, you ensure that all objects required for doc To reduce complexity, you group similar objects in the Target Object Group object type. The object group type must remain set to "static". You then assign the Target Object Group to the information domain via the "Information Domains" category. -[![Target Object Groups](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png)](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/zielobjektgruppe-beispiel.png){:target="_blank"} +[![Target Object Groups](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/targetobjectgroup-example.png)](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/targetobjectgroup-example.png){:target="_blank"} !!! note "It is technically possible to assign a Target Object Group to multiple information domains, but it is recommended to always assign a target group to only one information domain." @@ -42,13 +42,13 @@ For all relevant objects, responsibilities should be documented via the Contact The cleaned network plan should be linked in the "Information Domain" category on the information domain. -[![Cleaned Network Plan](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/netzplan.png)](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/netzplan.png){:target="_blank"} +[![Cleaned Network Plan](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/adjusted-network.png)](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/adjusted-network.png){:target="_blank"} ## Communication Links The communication links to be documented are maintained via the new [Communication Link object type](objecttypes-categories.md#kommunikationsverbindung) in i-doit. -[![Communication Links](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/kommunikationsverbindungen.png)](../../assets/images/de/i-doit-add-ons/viva2/structural-analysis/kommunikationsverbindungen.png){:target="_blank"} +[![Communication Links](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/communication-link.png)](../../assets/images/en/i-doit-add-ons/viva2/structural-analysis/communication-link.png){:target="_blank"} Communication links are typically assigned directly to the information domain, which is why the "IT-Grundschutz (Target Objects)" category is initially assigned to the "Communication Link" object type. In the "Information Domains" category, you then assign the corresponding information domain. diff --git a/docs/en/i-doit-add-ons/workflow.md b/docs/en/i-doit-add-ons/workflow.md index c554e5ec2..59d1764e4 100644 --- a/docs/en/i-doit-add-ons/workflow.md +++ b/docs/en/i-doit-add-ons/workflow.md @@ -49,7 +49,7 @@ You freely choose the name and key of a new workflow type. The **order** determi **Workflows** can also be displayed in the object via the **Workflows** category. This must first be added via the [object type configuration](../basics/assigning-categories-to-object-types.md) -[![Workflows in the object](../assets/images/de/i-doit-add-ons/workflow/1-wf.png)](../assets/images/de/i-doit-add-ons/workflow/1-wf.png) +[![Workflows in the object](../assets/images/en/i-doit-add-ons/workflow/1-wf.png)](../assets/images/en/i-doit-add-ons/workflow/1-wf.png) ## CLI console commands and options diff --git a/docs/en/installation/manual-installation/debian/index.md b/docs/en/installation/manual-installation/debian/index.md index 04e2d68ef..21410aa4c 100644 --- a/docs/en/installation/manual-installation/debian/index.md +++ b/docs/en/installation/manual-installation/debian/index.md @@ -11,7 +11,7 @@ We explain which packages need to be installed and configured in a few steps in !!! warning "" When you install Debian, you will eventually reach a "Software selection" dialog that contains a list of checkboxes for selecting the software you want to install initially. Here, the "Debian desktop environment" checkbox is already checked. If you uncheck this checkbox and leave all other desktop environment checkboxes (GNOME, Xfce, etc.) unchecked, this results in a GUI-less installation: - [![Software selection](../../../assets/images/de/installation/manuelle-installation/debian/gui.png)](../../../assets/images/de/installation/manuelle-installation/debian/gui.png) + [![Software selection](../../../assets/images/en/installation/manual-installation/debian/gui.png)](../../../assets/images/en/installation/manual-installation/debian/gui.png) ## System Requirements diff --git a/docs/en/installation/manual-installation/microsoft-windows-server/index.md b/docs/en/installation/manual-installation/microsoft-windows-server/index.md index 8176dc930..53b32b471 100644 --- a/docs/en/installation/manual-installation/microsoft-windows-server/index.md +++ b/docs/en/installation/manual-installation/microsoft-windows-server/index.md @@ -23,7 +23,7 @@ The installation package always includes the current [i-doit version](../../../v After running the `i-doit Windows Installer.exe`, the following GUI is displayed: -[![GUI](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/2-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/2-idw.png) +[![GUI](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/2-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/2-idw.png) After clicking **Install**, all required components are installed in the background. @@ -270,11 +270,11 @@ C:\ProgramData\i-doit\apache-2.4\bin\httpd.exe -k uninstall Then uninstall MariaDB by removing it under **Add or remove programs**. -[![Uninstall MariaDB](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/3-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/3-idw.png) +[![Uninstall MariaDB](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/3-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/3-idw.png) Now the i-doit folder must be deleted and the PHP `PATH` must be removed from the environment variables: -[![Uninstall PHP](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/4-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/4-idw.png) +[![Uninstall PHP](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/4-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/4-idw.png) ## Install i-doit Discovery for Windows Server @@ -293,7 +293,7 @@ The installation package always contains the latest [i-doit version](../../../ve After running the `i-doit Discovery Installer.exe`, you will see the following GUI: -[![GUI Discovery](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/5-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/5-idw.png) +[![GUI Discovery](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/5-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/5-idw.png) After clicking Install, all required components are installed in the background. @@ -360,7 +360,7 @@ C:\ProgramData\i-doit-Discovery\apache-2.4\bin\httpd.exe -k uninstall Then uninstall MariaDB by removing it under **Add or remove programs**. -[![Uninstall MariaDB](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/3-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/3-idw.png) +[![Uninstall MariaDB](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/3-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/3-idw.png) Additionally, JDisc and its add-ons must be removed under **Add or remove programs**. @@ -370,7 +370,7 @@ Additionally, JDisc and its add-ons must be removed under **Add or remove progra Now the i-doit folder must be deleted and the PHP `PATH` must be removed from the environment variables: -[![Uninstall PHP](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/4-idw.png)](../../../assets/images/de/installation/microsoft-windows/i-doit-windows/4-idw.png) +[![Uninstall PHP](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/4-idw.png)](../../../assets/images/en/installation/manual-installation/microsoft-windows-server/i-doit-windows/4-idw.png) ## FAQ diff --git a/docs/en/installation/manual-installation/setup.md b/docs/en/installation/manual-installation/setup.md index 59656d956..113cf2c5a 100644 --- a/docs/en/installation/manual-installation/setup.md +++ b/docs/en/installation/manual-installation/setup.md @@ -93,19 +93,19 @@ The setup is automatically called when you access i-doit with the browser (examp In the first step, important system settings are checked. If something is not in order, the user is notified. -[![system-check](../../assets/images/de/installation/setup/i-doit_setup_01_system_check.png)](../../assets/images/de/installation/setup/i-doit_setup_01_system_check.png) +[![system-check](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_01_system_check.png)](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_01_system_check.png) #### Directory Configuration Here, the paths are requested where installation- and user-specific files should be stored. The suggestions can be accepted. -[![directory-configuration](../../assets/images/de/installation/setup/i-doit_setup_02_directory_configuration.png)](../../assets/images/de/installation/setup/i-doit_setup_02_directory_configuration.png) +[![directory-configuration](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_02_directory_configuration.png)](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_02_directory_configuration.png) #### Database Configuration Important credentials and settings need to be entered for the database connection. At least two databases and a special user are created for i-doit. -[![database-configuration](../../assets/images/de/installation/setup/i-doit_setup_03_database_configuration.png)](../../assets/images/de/installation/setup/i-doit_setup_03_database_configuration.png) +[![database-configuration](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_03_database_configuration.png)](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_03_database_configuration.png) - **Connection settings** - **Host:** typically the host itself, i.e., localhost or 127.0.0.1 @@ -131,7 +131,7 @@ Important credentials and settings need to be entered for the database connectio There are separate credentials for accessing the [Admin Center](../../administration/admin-center.md) in i-doit, which can be set here. It is recommended to do so. -[![framework-configuration](../../assets/images/de/installation/setup/i-doit_setup_04_framework_configuration.png)](../../assets/images/de/installation/setup/i-doit_setup_04_framework_configuration.png) +[![framework-configuration](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_04_framework_configuration.png)](../../assets/images/en/installation/manual-installation/setup/i-doit_setup_04_framework_configuration.png) #### Config Check diff --git a/docs/en/maintenance-and-operation/licensing.md b/docs/en/maintenance-and-operation/licensing.md index b1542ffe4..59e4d79ae 100644 --- a/docs/en/maintenance-and-operation/licensing.md +++ b/docs/en/maintenance-and-operation/licensing.md @@ -37,7 +37,7 @@ The **license token** is sent by email. The **offline license** can be retrieved 2. After login, a popup window appears where you enter the license token that was received by email. - [![Eval Token popup](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-online.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-online.png) + [![Eval Token popup](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-online.png)](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-online.png) @@ -50,13 +50,13 @@ The **license token** is sent by email. The **offline license** can be retrieved 1. Open the i-doit installation in your browser and log in with the default credentials. More info at [First login](../basics/initial-login.md) 2. After login, a popup window appears where you enter the license token that was received by email. - [![Eval Token popup](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-online.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-online.png) + [![Eval Token popup](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-online.png)](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-online.png) 3. After a short time, i-doit detects that no internet connection is available and requests the **offline license** in addition to the **license token**. !!! hint "Please contact us via [help.i-doit.com](https://help.i-doit.com){: target="_blank" } or to obtain the **offline license**" - [![Eval offline Token popup](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-offline.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/eval-license-popup-offline.png) + [![Eval offline Token popup](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-offline.png)](../assets/images/en/maintenance-and-operation/licensing/eval-license-popup-offline.png) @@ -67,22 +67,22 @@ The **license token** is sent by email. The **offline license** can be retrieved
1. Open the i-doit installation in your browser. To access the [Admin Center](../administration/admin-center.md), click on the link in the login screen. - [![02-update-login](../assets/images/de/wartung-und-betrieb/lizenzierung/02-update-login.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/02-update-login.png) + [![02-update-login](../assets/images/en/maintenance-and-operation/licensing/02-update-login.png)](../assets/images/en/maintenance-and-operation/licensing/02-update-login.png) 2. Next, enter the credentials that were set during the i-doit installation for the [Admin Center](../administration/admin-center.md). !!! note "If you are using the **eval version**, use `admin` as the username and `admin` as the password.
If you are using the **eval appliance**, use `admin` as the username and `idoit` as the password." - [![03-update-login-admin-center](../assets/images/de/wartung-und-betrieb/lizenzierung/03-update-login-admin-center.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/03-update-login-admin-center.png) + [![03-update-login-admin-center](../assets/images/en/maintenance-and-operation/licensing/03-update-login-admin-center.png)](../assets/images/en/maintenance-and-operation/licensing/03-update-login-admin-center.png) 3. Click on the **Licenses** tab. - [![04-update-admin-center-home](../assets/images/de/wartung-und-betrieb/lizenzierung/04-update-admin-center-home.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/04-update-admin-center-home.png) + [![04-update-admin-center-home](../assets/images/en/maintenance-and-operation/licensing/04-update-admin-center-home.png)](../assets/images/en/maintenance-and-operation/licensing/04-update-admin-center-home.png) 4. Paste the **license token** into the text field. - [![05-update-insert-weblicense-token](../assets/images/de/wartung-und-betrieb/lizenzierung/05-update-insert-weblicense-token.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/05-update-insert-weblicense-token.png) + [![05-update-insert-weblicense-token](../assets/images/en/maintenance-and-operation/licensing/05-update-insert-weblicense-token.png)](../assets/images/en/maintenance-and-operation/licensing/05-update-insert-weblicense-token.png) 5. Click the {++Save & Check++} button. The **license token** is now verified by the license server and i-doit is licensed. - [![06-update-save-and-check](../assets/images/de/wartung-und-betrieb/lizenzierung/06-update-save-and-check.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/06-update-save-and-check.png) + [![06-update-save-and-check](../assets/images/en/maintenance-and-operation/licensing/06-update-save-and-check.png)](../assets/images/en/maintenance-and-operation/licensing/06-update-save-and-check.png)
@@ -93,37 +93,37 @@ The **license token** is sent by email. The **offline license** can be retrieved
1. Log in to the [customer portal](https://center.i-doit.com/portal/advanced) and copy the **offline license** from the **Advanced** tab. - [![01-update-get-offline-token](../assets/images/de/wartung-und-betrieb/lizenzierung/01-update-get-offline-token.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/01-update-get-offline-token.png) + [![01-update-get-offline-token](../assets/images/en/maintenance-and-operation/licensing/01-update-get-offline-token.png)](../assets/images/en/maintenance-and-operation/licensing/01-update-get-offline-token.png) 2. Open the i-doit installation in your browser. To access the [Admin Center](../administration/admin-center.md), click on the link in the login screen. - [![02-update-login](../assets/images/de/wartung-und-betrieb/lizenzierung/02-update-login.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/02-update-login.png) + [![02-update-login](../assets/images/en/maintenance-and-operation/licensing/02-update-login.png)](../assets/images/en/maintenance-and-operation/licensing/02-update-login.png) 3. Next, enter the credentials that were set during the i-doit installation for the [Admin Center](../administration/admin-center.md). !!! note "If you are using the **eval version**, use `admin` as the username and `admin` as the password.
If you are using the **eval appliance**, use `admin` as the username and `idoit` as the password." - [![03-update-login-admin-center](../assets/images/de/wartung-und-betrieb/lizenzierung/03-update-login-admin-center.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/03-update-login-admin-center.png) + [![03-update-login-admin-center](../assets/images/en/maintenance-and-operation/licensing/03-update-login-admin-center.png)](../assets/images/en/maintenance-and-operation/licensing/03-update-login-admin-center.png) 4. Click on the **Licenses** tab. - [![04-update-admin-center-home](../assets/images/de/wartung-und-betrieb/lizenzierung/04-update-admin-center-home.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/04-update-admin-center-home.png) + [![04-update-admin-center-home](../assets/images/en/maintenance-and-operation/licensing/04-update-admin-center-home.png)](../assets/images/en/maintenance-and-operation/licensing/04-update-admin-center-home.png) 5. Paste the **license token** into the text field. - [![05-update-insert-weblicense-token](../assets/images/de/wartung-und-betrieb/lizenzierung/05-update-insert-weblicense-token.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/05-update-insert-weblicense-token.png) + [![05-update-insert-weblicense-token](../assets/images/en/maintenance-and-operation/licensing/05-update-insert-weblicense-token.png)](../assets/images/en/maintenance-and-operation/licensing/05-update-insert-weblicense-token.png) 6. Click the {++Save++} button. Do **not** click {--Save & Check--}. - [![06-update-save](../assets/images/de/wartung-und-betrieb/lizenzierung/06-update-save.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/06-update-save.png) + [![06-update-save](../assets/images/en/maintenance-and-operation/licensing/06-update-save.png)](../assets/images/en/maintenance-and-operation/licensing/06-update-save.png) 7. After the license token has been saved, click the **Install new license** button. - [![07-update-offline-install-new-license](../assets/images/de/wartung-und-betrieb/lizenzierung/07-update-offline-install-new-license.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/07-update-offline-install-new-license.png) + [![07-update-offline-install-new-license](../assets/images/en/maintenance-and-operation/licensing/07-update-offline-install-new-license.png)](../assets/images/en/maintenance-and-operation/licensing/07-update-offline-install-new-license.png) 8. Here the field is displayed where the entire **offline license** must be pasted. Where to get the **offline license** is described [here](#how-do-i-obtain-the-license-token-and-the-offline-license). - [![08-update-offline-insert-offline-license](../assets/images/de/wartung-und-betrieb/lizenzierung/08-update-offline-insert-offline-license.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/08-update-offline-insert-offline-license.png) + [![08-update-offline-insert-offline-license](../assets/images/en/maintenance-and-operation/licensing/08-update-offline-insert-offline-license.png)](../assets/images/en/maintenance-and-operation/licensing/08-update-offline-insert-offline-license.png) 9. Then click the **Add license** button. - [![09-update-offline-insert-offline-license-add-license](../assets/images/de/wartung-und-betrieb/lizenzierung/09-update-offline-insert-offline-license-add-license.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/09-update-offline-insert-offline-license-add-license.png) + [![09-update-offline-insert-offline-license-add-license](../assets/images/en/maintenance-and-operation/licensing/09-update-offline-insert-offline-license-add-license.png)](../assets/images/en/maintenance-and-operation/licensing/09-update-offline-insert-offline-license-add-license.png) 10. The license token is verified with the **offline license** and all associated licenses are displayed. - [![10-update-offline-done](../assets/images/de/wartung-und-betrieb/lizenzierung/10-update-offline-done.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/10-update-offline-done.png) + [![10-update-offline-done](../assets/images/en/maintenance-and-operation/licensing/10-update-offline-done.png)](../assets/images/en/maintenance-and-operation/licensing/10-update-offline-done.png)
@@ -147,4 +147,4 @@ To use the Add-on & Subscription Center in i-doit, some firewall rules may be re Open the **Tenants** tab in the Admin Center. Please note that in the **Tenants** tab you can configure how many object licenses are assigned to a tenant. Even if only a single tenant exists, a disabled automatic license distribution can cause not all object licenses to be used. If this is the case, you can simply enable it and it will take effect after clicking Save. !!! success "" - [![FAQ-license-settings](../assets/images/de/wartung-und-betrieb/lizenzierung/faq-license-settings.png)](../assets/images/de/wartung-und-betrieb/lizenzierung/faq-license-settings.png) + [![FAQ-license-settings](../assets/images/en/maintenance-and-operation/licensing/faq-license-settings.png)](../assets/images/en/maintenance-and-operation/licensing/faq-license-settings.png) diff --git a/docs/en/software-development/database-model/index.md b/docs/en/software-development/database-model/index.md index b3badeae5..779d76ff8 100644 --- a/docs/en/software-development/database-model/index.md +++ b/docs/en/software-development/database-model/index.md @@ -91,12 +91,12 @@ Specific categories behave the same way. The query for network information of al **Diagram: Relationship between categories and objects** -**[![datenbankmodell-beziehungen](../../assets/images/de/software-entwicklung/datenbank-modell/1-dm.png)](../../assets/images/de/software-entwicklung/datenbank-modell/1-dm.png) +**[![datenbankmodell-beziehungen](../../assets/images/en/software-development/database-model/1-dm.png)](../../assets/images/en/software-development/database-model/1-dm.png) ** The graphic shows how an object is linked to the global category CPU. This category in turn accesses Dialog+ entries such as the manufacturer and the type. The same happens with the global category Form Factor, which accesses the form factor type. -[![datenbankmodell-formfaktor](../../assets/images/de/software-entwicklung/datenbank-modell/2-dm.png)](../../assets/images/de/software-entwicklung/datenbank-modell/2-dm.png) +[![datenbankmodell-formfaktor](../../assets/images/en/software-development/database-model/2-dm.png)](../../assets/images/en/software-development/database-model/2-dm.png) This illustration explains the relationships of an object to the "Host Address" (IP) category. The object itself (e.g., server1) is located in the table isys\_obj. The assigned IP addresses are in the table isys\_catg\_ip\_list. Due to the detailed configuration depth of the host address, three additional tables are referenced besides the basic information (hostname, address, etc.): diff --git a/docs/en/upgrades-and-migrations/update-guide.md b/docs/en/upgrades-and-migrations/update-guide.md index e91d01ec8..a7611d94d 100644 --- a/docs/en/upgrades-and-migrations/update-guide.md +++ b/docs/en/upgrades-and-migrations/update-guide.md @@ -43,7 +43,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater, select the update to v1.8 and perform the update. -[![Update from 1.7.4 to 1.8](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/1-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/1-u18-119.png) +[![Update from 1.7.4 to 1.8](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/1-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/1-u18-119.png) !!! warning "**Possible error**" PHP Fatal error: Call to an undefined method idoit\Component\ContainerFacade::has() in /var/www/html/src/idoit/Model/Summary/SystemSummary.php on line 185 @@ -64,7 +64,7 @@ sudo -u www-data unzip idoit-1.9-update.zip If prompted, overwrite everything by entering **A**. Now open the web interface updater, select the update to v1.9 and perform the update. -[![Update from 1.8 to 1.9](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/2-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/2-u18-119.png) +[![Update from 1.8 to 1.9](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/2-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/2-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -81,7 +81,7 @@ sudo -u www-data unzip idoit-1.10-update.zip If prompted, overwrite everything by entering **A**. Now open the web interface updater, select the update to v1.10 and perform the update. -[![Update from 1.9 to 1.10](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/3-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/3-u18-119.png) +[![Update from 1.9 to 1.10](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/3-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/3-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -127,7 +127,7 @@ sudo -u www-data unzip idoit-1.12-update.zip If prompted, overwrite everything by entering **A**. Now open the web interface updater and the update to v1.12 is displayed and selected; perform the update. -[![Update from 1.11 to 1.12](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/4-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/4-u18-119.png) +[![Update from 1.11 to 1.12](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/4-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/4-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -411,7 +411,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.13 is displayed and selected; perform the update. -[![Update from 1.12 to 1.13](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/5-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/5-u18-119.png) +[![Update from 1.12 to 1.13](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/5-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/5-u18-119.png) You may receive this error: @@ -437,7 +437,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.14 is displayed and selected; perform the update. -[![Update from 1.13 to 1.14](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/6-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/6-u18-119.png) +[![Update from 1.13 to 1.14](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/6-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/6-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -466,7 +466,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.15 is displayed and selected; perform the update. -[![Update from 1.14 to 1.15](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/7-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/7-u18-119.png) +[![Update from 1.14 to 1.15](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/7-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/7-u18-119.png) !!! success "**Check the system and i-doit**" Check your system and i-doit! @@ -485,7 +485,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.16 is displayed and selected; perform the update. -[![Update from 1.15 to 1.16](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/8-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/8-u18-119.png) +[![Update from 1.15 to 1.16](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/8-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/8-u18-119.png) !!! success "**Check the system and i-doit**" Check your system and i-doit! @@ -504,7 +504,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.17 is displayed and selected; perform the update. -[![Update from 1.16 to 1.17](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/9-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/9-u18-119.png) +[![Update from 1.16 to 1.17](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/9-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/9-u18-119.png) !!! success "**Check the system and i-doit**" Check your system and i-doit! @@ -521,7 +521,7 @@ If prompted, overwrite everything by entering **A**. Now open the web interface updater. The update to v1.18 is displayed and selected; perform the update. -[![Update from 1.17 to 1.18](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/10-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/10-u18-119.png) +[![Update from 1.17 to 1.18](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/10-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/10-u18-119.png) !!! success "**Check the system and i-doit**" Check your system and i-doit! @@ -662,7 +662,7 @@ If you attempt the update without PHP 7.4, you will see this message: Now open the web interface updater. The update to v1.19 is displayed and selected; perform the update. -[![Update from 1.18 to 1.19](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/11-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/11-u18-119.png) +[![Update from 1.18 to 1.19](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/11-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/11-u18-119.png) !!! success "**Check the system and i-doit**" @@ -682,7 +682,7 @@ If prompted, overwrite everything by entering **A**. In the web interface, verify that the update to version 20 is displayed and selected, then perform the update. -[![Update from 1.19 to 20](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/12-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/12-u18-119.png) +[![Update from 1.19 to 20](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/12-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/12-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -701,7 +701,7 @@ If prompted, overwrite everything by entering **A**. In the web interface of the updater, verify that the update to version 29 is displayed and selected, then perform the update. -[![Update from 20 to 29](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/13-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/13-u18-119.png) +[![Update from 20 to 29](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/13-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/13-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. @@ -852,7 +852,7 @@ If prompted, overwrite everything by entering **A**. In the web interface updater, verify that the update to version 34 is displayed and selected, then perform the update. -[![Update from 29 to 34](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/14-u18-119.png)](../assets/images/de/upgrades-und-umzuege/update-anleitung-1.7.4-bis-31/14-u18-119.png) +[![Update from 29 to 34](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/14-u18-119.png)](../assets/images/en/upgrades-and-migrations/update-from-1.7.4-to-1.19/14-u18-119.png) !!! success "**Check the update logs**" Please take the time to review the logs and check whether an error has occurred. diff --git a/docs/en/use-cases/i-doit-patch-manager-bridge.md b/docs/en/use-cases/i-doit-patch-manager-bridge.md index 5ea1ffdd4..6a8a494f2 100644 --- a/docs/en/use-cases/i-doit-patch-manager-bridge.md +++ b/docs/en/use-cases/i-doit-patch-manager-bridge.md @@ -16,37 +16,37 @@ We use the ability to automatically generate access links in i-doit to open the
1. Navigate to "Extras/Templates", click on "New Template" and create a new template with the object type "server".
- [![Open-Templates](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/1.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/1.png){:target="_blank"} + [![Open-Templates](../assets/images/en/use-cases/i-doit-patch-manager-bridge/1.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/1.png){:target="_blank"} 2. Name the template "Patch Manager bridge"
- [![Create-Template](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/2.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/2.png){:target="_blank"} + [![Create-Template](../assets/images/en/use-cases/i-doit-patch-manager-bridge/2.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/2.png){:target="_blank"} 3. Navigate to the "Access" category and click "New Entry"
- [![Create-Access-Entry](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/3.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/3.png){:target="_blank"} + [![Create-Access-Entry](../assets/images/en/use-cases/i-doit-patch-manager-bridge/3.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/3.png){:target="_blank"} 4. Name the new entry e.g. "Patch manager" and give it a custom type if you want.
- [![Create-Access-Entry](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/4.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/4.png){:target="_blank"} + [![Create-Access-Entry](../assets/images/en/use-cases/i-doit-patch-manager-bridge/4.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/4.png){:target="_blank"} 5. Enter the URL in the format `http(s)://mypatchmanager.server.com(:myport)/patchmanager.plp?initial-overview=%objectname|encode%`, where the variable `%objectname%` can be replaced by any of the available i-doit placeholder variables. You can get a list of available variables by clicking the info button next to the URL field.
- [![Create-Access-Entry](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/5.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/5.png){:target="_blank"} + [![Create-Access-Entry](../assets/images/en/use-cases/i-doit-patch-manager-bridge/5.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/5.png){:target="_blank"} Example: `https://mypatchmanager.com:8080/patchmanager.plp?initial-overview=%objectname|encode%` - [![example-link](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/6.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/6.png){:target="_blank"} + [![example-link](../assets/images/en/use-cases/i-doit-patch-manager-bridge/6.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/6.png){:target="_blank"} !!! success "When the user later clicks the link, the Patch Manager Launcher will be opened with this parameter. The value of the URL parameter for Patch Manager can be either the device name or the value of any attribute associated with the device. Patch Manager opens the object that matches the value.
**The value must be unique** (e.g., if there are two objects named `Server12345`, the value will be skipped and the link will default to the parent location overview)." 6. Save the entry in the "Access" category
- [![Save-Access-Entry](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/7.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/7.png){:target="_blank"} + [![Save-Access-Entry](../assets/images/en/use-cases/i-doit-patch-manager-bridge/7.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/7.png){:target="_blank"} 7. Click on your profile icon in the top right corner and select "Administration". Then go to "Data Structure" / "Object Types" / "Infrastructure" and select "Server".
- [![Open-Object-Type](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/8.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/8.png){:target="_blank"} + [![Open-Object-Type](../assets/images/en/use-cases/i-doit-patch-manager-bridge/8.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/8.png){:target="_blank"} 8. Click "Edit" and scroll down to the "Default Template" field. Select the newly created "Patch Manager bridge" template and "Save" the settings.
- [![Set-Default-Template](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/9.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/9.png){:target="_blank"} + [![Set-Default-Template](../assets/images/en/use-cases/i-doit-patch-manager-bridge/9.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/9.png){:target="_blank"} 9. The i-doit configuration is complete. Every time a new server is created, the "Default Template" with the entry in the Access category will be applied to the object. You can now easily open "Patch Manager" via the link to switch between the tools.
- [![Use-Link](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/10.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/10.png){:target="_blank"} + [![Use-Link](../assets/images/en/use-cases/i-doit-patch-manager-bridge/10.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/10.png){:target="_blank"}
!!! bug "For the URL to be built correctly in i-doit, a hotfix must be applied. The hotfix can be found [HERE](../administration/hotfixes/index.md)." @@ -63,10 +63,10 @@ These steps describe the configuration of i-doit as an external application in P
1. Go to the "Administration" / "External Applications Overview" menu.
- [![Open-External-Applications](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/11.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/11.png){:target="_blank"} + [![Open-External-Applications](../assets/images/en/use-cases/i-doit-patch-manager-bridge/11.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/11.png){:target="_blank"} 2. In the "External Applications Overview", add a new "External Application".
- [![Create-External-Application](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/12.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/12.png){:target="_blank"} + [![Create-External-Application](../assets/images/en/use-cases/i-doit-patch-manager-bridge/12.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/12.png){:target="_blank"} 3. Enter "i-doit" as the name, "browser" as the "Executable", and then enter the i-doit URL in the following format: `http(s)://my-i-doit.server.com(:myport)/open-object/[Label|url]`
@@ -74,11 +74,11 @@ These steps describe the configuration of i-doit as an external application in P !!! success "Patch Manager creates a link with the object name as an entry for a third-party application. Once you click this link, the default browser opens and navigates to your i-doit instance. i-doit interprets the Patch Manager label and matches it with the object name. If it finds a unique entry, it opens the respective object.

Optionally advanced usage: The "URL-Router" also provides the following URL routes:
`/open-object-by-ip/`
`/open-object-by-inventory/`
You can use these, for example, with the Patch Manager variables `[ipaddress]` and `[inventory]` if you have created corresponding custom fields for them." - [![Open-External-Applications](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/13.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/13.png){:target="_blank"} + [![Open-External-Applications](../assets/images/en/use-cases/i-doit-patch-manager-bridge/13.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/13.png){:target="_blank"} 4. Go to the "Application" tab and apply the application to the object type "Server" (or another object type).
- [![Create-External-Application](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/14.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/14.png){:target="_blank"} + [![Create-External-Application](../assets/images/en/use-cases/i-doit-patch-manager-bridge/14.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/14.png){:target="_blank"} 5. You are done with Patch Manager! To launch the link, right-click on a device and select "Launch" and then the "i-doit" submenu item.
- [![Use-External-Application](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/15.png)](../assets/images/de/anwendungsfaelle/i-doit-patch-manager-bridge/15.png){:target="_blank"} + [![Use-External-Application](../assets/images/en/use-cases/i-doit-patch-manager-bridge/15.png)](../assets/images/en/use-cases/i-doit-patch-manager-bridge/15.png){:target="_blank"}
diff --git a/docs/en/use-cases/ip-adress-management.md b/docs/en/use-cases/ip-adress-management.md index b76f0440f..3f26cffc3 100644 --- a/docs/en/use-cases/ip-adress-management.md +++ b/docs/en/use-cases/ip-adress-management.md @@ -79,13 +79,13 @@ When assigning an IP to a network (category **Host address**), the choice of **a Apart from CIDR, a subnet can be logically divided into multiple segments. This is useful when assigning IP addresses for specific tasks or for specific departments. -[![Net zones](../assets/images/de/anwendungsfaelle/ipam/1-ipam.png)](../assets/images/de/anwendungsfaelle/ipam/1-ipam.png) +[![Net zones](../assets/images/en/use-cases/ipam/1-ipam.png)](../assets/images/en/use-cases/ipam/1-ipam.png) Each segment is created as an object of type **Net Zone**. The category folder of the same name is available there. In the subordinate category **Options**, a **zone color** can be selected. This color is used in the **Net > IP List** category. Furthermore, the sub-category **Zones** displays the address ranges of the assigned subnets of type **Layer 3 Net**. The assignment of a zone to a subnet takes place in the **Net > IP List** category of a subnet: First, you select an IP address or a range of IP addresses. Then you assign the segment to these IP addresses via the **New zone** button. The IP addresses are marked in the color of the zone. -[![New zone](../assets/images/de/anwendungsfaelle/ipam/2-ipam.png)](../assets/images/de/anwendungsfaelle/ipam/2-ipam.png) +[![New zone](../assets/images/en/use-cases/ipam/2-ipam.png)](../assets/images/en/use-cases/ipam/2-ipam.png) In the **Host address** category, the next free IP address is automatically suggested based on the selected net zone. The **Domain** attribute in the **Net Zone > Options** category additionally ensures that when new IP addresses are assigned in the **Host address** category, this domain is automatically preselected. @@ -93,7 +93,7 @@ In the **Host address** category, the next free IP address is automatically sugg If you want to maintain information about the Domain Name System (DNS) and/or Fully Qualified Domain Names (FQDNs) used, you can do so with i-doit. For each **Layer 3 Net**, any number of **DNS servers** (object relationship) and domains can be stored in the **Net** category. Deviating settings for DNS servers and domains used can be stored per object in the **Host address** category. If an object receives one or more hostnames (category **Host address**) and information about the domains used, one or more FQDNs are derived, which are displayed automatically. Domains can be inherited through the assignment to a network. Additionally, **search domains** can be specified. -[![Host address](../assets/images/de/anwendungsfaelle/ipam/3-ipam.png)](../assets/images/de/anwendungsfaelle/ipam/3-ipam.png) +[![Host address](../assets/images/en/use-cases/ipam/3-ipam.png)](../assets/images/en/use-cases/ipam/3-ipam.png) !!! info "Configuration data for DNS and DHCP servers" In principle, the documented data is suitable for supplying DNS or DHCP servers with matching configuration data. i-doit includes an [export function for the ISC DHCP DNS server](../automation-and-integration/cli/index.md). diff --git a/docs/en/use-cases/switch-stacking.md b/docs/en/use-cases/switch-stacking.md index 244ad40a2..c9b13e570 100644 --- a/docs/en/use-cases/switch-stacking.md +++ b/docs/en/use-cases/switch-stacking.md @@ -14,17 +14,17 @@ Stack Members In the **Stack Members** category created for stacking, [objects](../glossary.md) can be added as members of the stack and marked as "Active" or "Passive". In the documentation, this marking has no further effect other than the corresponding display. -[![Stack members](../assets/images/de/anwendungsfaelle/switch-stacking/1-sws.png)](../assets/images/de/anwendungsfaelle/switch-stacking/1-sws.png) +[![Stack members](../assets/images/en/use-cases/switch-stacking/1-sws.png)](../assets/images/en/use-cases/switch-stacking/1-sws.png) -[![Stack members](../assets/images/de/anwendungsfaelle/switch-stacking/2-sws.png)](../assets/images/de/anwendungsfaelle/switch-stacking/2-sws.png) +[![Stack members](../assets/images/en/use-cases/switch-stacking/2-sws.png)](../assets/images/en/use-cases/switch-stacking/2-sws.png) Logical Ports -------------- When a logical port is created in one of the stack members, it now also appears in the other stack members under logical ports. -[![Logical ports](../assets/images/de/anwendungsfaelle/switch-stacking/3-sws.png)](../assets/images/de/anwendungsfaelle/switch-stacking/3-sws.png) +[![Logical ports](../assets/images/en/use-cases/switch-stacking/3-sws.png)](../assets/images/en/use-cases/switch-stacking/3-sws.png) Additionally, the logical port of another stack member can be assigned as the parent port of a port. -[![Logical ports](../assets/images/de/anwendungsfaelle/switch-stacking/4-sws.png)](../assets/images/de/anwendungsfaelle/switch-stacking/4-sws.png) +[![Logical ports](../assets/images/en/use-cases/switch-stacking/4-sws.png)](../assets/images/en/use-cases/switch-stacking/4-sws.png) diff --git a/docs/en/use-cases/variable-reports.md b/docs/en/use-cases/variable-reports.md index e6fad3a14..346c135e1 100644 --- a/docs/en/use-cases/variable-reports.md +++ b/docs/en/use-cases/variable-reports.md @@ -21,19 +21,19 @@ To trace which printer is assigned to which room from both the room and the prin To assign printers to the respective rooms, we create a custom category called **Area Printer**. This is assigned to the [object type](../basics/it-documentation-structure.md#objekttyp) **Printer** and defined as a [single-value category](../basics/it-documentation-structure.md#single-value-kategorie). The [attribute](../basics/it-documentation-structure.md#attribut) **Area printer for** is added as an **Object relationship (Multiple objects)** with the addition **Share access**. -[![Custom categories](../assets/images/de/anwendungsfaelle/variable-reports/1-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/1-vr.png) +[![Custom categories](../assets/images/en/use-cases/variable-reports/1-vr.png)](../assets/images/en/use-cases/variable-reports/1-vr.png) Then switch to the object **HQ Staff Printer 01**. In the **Area Printer** category, select the assigned rooms. -[![Object browser](../assets/images/de/anwendungsfaelle/variable-reports/2-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/2-vr.png) +[![Object browser](../assets/images/en/use-cases/variable-reports/2-vr.png)](../assets/images/en/use-cases/variable-reports/2-vr.png) The result in the category looks like the following image. -[![Area printer](../assets/images/de/anwendungsfaelle/variable-reports/3-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/3-vr.png) +[![Area printer](../assets/images/en/use-cases/variable-reports/3-vr.png)](../assets/images/en/use-cases/variable-reports/3-vr.png) This can also be visualized with the [CMDB Explorer](../evaluation/cmdb-explorer/index.md). -[![CMDB Explorer](../assets/images/de/anwendungsfaelle/variable-reports/4-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/4-vr.png) +[![CMDB Explorer](../assets/images/en/use-cases/variable-reports/4-vr.png)](../assets/images/en/use-cases/variable-reports/4-vr.png) So far so good. But how do you find out, when looking at room **1.05**, which area printer is defined for this room? A reverse view is needed to determine which printer is related to this room. Variable reports provide a solution for such context-dependent queries. @@ -43,16 +43,16 @@ In the query editor, there is the option to set a **field placeholder** under ** For this use case, this means: The report "searches" for those objects where, in the custom category **Area Printer** in the attribute **Area printer for**, the [object ID](../basics/unique-references.md) of the currently selected object is entered. But what is the selected object? In the context of the Report Manager, there is no selected object. This turns the report into a variable report. -[![Query editor](../assets/images/de/anwendungsfaelle/variable-reports/5-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/5-vr.png) +[![Query editor](../assets/images/en/use-cases/variable-reports/5-vr.png)](../assets/images/en/use-cases/variable-reports/5-vr.png) Therefore, an object must always be selected to fill the report. In this case, this is done by creating a category for the report that executes the report within an object. This is called **Area Printer Reverse** and is assigned to the **Room** object type as a single-value category. It receives a nameless attribute with the **field type Report**. Under **Addition**, you can then select the name of the report created above. -[![Report 1](../assets/images/de/anwendungsfaelle/variable-reports/6-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/6-vr.png) +[![Report 1](../assets/images/en/use-cases/variable-reports/6-vr.png)](../assets/images/en/use-cases/variable-reports/6-vr.png) The report ID is included in the overview of already defined reports. -[![Report 2](../assets/images/de/anwendungsfaelle/variable-reports/7-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/7-vr.png) +[![Report 2](../assets/images/en/use-cases/variable-reports/7-vr.png)](../assets/images/en/use-cases/variable-reports/7-vr.png) In room objects, the new category is now available, which always executes the report for the object the user is currently in. This provides a reverse view of the relationship to the area printer. -[![Report 3](../assets/images/de/anwendungsfaelle/variable-reports/8-vr.png)](../assets/images/de/anwendungsfaelle/variable-reports/8-vr.png) +[![Report 3](../assets/images/en/use-cases/variable-reports/8-vr.png)](../assets/images/en/use-cases/variable-reports/8-vr.png) diff --git a/docs/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps.md b/docs/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps.md index dedfcdf49..fa9e33c82 100644 --- a/docs/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps.md +++ b/docs/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps.md @@ -39,4 +39,4 @@ Then restart Apache2 HTTPD via the command prompt: `C:\i-doit\apache-2.4\bin\htt Log in to i-doit and create a new server entry under **Administration > Import and Interfaces > LDAP > Server**. Fill in all required fields and set **TLS** to **LDAPS**. -[![i-doit Configuration](../../assets/images/de/benutzerauthentifizierung-und-verwaltung/ldap-verzeichnis/i-doit-win-ldaps/i-doit-conf.png)](../../assets/images/de/benutzerauthentifizierung-und-verwaltung/ldap-verzeichnis/i-doit-win-ldaps/i-doit-conf.png) +[![i-doit Configuration](../../assets/images/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps/i-doit-conf.png)](../../assets/images/en/user-authentication-and-management/ldap-directory/i-doit-win-ldaps/i-doit-conf.png) diff --git a/docs/en/user-authentication-and-management/ldap-directory/index.md b/docs/en/user-authentication-and-management/ldap-directory/index.md index cca93c036..5e362d122 100644 --- a/docs/en/user-authentication-and-management/ldap-directory/index.md +++ b/docs/en/user-authentication-and-management/ldap-directory/index.md @@ -177,7 +177,7 @@ To set up the assignment: During login or synchronization, i-doit compares the user's group memberships in the directory with the configured mappings. If they match, the person group is automatically assigned. -[![ldap-autozuweisung](../../assets/images/de/automatisierung-und-integration/ldap/1-ldap.png)](../../assets/images/de/automatisierung-und-integration/ldap/1-ldap.png) +[![ldap-autozuweisung](../../assets/images/en/automation-and-integration/ldap/1-ldap.png)](../../assets/images/en/automation-and-integration/ldap/1-ldap.png) !!! info "memberOf with OpenLDAP" The automatic assignment relies on the LDAP query that determines which groups a user belongs to. The memberOf attribute plays an important role here. This attribute must be available as an overlay, which is not the case in many default installations of OpenLDAP. Good articles on the required configuration can be found [here](http://www.adimian.com/blog/2014/10/how-to-enable-memberof-using-openldap/) and [here](https://technicalnotes.wordpress.com/2014/04/19/openldap-setup-with-memberof-overlay/). @@ -190,7 +190,7 @@ A detailed guide can be found in the article [Import users and groups from AD/LD The executing user requires supervisor permissions on the categories **Group membership** and **Person groups > Members** as well as on the object types **Persons** and **Person groups**. -[![ldap-sync](../../assets/images/de/automatisierung-und-integration/ldap/2-ldap.png)](../../assets/images/de/automatisierung-und-integration/ldap/2-ldap.png) +[![ldap-sync](../../assets/images/en/automation-and-integration/ldap/2-ldap.png)](../../assets/images/en/automation-and-integration/ldap/2-ldap.png) ## Logging diff --git a/docs/en/user-authentication-and-management/ldap-directory/ldap-tls.md b/docs/en/user-authentication-and-management/ldap-directory/ldap-tls.md index 43c370a80..f60730282 100644 --- a/docs/en/user-authentication-and-management/ldap-directory/ldap-tls.md +++ b/docs/en/user-authentication-and-management/ldap-directory/ldap-tls.md @@ -13,27 +13,27 @@ This guide shows you how to set up an encrypted LDAPS or STARTTLS connection bet Log in to the LDAP server, which typically also contains the certificate authority. Open the corresponding MMC snap-in or select the **Certificate Authority** option in Server Manager. -[![Server Manager](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-1.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-1.png) +[![Server Manager](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-1.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-1.png) Select the properties of the certificate authority. -[![Select properties](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-2.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-2.png) +[![Select properties](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-2.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-2.png) Display the certificate (1), select **Details** (2), and then copy it to a file (3). -[![Display and copy certificate](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-3.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-3.png) +[![Display and copy certificate](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-3.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-3.png) Keep the DER format selected. -[![Keep DER format selected](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-4.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-4.png) +[![Keep DER format selected](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-4.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-4.png) Choose a file name and directory. -[![Choose name and directory](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-5.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-5.png) +[![Choose name and directory](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-5.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-5.png) Complete the export wizard. -[![Complete the export wizard](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-6.png)](../../assets/images/de/automatisierung-und-integration/ldap/ldap-tls/ldap-tls-6.png) +[![Complete the export wizard](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-6.png)](../../assets/images/en/automation-and-integration/ldap/ldap-tls/ldap-tls-6.png) ## Step 2: Set Up Certificate on the i-doit Server diff --git a/docs/en/user-authentication-and-management/sso-comparison/saml/adfs-saml.md b/docs/en/user-authentication-and-management/sso-comparison/saml/adfs-saml.md index 8d0615a32..3f6f2dc8f 100644 --- a/docs/en/user-authentication-and-management/sso-comparison/saml/adfs-saml.md +++ b/docs/en/user-authentication-and-management/sso-comparison/saml/adfs-saml.md @@ -184,63 +184,63 @@ The configuration of the Linux server is now complete for the time being. In the First download the `mellon_metadata.xml` from the Linux server (e.g. via WinSCP). Then open the AD FS Management and create a new Relying Party Trust: -[![Add Relying Party Trust](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-1.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-1.png) +[![Add Relying Party Trust](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-1.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-1.png) Leave **Claims aware** active and click **Start**. -[![Welcome](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-2.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-2.png) +[![Welcome](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-2.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-2.png) In the next step, select **Import data from a file** and navigate to the previously saved XML file. -[![Select data source](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-3.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-3.png) +[![Select data source](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-3.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-3.png) The following notice can be ignored if it appears. -[![AD FS Management](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-4.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-4.png) +[![AD FS Management](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-4.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-4.png) Enter the FQDN of your Linux server. -[![Specify display name](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-5.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-5.png) +[![Specify display name](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-5.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-5.png) In the next step you can configure access control. To start, leave the setting at **Permit everyone**. -[![Choose access control policy](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-6.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-6.png) +[![Choose access control policy](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-6.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-6.png) You can skip the next window -- click **Next**. -[![Ready to add trust](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-7.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-7.png) +[![Ready to add trust](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-7.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-7.png) Click **Close** -- the Relying Party Trust is now created. -[![Finish](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-8.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-8.png) +[![Finish](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-8.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-8.png) Now define the **Claim Issuance Policies** so that users can log in via email. -[![AD FS edit claim](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-9.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-9.png) +[![AD FS edit claim](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-9.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-9.png) A window opens -- click **Add Rule**. -[![Add rule](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-10.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-10.png) +[![Add rule](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-10.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-10.png) Select **Send LDAP Attributes as Claim** and click **Next**. -[![Choose rule type](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-11.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-11.png) +[![Choose rule type](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-11.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-11.png) Give the rule a unique name and add the mapping as shown. -[![Configure claim rule](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-12.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-12.png) +[![Configure claim rule](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-12.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-12.png) Create an additional rule and select **Transform an Incoming Claim**. -[![Select rule template](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-13.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-13.png) +[![Select rule template](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-13.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-13.png) Apply the configuration as follows: -[![Configure rule](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-14.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-14.png) +[![Configure rule](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-14.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-14.png) The Relying Party Trust is now fully configured. Test the authentication: -[![Login page](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-15.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-15.png) +[![Login page](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-15.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-15.png) ## Test SAML-SSO @@ -249,7 +249,7 @@ Open the URL of the server in your browser: After successful login you should see the following output: -[![Auth users only](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-16.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-16.png) +[![Auth users only](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-16.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-16.png) ## Install i-doit @@ -263,7 +263,7 @@ Open the **System settings** tab in the [Admin Center](../../../administration/a The email address of the respective user must be stored as the login in i-doit! -[![i-doit SSO setting](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-17.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-17.png) +[![i-doit SSO setting](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-17.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-17.png) Adjust the VHost configuration so that SSO login works. diff --git a/docs/en/user-authentication-and-management/sso-comparison/saml/azure-ad-saml.md b/docs/en/user-authentication-and-management/sso-comparison/saml/azure-ad-saml.md index d90332a70..faa8ad5ba 100644 --- a/docs/en/user-authentication-and-management/sso-comparison/saml/azure-ad-saml.md +++ b/docs/en/user-authentication-and-management/sso-comparison/saml/azure-ad-saml.md @@ -134,7 +134,7 @@ Open the **System settings** tab in the [Admin Center](../../../administration/a The email address of the respective user must be stored as the login in i-doit! -[![i-doit SSO setting](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-17.png)](../../../assets/images/de/benutzerauthentifizierung-und-verwaltung/sso-vergleich/saml/adfs-saml/saml-17.png) +[![i-doit SSO setting](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-17.png)](../../../assets/images/en/user-authentication-and-management/sso-comparison/saml/adfs-saml/saml-17.png) As long as the configurations on the Linux server have not been enabled yet, users can still log in with the i-doit login form and a local user. diff --git a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png index f8bb7725e..947f8e86d 100644 Binary files a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png and b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/1-nag.png differ diff --git a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png index 29303dbfa..a77b4db1f 100644 Binary files a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png and b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/3-nag.png differ diff --git a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png index f8bb7725e..947f8e86d 100644 Binary files a/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png and b/overrides/assets/images/en/automation-and-integration/network-monitoring/nagios/4-nag.png differ diff --git a/overrides/assets/images/en/automation-and-integration/service-desk/3-sd.png b/overrides/assets/images/en/automation-and-integration/service-desk/3-sd.png new file mode 100644 index 000000000..2680b4343 Binary files /dev/null and b/overrides/assets/images/en/automation-and-integration/service-desk/3-sd.png differ diff --git a/overrides/assets/images/en/automation-and-integration/snmp/2-snmp.png b/overrides/assets/images/en/automation-and-integration/snmp/2-snmp.png new file mode 100644 index 000000000..6eee64884 Binary files /dev/null and b/overrides/assets/images/en/automation-and-integration/snmp/2-snmp.png differ diff --git a/overrides/assets/images/en/automation-and-integration/snmp/3-snmp.png b/overrides/assets/images/en/automation-and-integration/snmp/3-snmp.png new file mode 100644 index 000000000..6cd59f8f6 Binary files /dev/null and b/overrides/assets/images/en/automation-and-integration/snmp/3-snmp.png differ diff --git a/overrides/assets/images/en/basics/attribute-fields/hinzufuegen.png b/overrides/assets/images/en/basics/attribute-fields/hinzufuegen.png new file mode 100644 index 000000000..6044f17ce Binary files /dev/null and b/overrides/assets/images/en/basics/attribute-fields/hinzufuegen.png differ diff --git a/overrides/assets/images/en/basics/object-list/2-ol.gif b/overrides/assets/images/en/basics/object-list/2-ol.gif new file mode 100644 index 000000000..c58a6cf9a Binary files /dev/null and b/overrides/assets/images/en/basics/object-list/2-ol.gif differ diff --git a/overrides/assets/images/en/basics/object-list/3-ol.gif b/overrides/assets/images/en/basics/object-list/3-ol.gif new file mode 100644 index 000000000..4634828cc Binary files /dev/null and b/overrides/assets/images/en/basics/object-list/3-ol.gif differ diff --git a/overrides/assets/images/en/basics/object-list/advanced-settings.png b/overrides/assets/images/en/basics/object-list/advanced-settings.png new file mode 100644 index 000000000..262935a41 Binary files /dev/null and b/overrides/assets/images/en/basics/object-list/advanced-settings.png differ diff --git a/overrides/assets/images/en/basics/web-gui/1-web-gui.png b/overrides/assets/images/en/basics/web-gui/1-web-gui.png new file mode 100644 index 000000000..8f2acb05f Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/1-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/10-web-gui.png b/overrides/assets/images/en/basics/web-gui/10-web-gui.png new file mode 100644 index 000000000..aea044e60 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/10-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/11-web-gui.png b/overrides/assets/images/en/basics/web-gui/11-web-gui.png new file mode 100644 index 000000000..6c3a93c62 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/11-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/12-web-gui.png b/overrides/assets/images/en/basics/web-gui/12-web-gui.png new file mode 100644 index 000000000..c282f0c45 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/12-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/13-web-gui.png b/overrides/assets/images/en/basics/web-gui/13-web-gui.png new file mode 100644 index 000000000..147b6ec98 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/13-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/2-web-gui.png b/overrides/assets/images/en/basics/web-gui/2-web-gui.png new file mode 100644 index 000000000..c03812e59 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/2-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/3-web-gui.png b/overrides/assets/images/en/basics/web-gui/3-web-gui.png new file mode 100644 index 000000000..2f77945da Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/3-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/4-web-gui.png b/overrides/assets/images/en/basics/web-gui/4-web-gui.png new file mode 100644 index 000000000..ca1f75875 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/4-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/5-web-gui.png b/overrides/assets/images/en/basics/web-gui/5-web-gui.png new file mode 100644 index 000000000..f085e785a Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/5-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/6-web-gui.png b/overrides/assets/images/en/basics/web-gui/6-web-gui.png new file mode 100644 index 000000000..b21d7e8e1 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/6-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/7-web-gui.png b/overrides/assets/images/en/basics/web-gui/7-web-gui.png new file mode 100644 index 000000000..be7070b41 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/7-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/8-web-gui.png b/overrides/assets/images/en/basics/web-gui/8-web-gui.png new file mode 100644 index 000000000..40526e093 Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/8-web-gui.png differ diff --git a/overrides/assets/images/en/basics/web-gui/9-web-gui.png b/overrides/assets/images/en/basics/web-gui/9-web-gui.png new file mode 100644 index 000000000..3cb46b6ff Binary files /dev/null and b/overrides/assets/images/en/basics/web-gui/9-web-gui.png differ diff --git a/overrides/assets/images/en/evaluation/cmdb-explorer/5-ce.png b/overrides/assets/images/en/evaluation/cmdb-explorer/5-ce.png new file mode 100644 index 000000000..59f1121b6 Binary files /dev/null and b/overrides/assets/images/en/evaluation/cmdb-explorer/5-ce.png differ diff --git a/overrides/assets/images/en/evaluation/report-manager/14-rm.png b/overrides/assets/images/en/evaluation/report-manager/14-rm.png index acfccbe05..2365f1395 100644 Binary files a/overrides/assets/images/en/evaluation/report-manager/14-rm.png and b/overrides/assets/images/en/evaluation/report-manager/14-rm.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/api/endpunkt-doku.png b/overrides/assets/images/en/i-doit-add-ons/api/endpunkt-doku.png new file mode 100644 index 000000000..1fb222557 Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/api/endpunkt-doku.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/maintenance/11-main.png b/overrides/assets/images/en/i-doit-add-ons/maintenance/11-main.png new file mode 100644 index 000000000..6fba30705 Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/maintenance/11-main.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png new file mode 100644 index 000000000..da6bab2ff Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-anzeigen.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png new file mode 100644 index 000000000..9b207ba57 Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/schutzbedarf-editieren.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png new file mode 100644 index 000000000..c94a73104 Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjekte.png differ diff --git a/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png new file mode 100644 index 000000000..de1e8bd52 Binary files /dev/null and b/overrides/assets/images/en/i-doit-add-ons/viva2/assessment-of-protection/zielobjektgruppen.png differ diff --git a/overrides/assets/images/en/use-cases/switch-stacking/2-sws.png b/overrides/assets/images/en/use-cases/switch-stacking/2-sws.png new file mode 100644 index 000000000..9b04b693f Binary files /dev/null and b/overrides/assets/images/en/use-cases/switch-stacking/2-sws.png differ diff --git a/overrides/assets/images/en/use-cases/switch-stacking/3-sws.png b/overrides/assets/images/en/use-cases/switch-stacking/3-sws.png new file mode 100644 index 000000000..e80cd5f29 Binary files /dev/null and b/overrides/assets/images/en/use-cases/switch-stacking/3-sws.png differ diff --git a/overrides/assets/images/en/use-cases/switch-stacking/4-sws.png b/overrides/assets/images/en/use-cases/switch-stacking/4-sws.png new file mode 100644 index 000000000..a00849f29 Binary files /dev/null and b/overrides/assets/images/en/use-cases/switch-stacking/4-sws.png differ