Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/gateway-configuration/device-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The **Profile** tab shows several information about the gateway, organized under

![Device Profile](./images/device-profile.png)

**Internet connection status**: Displays the status of the internet connection. This is updated every 30 seconds through an ICMP request to a configured IP address and host. By default, these are 198.41.30.198 and eclipse.org. The IP address can be in IPv4 or IPv6 format.
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line ends with trailing whitespace. In Markdown this is easy to miss in reviews and can cause unintended formatting (e.g., hard line breaks if it becomes two spaces). Please remove the trailing space at the end of the sentence.

Suggested change
**Internet connection status**: Displays the status of the internet connection. This is updated every 30 seconds through an ICMP request to a configured IP address and host. By default, these are 198.41.30.198 and eclipse.org. The IP address can be in IPv4 or IPv6 format.
**Internet connection status**: Displays the status of the internet connection. This is updated every 30 seconds through an ICMP request to a configured IP address and host. By default, these are 198.41.30.198 and eclipse.org. The IP address can be in IPv4 or IPv6 format.

Copilot uses AI. Check for mistakes.

The status can be:
- `FULL`: The internet connection is fully available.
- `IP_ONLY`: The system can ping the configured address, but cannot resolve the host name.
- `UNAVAILABLE`: The internet connection is unavailable.
Comment on lines +11 to +16
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description is ambiguous about what the ICMP check does: an ICMP echo request targets an IP or a hostname (after DNS resolution), but the text suggests a single ICMP request is made to both a configured IP and a host. Consider clarifying that the implementation pings the configured IP address and separately performs a DNS resolution/ping for the configured hostname (and that IP_ONLY corresponds to “IP ping ok, DNS/hostname resolution failed”).

Suggested change
**Internet connection status**: Displays the status of the internet connection. This is updated every 30 seconds through an ICMP request to a configured IP address and host. By default, these are 198.41.30.198 and eclipse.org. The IP address can be in IPv4 or IPv6 format.
The status can be:
- `FULL`: The internet connection is fully available.
- `IP_ONLY`: The system can ping the configured address, but cannot resolve the host name.
- `UNAVAILABLE`: The internet connection is unavailable.
**Internet connection status**: Displays the status of the internet connection. This is updated every 30 seconds by sending an ICMP echo request to a configured IP address and, separately, resolving and checking reachability of a configured host name. By default, these are 198.41.30.198 and eclipse.org. The IP address can be in IPv4 or IPv6 format.
The status can be:
- `FULL`: The internet connection is fully available (the configured IP address responds to ICMP echo requests and the configured host name can be resolved and reached).
- `IP_ONLY`: The system can ping the configured IP address, but DNS resolution and/or reachability of the configured host name fails.
- `UNAVAILABLE`: The internet connection is unavailable (the configured IP address does not respond to ICMP echo requests).

Copilot uses AI. Check for mistakes.


Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an extra blank line after the status list (two consecutive blank lines) before the next section header. Consider removing one to keep the spacing consistent with the rest of the document.

Suggested change

Copilot uses AI. Check for mistakes.
## Bundles

This tab lists all the bundles installed on Kura, with details about the name, version, id, state and signature status. The signature value will be **true** if the corresponding bundle is signed, **false** otherwise.
Expand Down
Binary file modified docs/gateway-configuration/images/device-profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.