Skip to content

Releases: jhuckaby/performa

Version 1.0.12

09 Jul 04:16
Compare
Choose a tag to compare
  • 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

22 May 04:00
Compare
Choose a tag to compare
  • 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

14 May 01:56
Compare
Choose a tag to compare
  • 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

13 May 04:28
Compare
Choose a tag to compare
  • 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

04 May 05:05
Compare
Choose a tag to compare
  • 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

28 Apr 17:21
Compare
Choose a tag to compare

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

28 Apr 04:29
Compare
Choose a tag to compare
  • 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

25 Apr 16:16
Compare
Choose a tag to compare

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

24 Apr 04:13
Compare
Choose a tag to compare
  • 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

22 Apr 19:33
Compare
Choose a tag to compare
  • Misc UI fixes & tweaks.
  • Now including snapshot URL with alert hook data.