Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.11.2
    adf6f4dd · Update for 0.11.2 ·
    Improved content type handling and error handling
    
    Updated:
    
    - Add content-type to alert target definition and limit to text or JSON.
    - Add name to alert target definition as optional; will be pointed at URL
      if not provided.  Name is printed in info message at startup.
    - No longer causes database warning on null value for previous state when
      a new status is registered
  • 0.11.1
    5ec5028f · Update for 0.11.1 ·
    Basic alerting but not mindless
    
    Updated:
    
    - No longer alerting on every status update, only changes
    - Supports multiple targets
  • 0.11.0
    d4da2df1 · Update for 0.11.0 ·
    Basic alerting
    
    New:
    
    - Basic alerting.  Not documented, single target, no acknowledgements or rate
      limiting, it's laughable. It's going to be so annoying, and that'll make me
      finish it.
  • 0.10.1
    f38139c1 · Update dependencies ·
    Update dependencies
    
    Updated:
    
    - All dependencies.
    
    That's it.
  • 0.10
    1097cf2a · Update for 0.10.0 ·
    Improved history
    
    New:
    
    - CORS support
    
    Improved:
    
    - Retrieving latest status is faster
    
    Fixed:
    
    - Empty status messages don't break dashboard
    - Multiline messages are handled properly
  • 0.9.2
    7a64364e · Update for 0.9.2 ·
    Improve status query performance
    
    New:
    
    - Split statii table into statii and statii_history, where statii now contains
      only the latest status reported by the node.  This makes core status queries
      much simpler and faster.
    
    Fixed:
    
    - Error responses on some queries
    - Validate/cancel acknowledgement triggers on update as well as insert
    - Acknowledgement flag returned in status as well as the message to support
      acknowledgements without messages
  • 0.9.1
    5a4f20ed · Update for 0.9.1 ·
    Fix attribute setting
  • 0.9
    6aedd6df · Update for 0.9 ·
    Attributes and API updates
    
    New:
    
    - Define attributes on nodes
    - Group nodes by attribute value
    - Go-based testing
    
    Changed:
    
    - Updated API route for all current statuses to `/` (so `/api/`)
    - Updated dashboard route to `/`
    - No longer using 'v' to prefix version
    - Removed agent to own repository
  • schema-v5
    6aedd6df · Update for 0.9 ·
  • schema-v4
  • v0.8
    0f24a6ad · Update for v0.8 ·
    Server updates
    
    - Added API for fetching all current statuses in a call: `/statuses/`
    - Fixed bug where only a single current acknowledgement would be echoed at a
      time
  • schema-v3
  • v0.7
    87695c17 · Update for v0.7 ·
    Agent installer update
    
    - Agent self-installer
    - Updated documentation
    - Agent command-line argument fix
  • v0.6
    21fecdd4 · Update for v0.6 ·
    Agent updates and server fixes
    
    - Agent has an easier install
    - Database migrations with `-S` switch
    - Acknowledgements handled correctly in dashboard and database
  • schema-v2
    56ac6f81 · Update for new schema ·
  • v0.5
    ae2420d5 · Update for v0.5 ·
    Basic acknowledgement
    
    Basic acknowledgement support in API and Dashboard.
  • schema-0.4
    Migration for 0.4 and staleness tracking
  • v0.4.1
    ca17efcc · Update for v0.4.1 ·
    Agent bug fix
    
    Fix bug in Agent breaking "-x".
  • v0.4
    9c2fbddf · Update for v0.4 ·
    Staleness checking
    
    - Agent can now report how long until next report can be expected
    - Server takes this an determines whether reports are stale
    - Dashboard client shows as faded if stale
    
    Also:
    
    - Dashboard client reveals when last report came in, in hover text
    - Configurable thresholds in `time-machine` check
  • v0.3
    79851e4c · Update for v0.3 ·
    Release: v0.3
    Agent and packaging
    
    - Update and improve agent
    - Packaging and upload to GitLab registry of agent
    - Minor UX tweaks