Skip to content

Commit afebcda

Browse files
Added Internet Connection Status
1 parent b8237e2 commit afebcda

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/gateway-configuration/device-information.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The **Profile** tab shows several information about the gateway, organized under
88

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

11+
**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.
12+
13+
The status can be:
14+
- `FULL`: The internet connection is fully available.
15+
- `IP_ONLY`: The system can ping the configured address, but cannot resolve the host name.
16+
- `UNAVAILABLE`: The internet connection is unavailable.
17+
18+
1119
## Bundles
1220

1321
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.
-482 KB
Loading

0 commit comments

Comments
 (0)