Skip to content

Usage

This page shows how to use Overwatch dashboard.

Create an Application

To create an application, hover over the Application heading to reveal the Create Application button. Click the + button to open a modal. Fill in the form with the required information and click the Create button to create the application.

Update an Application

To update an application, hover over the Application heading to reveal the Update Application button. Click the Pencil button to set the Applications page into edit mode. Click theÈdit button an any application to open a modal. Fill in the form with the required information and click the Update button to update the application.

Delete an Application

To delete an application, hover over the Application heading to reveal the Update Application button. Click the Pencil button to set the Applications page into edit mode. Click the Delete button an any application to delete the application.

Reorder Applications

To reorder applications, drag the green status handle on the top right corner of each application to the desired position. It will be saved automatically.

Health History

To view the health history of an application, click the Health History button in the heading. The health history will show the health status of the application over time. Each block defines one minute. The color of the block represents the health status of the application at that time.

Import a configuration file

Go into the /app/config directory inside the backend container and create a file named config.json. The file should contain a JSON object with the following structure:

yaml
applications:
- id: 1
  name: App1
  url: app1.example.com
  imageUrl: app1.example.com/image.png
- id: 2
  name: App2
  url: app2.example.com
  imageUrl: app2.example.com/image.png
- id: 3
  name: App3
  url: app3.example.com
  imageUrl: app3.example.com/image.png

Make it simple, but significant