/appsignal-status

Public status page

Primary LanguageJavaScriptMIT LicenseMIT

AppSignal Public Status Page

AppSignal solves all your Ruby monitoring needs in a single tool. You and your team can focus on writing code and we'll provide the alerts if your app has any issues.

This is the public status page repository, used to render the public status pages for customers. It consists of a Next.js app that fetches data from our API and renders a status page.

This code is open-source, but this does not mean we're obligated to support running this code on your own system.

Installation

Clone the repository and install the required Node packages:

  git clone git@github.com:appsignal/appsignal-status.git
  cd appsignal-status
  yarn install

Run the project

yarn dev

Testing

Every component should be covered by (Jest) tests, run the tests with:

yarn test

Support

Contact us and speak directly with the engineers working on AppSignal. They will help you get set up, tweak your code and make sure you get the most out of using AppSignal.