Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpb587/bosh-heartbeat-vms-vue-experiment
https://github.com/dpb587/bosh-heartbeat-vms-vue-experiment
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpb587/bosh-heartbeat-vms-vue-experiment
- Owner: dpb587
- License: mit
- Created: 2017-05-16T06:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T06:12:24.000Z (over 7 years ago)
- Last Synced: 2024-10-30T18:13:32.754Z (about 2 months ago)
- Language: HTML
- Size: 158 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An experiment with [bosh](https://bosh.io) + [nats-go](https://github.com/nats-io/go-nats) + [websockets](https://github.com/gorilla/websocket) + [vue.js](https://vuejs.org/) + [tachyons](http://tachyons.io/).
Connect to bosh director's nats server, subscribing to heartbeat messages, and forwarding them to connected browsers, so a user can see a sortable, live-updating table of VM vitals.
$ export NATS_URI="$( bosh int bosh.yml --path /instance_groups/0/properties/agent/mbus )"
$ go run main.go &
$ open http://localhost:8000/![image](image.png)
[MIT License](LICENSE)