https://github.com/woosley/gogate
Report current server facts json to master
https://github.com/woosley/gogate
cmdb infrastructure
Last synced: 2 months ago
JSON representation
Report current server facts json to master
- Host: GitHub
- URL: https://github.com/woosley/gogate
- Owner: woosley
- License: mit
- Created: 2017-09-01T00:56:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T05:38:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T04:08:30.037Z (about 1 year ago)
- Topics: cmdb, infrastructure
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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