Coder Social home page Coder Social logo

rancher-statuspage's Introduction

rancher-statuspage

Display status page for your services running in environment.

Installation

Create stack with rancher-statuspage service and point load balancer to it. Example docker-compose.yml:

version: '2'
services:
  statuspage:
    image: jakubknejzlik/rancher-statuspage
    environment:
      # show all services (see below for more info)
      SHOW_UNLABELLED_SERVICES: true

NOTE: you have to run this container inside you rancher environment

Configuration

You can configure statuspage with following:

  • io.rancher.statuspage.projectname
    • specify this label on statuspage service label to change project name (page title, default: environment_name)
  • io.rancher.statuspage.name
    • specify this label on each service you want to display in list (default {stack_name}_{service_name})
  • io.rancher.statuspage.priority
    • service label for ordering services

Specifying displayed services

You can run statuspage in two modes:

1) Showing unlabelled services

Enable this mode by setting environment variable SHOW_UNLABELLED_SERVICES=true

In this mode you display all services. If service name label is not provided composition of stack name and service name is used.

2) Showing labelled services

Running this mode you have to specify which services you want to display by adding name label to each service.

rancher-statuspage's People

Contributors

jakubknejzlik avatar letrungkien0210 avatar

Watchers

James Cloos avatar  avatar

Forkers

letrungkien0210

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.