gogate

command module
v0.0.0-...-b128297 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2017 License: MIT Imports: 6 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
facts
+build linux get all network interfaces
+build linux get all network interfaces

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL