Open
Conversation
Major features: - Clickable links to Zabbix UI (hosts and problems) - Enhanced menu bar with color-coded severity indicators - Smart mouse-over problem preview with adaptive scrolling - macOS notifications for new problems (grouped by host) - Improved tab layout (Hosts tab now default) - Per-host severity badges Technical improvements: - Fixed ZabbixProblem model to include hostid and hostname - Fixed MenuBarExtra label updates with @ObservedObject - Corrected severity colors (Disaster=black, High=red, Average=orange) - Better Zabbix URL handling with proper filter parameters - Improved performance with async notification buffering Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Display hostname below problem name in Problems tab for better context - Include port in server name display when non-standard (not 80/443) - Enable Information severity filter by default for more visibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces significant UI/UX improvements to the Zabbix Monitor app, including clickable navigation to the Zabbix web interface, macOS notifications for new problems, and an enhanced menu bar display.
What's New
🔗 Clickable Navigation
🔔 Smart Notifications
📊 Improved Menu Bar Display
👁-Over Previews
🎯 Better Defaults
Technical Changes
Files Modified
ZabbixMenuBar/ZabbixAPIClient.swift- Added notification system, severity counting, and problem trackingZabbixMenuBar/ZabbixMenuBarApp.swift- New menu bar status view with emoji-based display, notification authorizationZabbixMenuBar/ZabbixStatusView.swift- Clickable links, mouse-over popovers, per-host severity badges, tab order changesShared/Localizable.xcstrings- New localized strings for notifications and UI elementsREADME.md- Updated documentation to reflect new featuresKey Implementation Details
UserNotificationsframework for native macOS notificationsUserDefaultsto detect new issuesDispatchWorkItemto group problems by host@Publishedproperties with.onChange()handlersfilter_set,hostids[], etc.)Testing
Tested on macOS Sequoia with:
Screenshots
Menu bar now shows all active severity counts: