Releases: jhuckaby/performa
Releases · jhuckaby/performa
Version 1.0.12
- Fixed rare race condition which could cause a crash.
- The hostname cache object could get cleared in the middle of an operation which was trying to add to it.
Version 1.0.11
- New server web hook notification text now includes a link to the live server view in the UI.
- Added
new_server_stale_threshold
configuration property and defaulting it to 3600. - Snapshot Group: Now only including non-stale servers (when in a real-time view).
- Bug fix: Monitor source expressions can now contain spaces.
- UI Tweaks.
Version 1.0.10
- Server and Group views now remember their previous state when user navs away then back (using tab).
- Server and Group views now remember the last group ID / hostname in prefs (localStorage) for future visits.
- Cosmetic: Changed Groups/Servers tabs to read "Group View" and "Server View" respectively.
Version 1.0.9
- Added new colored annotations for servers that appear in the middle of a real-time data view.
- Added "Annotations" checkbox so all annotations may be hidden or shown (saved per user in local storage).
- Graph snapshots now show the date/time of the right side of the graph, not the left.
- Group menus are now sorted alphabetically by ID.
- Medium graph size line thickness reduced by 1px (looks better with many servers).
- Group View: In real-time view, servers with "stale" data (over 10 min old) are shown as grayed out in the host table.
- Server View: In real-time view, a warning is displayed when servers have "stale" data (over 10 min old).
- Bug fix: Crash when trying to re-order groups in Admin/Groups tab.
Version 1.0.8
- Added success message when enabling/disabling alert snooze (better UX).
- Added 18 hour option for alert snooze.
- Added server IP address to "new server added" activity message and web hook.
- Added app name prefix to all activity web hook messages (client/name).
Version 1.0.7
Now detecting unclean shutdown with database recovery (rollback), and issuing a warning to the activity log (may also trigger a web hook if configured).
Version 1.0.6
- Extended web hook system to notify for non-alert events such as new servers added, warnings.
- Upgraded to pixl-server-storage v2.0.18 for LRU cache support.
- LRU cache is now enabled by default.
- Improved performance on Overview tab (graphs only load when scrolled into view).
- Documented more configuration properties.
- Disabled transactions in storage CLI script.
- Servers that come back online after 24+ hours are considered "new" again (for notification and logging purposes).
- Now logging storage performance metrics every minute (includes LRU cache metrics).
Version 1.0.5
Now handling newly added servers in the UI more gracefully. Specifically when someone loads up the UI before a server is added to the contrib storage data.
Version 1.0.4
- Fixed bug where link URL to snapshot in alert cleared e-mail / web hook had incorrect timestamp.
- Fixed graph colors, where first 16 or so colors had too many similarities.
- Added favicon.
- Added uninstall instructions to docs.
Version 1.0.3
- Misc UI fixes & tweaks.
- Now including snapshot URL with alert hook data.