Enhancement: detect and handle network issues #135

Open
opened 2026-01-19 18:31:39 +00:00 by michael · 4 comments
Owner

Originally created by @ecanault on GitHub.

Hi,

During internal testing, we simulated network issues (Wifi and Ethernet):

  • Disconnection: remove the cable or shutting down the access point
  • Unavailibility: shut down the Internet access while the network connection is still established with the Mac

Depending the method of deployment, the behaviour is not the same:

  • Installomator: endless loop (or not...); the solution consists of quitting Setup Manager qui Cmd-Ctrl-Shift-E
  • Policy: the item is ticked as correctly deployed (green checkmark) and obviously it's not the case

So it should be helpful to:

  1. Detect and inform the user of network issues
  2. Visually indicate (red cross?) what deployment tasks fail

Thanks,
Emmanuel Canault

Originally created by @ecanault on GitHub. Hi, During internal testing, we simulated network issues (Wifi and Ethernet): - Disconnection: remove the cable or shutting down the access point - Unavailibility: shut down the Internet access while the network connection is still established with the Mac Depending the method of deployment, the behaviour is not the same: - Installomator: endless loop (or not...); the solution consists of quitting Setup Manager qui `Cmd`-`Ctrl`-`Shift`-`E` - Policy: the item is ticked as correctly deployed (green checkmark) and obviously it's not the case So it should be helpful to: 1. Detect and inform the user of network issues 2. Visually indicate (red cross?) what deployment tasks fail Thanks, Emmanuel Canault
michael added the enhancement label 2026-01-19 18:31:39 +00:00
Author
Owner

@ecanault commented on GitHub:

Great 🙂!

May I suggest a blue icon, as the globe is clickable like the About... and ? menus?
Also I saw a little typo in the french translation: it should be Vitesse de transfert, with a final t instead of Vitesse de transfer (line 122 of the Localizable.strings file of the fr.lproj)

Thanks!

@ecanault commented on GitHub: Great 🙂! May I suggest a blue icon, as the globe is clickable like the *About...* and *?* menus? Also I saw a little typo in the french translation: it should be *Vitesse de transfert*, with a final *t* instead of *Vitesse de transfer* (line 122 of the `Localizable.strings` file of the `fr.lproj`) Thanks!
Author
Owner
@scriptingosx commented on GitHub: https://github.com/Jamf-Concepts/Setup-Manager/issues/16
Author
Owner

@scriptingosx commented on GitHub:

first implementation towards this, a network status icon and logging of network changes in the log is in 1.3

@scriptingosx commented on GitHub: first implementation towards this, a network status icon and logging of network changes in the log is in 1.3
Author
Owner

@scriptingosx commented on GitHub:

we tried several icon color combinations. since the icon gets accent colored overlays when the network is offline or Network Relay is enabled, we figured the gray actually works best

Thanks for the localization typo! It will be fixed in the next update!

@scriptingosx commented on GitHub: we tried several icon color combinations. since the icon gets accent colored overlays when the network is offline or Network Relay is enabled, we figured the gray actually works best Thanks for the localization typo! It will be fixed in the next update!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jamf/Setup-Manager#135