Coder Social home page Coder Social logo

gogate's Introduction

gogate

Report server/service status. This is not just another metrics system, it is just a tool to reflect your current infrastructure facts without effort

when to use it?

  • When you have a horriable infrastructure, you may find this useful.
  • When you have a good infrastructure, and a CMDB to control the desired status, you can still have it to serve as an view to current status.

status

work in progress

run

go install github.com/woosley/gogate
gogate -h

sample

[root@localhost gogate]# gogate --is-master --key ip
http server started on [::]:1234

[root@localhost gogate]# http http://localhost:1234/self
HTTP/1.1 200 OK
Content-Length: 264
Content-Type: application/json; charset=UTF-8
Date: Mon, 28 Aug 2017 08:36:32 GMT

{
    "Hostname": "localhost",
    "Interfaces": [
,,,,,


[root@localhost gogate]# http http://localhost:1234/
HTTP/1.1 200 OK
Content-Length: 278
Content-Type: application/json; charset=UTF-8
Date: Mon, 28 Aug 2017 08:36:36 GMT

{
    "10.0.2.15": {
        "Hostname": "localhost",

design

loop forever to report status of the server

  • GET /: Redirect to master on node; Return all nodes on master
  • GET /self: current node status
  • POST /: Not allowed on node; Create new record on master
  • GET /health: show health status json

gogate's People

Contributors

woosley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.