Skip to content

A simple GUI for checking status of various Engage microservices

Notifications You must be signed in to change notification settings

CapitanRedBeard/engage-service-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app simply monitors the statuses of the services endpoints.

Instalation

yarn 
yarn start

Add environments

Add your new environment information to /src/config.js.

const Environments = [
    {
        name: 'Development',                                // Name of environment
        route: 'https://pivotus.dev.engage.pivotus.io/api', // Environment route
    },
]

Add services

Add your new service information to /src/config.js.

const Services = [
    {
        name: 'Auth',     // Name of the service
        route: 'auth',    // service route used to fetch specific service (ie https://pivotus.dev.engage.pivotus.io/api/auth/status)
    },
]

About

A simple GUI for checking status of various Engage microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published