Skip to content

Releases: tubemogul/nscapi

Release 1.0.0

02 Feb 02:51
Compare
Choose a tag to compare

Added

  • Server that receive nsca calls and put them in a non-locking queue
  • Worker that reads from the non-locking queue and put the data in a cache
  • HTTP server that will read from the cache and display the check results
    in a json format in response to a call on /api/reports based on a template.
    The rest of the calls will display a usage summary based on another template
  • Support for custom fields
  • Support configuration via both command-line and environment variables