GithubHelp home page GithubHelp logo

bign8 / status.bign8.info Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 267 KB

Matrix service monitoring tool

Home Page: http://status.bign8.info/

License: MIT License

Go 28.90% HTML 1.49% Dart 46.39% Makefile 0.28% Dockerfile 3.85% Shell 1.90% Sass 17.20%
hacktoberfest

status.bign8.info's Introduction

License MIT Go Report Card GoDoc GitHub release

This service allows users to monitor a grid of services to ensure overall system health.

Page

Settings

The Default Settings take the following form.

{
 "envz": {
  "Google": "www.google.com",
  "Twitter": "www.twitter.com",
  "Facebook": "www.facebook.com",
  "Github": "github.com",
  "Snapchat": "www.snapchat.com",
  "Instagram": "www.instagram.com"
 },
 "svcz": {
  "Robots": "https://$/robots.txt",
  "Humans": "https://$/humans.txt",
  "service-1": "@/rand#demo-only",
  "service-2": "@/rand#demo-only",
  "service-3": "@/rand#demo-only"
 },
 "skip": [
  "Instagram-Humans",
  "Snapchat-Humans",
  "Twitter-Humans"
 ]
}

Both envz and svcz are a map from the displayed name to the environment and service target respectively. The $ character in svcz is replaced with each environment from envz. The demo only @ character is replaced with the host of the host server (http://status.bign8.info in this case).

The configuration is persisted in browser local-storage and should be restored upon re-visiting the site.

Build

This project is based on both Dart and Go languages; Ensure that you have both development environments properly configured before building this project.

# Production (:8081)
$ go generate
$ go build
$ ./main

# Development (:8080)
$ pub serve
$ go run main.go static.go

status.bign8.info's People

Contributors

bign8 avatar natewoods-wf avatar

Watchers

James Cloos avatar  avatar

Forkers

de1ux

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.