You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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