Skip to content

Commit e0e8be4

Browse files
authored
Merge pull request #474 from ritza-co/19.07.05
Docs 19.07.05 release (Week 38, 2025)
2 parents a4cf293 + 79fc265 commit e0e8be4

File tree

64 files changed

+271
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+271
-287
lines changed

docs/auto-discovery/database-discovery/index.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
77

88
## About Database Discovery
99

10-
Database (DB) discovery currently supports Windows and \*nix-based discovery jobs detecting Microsoft SQL (aka MSSQL), Oracle, Postgres SQL, and DB2 databases.
10+
Database (DB) discovery currently supports Windows and \*nix-based discovery jobs detecting Microsoft SQL (aka MSSQL), Oracle, PostgreSQL, and DB2 databases.
1111

1212
:::note
1313
Database discovery requires an **Application Dependency Mapping** license. Go to **Tools > Settings > Licensing** to see if the license is enabled. Contact [[email protected]](mailto:[email protected]) for licensing assistance.
@@ -453,22 +453,22 @@ We've made the following changes to the UI:
453453

454454
We previously gathered all Oracle users and collected them as "Device42 Databases." Then, we only retrieved Oracle users that had at least one associated database object, and from there, we implemented changes to ignore user schemas. As a result, some Oracle database connections may no longer show under specific user schemas. These 'orphaned' database connections now map to the main database instance, instead of mapping to a specific **Database/Schema** resource. While they’re not linked to individual schemas anymore, key details like the user login and schema names are still preserved in the database instance details.
455455

456-
## Postgres SQL Database Discovery (on \*nix targets)
456+
## PostgreSQL Database Discovery (on \*nix targets)
457457

458-
Device42 offers Postgres SQL database discovery for \*nix discovery targets, although it requires a separate set of credentials to authenticate to the database instance itself. Ensure these additional credentials have the appropriate permissions for viewing the databases you are interested in discovering.
458+
Device42 offers PostgreSQL database discovery for \*nix discovery targets, although it requires a separate set of credentials to authenticate to the database instance itself. Ensure these additional credentials have the appropriate permissions for viewing the databases you are interested in discovering.
459459

460-
### Minimum Permissions Requirements for Postgres SQL Discovery
460+
### Minimum Permissions Requirements for PostgreSQL Discovery
461461

462462
For discovery to return detailed information about your database instance, you will need access to the following tables:
463463

464-
* `pg_database`
465-
* `pg_tablespace`
466-
* `pg_stat_activity`
467-
* `init_server_addr` (function)
464+
* `pg_database` (table)
465+
* `pg_tablespace` (table)
466+
* `pg_stat_activity` (table)
467+
* `⁠inet_server_addr()` (function)
468468

469-
### Set Up Your Postgres SQL Discovery Job
469+
### Set Up Your PostgreSQL Discovery Job
470470

471-
To begin discovering your Postgres SQL databases, create a new discovery job for \*nix targets, and be sure to enable database discovery by checking the **Collect database server information** checkbox.
471+
To begin discovering your PostgreSQL databases, create a new discovery job for \*nix targets, and be sure to enable database discovery by checking the **Collect database server information** checkbox.
472472

473473
Fill out both sets of credentials:
474474

@@ -503,7 +503,7 @@ sources={{
503503
}}
504504
/>
505505

506-
### View Postgres SQL Database Discovery Job Results
506+
### View PostgreSQL Database Discovery Job Results
507507

508508
When the job finishes, the most direct way to view the results of your database discovery is via the discovered Postgres application components themselves. On the Device42 main menu, select **Applications > Application Components**. If you don’t see your Postgres DB instances at the top of the list, you can search for "Postgres" to narrow down the list, or filter the list **By Category > Database**.
509509

docs/auto-discovery/warranty-autodiscovery.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To configure automatic warranty discovery, you need to request API keys from the
2525

2626
### Detailed Warranty Sync Instructions
2727

28-
Device42 supports warranty autodiscovery for the following vendors:**
28+
Device42 supports warranty autodiscovery for the following vendors:
2929

3030
- Dell
3131
- IBM

docs/getstarted/installation/security-posture-and-high-level-permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The section outlines how Device42 ensures data security in transit and at rest,
1515

1616
Device42 uses the principle of least privilege in its agentless discovery.
1717

18-
For a detailed overview of permissions, please reference our prerequisites guide or use the **Discovery** section on our website to locate the relevant jobs and view their required permissions.
18+
For a detailed overview of permissions, please refer to the [**Discovery** section](/auto-discovery/index.mdx) to locate the relevant jobs and view their required permissions.
Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
---
2-
title: "Printing QR Codes from firefox"
2+
title: "Printing QR Codes from Firefox"
33
sidebar_position: 5
44
---
55

6-
Printing from firefox is mostly straight forward with a few required margin and format settings as shown below.
6+
import ThemedImage from '@theme/ThemedImage';
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
78

8-
### Print dpi should match the dpi in printer settings.
9+
Printing from Firefox is straightforward, with a few recommended margin and format settings, as shown below.
910

10-
![wpid934-Print_dpi_should_match_the_dpi_in_printer_settings.png](/assets/images/wpid934-Print_dpi_should_match_the_dpi_in_printer_settings.png)
11+
## DPI Settings in QR Code Profile and Printer
1112

12-
![wpid931-media_1341526292540.png](/assets/images/wpid931-media_1341526292540.png)
13+
The **Print DPI** of the QR Code Profile used to generate the QR code should match the DPI in your printer settings.
14+
15+
<ThemedImage
16+
alt="Print DPI settings"
17+
sources={{
18+
light: useBaseUrl('/assets/images/printing-qr-codes-from-firefox/print-dpi-settings-light.png'),
19+
dark: useBaseUrl('/assets/images/printing-qr-codes-from-firefox/print-dpi-settings-dark.png'),
20+
}}
21+
/>
1322

14-
### Page Setup
23+
![wpid931-media_1341526292540.png](/assets/images/wpid931-media_1341526292540.png)
1524

16-
![wpid932-Page_Setup.png](/assets/images/wpid932-Page_Setup.png)
25+
## Firefox Print Page Setup
1726

18-
![wpid930-media_1340198201622.png](/assets/images/wpid930-media_1340198201622.png)
27+
In Firefox, you can choose **File > Print...** or click the **Print** button on the QR code page to print the label.
1928

20-
From Menu > Print > Page Setup, choose settings as shown in images above.
21-
Landscape mode. Empty out headers and footers. Print background colors and images. Enable shrink-to-fit. Zero margins.
29+
![QR codes with print label](/assets/images/printing-qr-codes-from-firefox/qr-code-example.png)
2230

23-
### Printing
31+
Set up the print page with the following recommended settings:
2432

25-
![wpid933-Printing.png](/assets/images/wpid933-Printing.png)
33+
- Landscape mode
34+
- Enable **Fit to page width** (shrink-to-fit)
35+
- No margins
36+
- Deselect the **Print headers and footers** option
37+
- Select **Print backgrounds**
2638

27-
You can choose Menu > Print or print from the QR code page to print the label.
39+
![Print settings for QR codes in Firefox](/assets/images/printing-qr-codes-from-firefox/printer-settings.png)
Lines changed: 79 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,107 @@
11
---
2-
title: "Understanding QR and Bar Codes in Device42"
2+
title: "Understanding QR and Barcodes in Device42"
33
sidebar_position: 6
44
---
55

6-
QR codes printed by device42 contain a mobile friendly url to the object in question. You can choose to also print text with the QR code for easier inventory.
6+
import ThemedImage from '@theme/ThemedImage';
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
78

8-
### QR Code profiles
9+
QR codes printed by Device42 contain a mobile-friendly URL linking to the object in question. You can also choose to print text with the QR code for easier inventory.
910

10-
![QR Code profiles](/assets/images/wpid5886-QR_Code_profiles.png)
11+
You can create multiple QR code and barcode profiles. You can then either assign one profile per device or asset, or you can assign QR profiles in bulk from the device and asset list pages under the **Resources** menu.
1112

12-
You can create multiple QR code and bar code profiles. You can then either assign one profile per device / asset or you can assign QR profiles in bulk in the Device and Asset List Pages.
13+
## Creating a QR Code Profile
1314

14-
To create or modify a QR or bar code profile, go to Tools > Templates and Bulk Operations > QR Profiles.
15+
To create or modify a QR or barcode profile, go to **Tools > Templates & Bulk Operations > QR Profiles**.
1516

16-
When adding/changing a QR profile or bar code, the following options are presented:
17+
When adding or editing a QR profile or barcode, you have the following options:
1718

18-
**Name** : Use a descriptive name so it will be easier to pick when editing a device or asset.
19+
- **Name:** Use a descriptive name for easily identifying the specific device or asset.
1920

20-
**Base url** : This is the the base url embedded in the QR code to manage the inventory from mobile devices. The program will initially try to guess it from the current page url and you can modify it.
21+
- **Base URL:** This is the base URL embedded in the QR code to manage the inventory from mobile devices. The program will initially try to guess it from the current page URL, and you can modify it.
2122

22-
**Print dpi** : This is critical for printing. Ideally this should match the print dpi for the label printer settings, but there is a glitch with IE that is discussed in one of the following sections.
23+
- **Print DPI:** This is critical for printing. Ideally, it should match the print DPI for the label printer settings, but there is a glitch with IE that is discussed in one of the following sections.
2324

24-
**Include Text** : Text will only print if this is checked.
25+
<ThemedImage
26+
alt="QR Code profile"
27+
sources={{
28+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-light.png'),
29+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-dark.png'),
30+
}}
31+
/>
2532

26-
**Include Name in Text** : Includes the name of the device or asset in text print.
33+
- **Include Text:** Text will only print if this is checked.
2734

28-
**Include Device Model in Text** : Includes the hardware model name for the device in text print.
35+
- **Include Name in Text:** Selecting this option includes the name of the device or asset in text print.
2936

30-
**Include Serial # in Text** : Includes the serial # for that object in text print.
37+
- **Include Device Model in Text:** Selecting this option includes the hardware model name for the device in text print.
3138

32-
**Include Hostname # in Text** : Includes the hostname for that object in text print.
39+
- **Include Serial # in Text:** Selecting this option includes the serial # for the device or asset in text print.
3340

34-
**Custom Text** : You can add multiple custom text values to print with QR code label. Please note that if text overflows, all the overflow would be cutoff and not printed.
41+
- **Include Hostname # in Text:** Selecting this option includes the hostname for the device or asset in text print.
3542

36-
You can also add to the QR / bar code the field names and values of any custom fields defined for the device or asset.
43+
<ThemedImage
44+
alt="QR Code profile checkboxes"
45+
sources={{
46+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-checkboxes-light.png'),
47+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-checkboxes-dark.png'),
48+
}}
49+
/>
3750

38-
Last you can define a Label profile and value for the QR or bar code.
51+
- **Custom fields:** Add the field names and values of any custom fields defined for the device or asset.
3952

40-
### Assigning QR profiles to devices or assets.
53+
<ThemedImage
54+
alt="QR Code profile custom fields"
55+
sources={{
56+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-custom-fields-light.png'),
57+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-custom-fields-dark.png'),
58+
}}
59+
/>
4160

42-
![Assigning QR profiles to devices or assets.](/assets/images/wpid5882-Assigning_QR_profiles_to_devices_or_assets.png)
61+
- **Custom Text for QR Label Profile:** You can add multiple custom text values to print with the QR code label. Please note that if text overflows, all the overflow would be cut off and not printed.
4362

44-
Under Asset LM(meaning Asset lifecycle management) tab for devices, you will see the QR profiles as the last option.
63+
<ThemedImage
64+
alt="QR Code label profile"
65+
sources={{
66+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-label-profile-light.png'),
67+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-profiles-label-profile-dark.png'),
68+
}}
69+
/>
4570

46-
![](/assets/images/wpid5884-media_1343005349237.png)
71+
## Assigning QR Profiles to Devices and Assets
4772

48-
![](/assets/images/wpid5885-media_1343005380574.png)
73+
For devices, under the **Details** information section, you can select a **QR Profile** to generate the QR code or barcode.
4974

50-
### Bulk QR codes
75+
<ThemedImage
76+
alt="Assigning QR profiles"
77+
sources={{
78+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/assigning-qr-profiles-light.png'),
79+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/assigning-qr-profiles-dark.png'),
80+
}}
81+
/>
5182

52-
![Bulk QR codes](/assets/images/wpid5883-Bulk_QR_codes.png)
83+
For assets, you can select a **QR Profile** under the dedicated **Asset QR/Barcode** section.
5384

54-
We will discuss bulk QR code printing in one of next chapters in detail. You can assign QR codes in bulk to devices or assets from the device or asset view page.
85+
<ThemedImage
86+
alt="Assigning QR profiles"
87+
sources={{
88+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/assigning-qr-profiles-assets-light.png'),
89+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/assigning-qr-profiles-assets-dark.png'),
90+
}}
91+
/>
92+
93+
When you save the device or asset, click the associated profile link to preview and print the QR code or barcode.
94+
95+
![QR code generation](/assets/images/understanding-qr-and-bar-codes-in-device42/qr-code-generation.png)
96+
97+
## Bulk Assigning QR Codes
98+
99+
You can assign QR codes or barcodes in bulk to devices or assets from the device or asset view page. See the [Bulk QR Code Printing page](infrastructure-management/mobile-inventory/bulk-qr-printing.mdx) for more details.
100+
101+
<ThemedImage
102+
alt="Bulk QR codes"
103+
sources={{
104+
light: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/bulk-qr-codes-light.png'),
105+
dark: useBaseUrl('/assets/images/understanding-qr-and-bar-codes-in-device42/bulk-qr-codes-dark.png'),
106+
}}
107+
/>

docs/integration/external-integrations/freshservice-integration/customize-freshservice.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ This page covers advanced data mapping customization and XML file editing.
1212
- For usage and operations, see [Using the Freshservice Integration](use-freshservice-integration.mdx).
1313
:::
1414

15+
If you make an adjustment and use a custom XML file, Device42 will not update the custom XML during updates.
16+
17+
If you want to incorporate updates, you'll need to do so manually: Download the current XML file, compare it to your customized XML file, and add in the new items as needed.
18+
1519
## Custom Data Mapping
1620

1721
### Download the `mapping.xml` File

docs/integration/imports/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ This section provides information on how to import various types of data into De
66

77
- **General Import**: Refer to [Spreadsheet Import and Exports](spreadsheet-imports-and-exports.mdx) for instructions on importing, editing, and exporting data.
88

9-
- **Legacy Imports**: If you're working with the legacy Microsoft 97-2003 XLS format, follow the instructions in [Legacy Imports](legacy-imports/index.mdx) for importing data.
10-
119
- **Using the Generic Spreadsheet Import Tool**: Use the [Generic Spreadsheet Import Tool](spreadsheet-converter-tool.mdx) to load existing XLS, XLSX, and CSV data into Device42.
1210

1311
- **Bulk Changes**: Make bulk changes to devices by utilizing the "Do a re-importable export for selected devices" option. See [Using the re-importable export feature](using-the-re-importable-export-feature.mdx) for an example of renaming multiple devices using this feature.

docs/integration/imports/legacy-imports/import-ip-sheet.mdx

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/integration/imports/legacy-imports/import-overview.mdx

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)