Hubble is a simple monitoring platform for Windows and Linux clients. (Server or not.) Greatly inspired by Zabbix, Observium and others. This is basically a server with an API and the differents companions (clients) post to that API.
Even though all of this tool is still very much work in progress, you can still use it :
- Clone the repo and host the Server somewhere (Documentation will come soon)
- Add a new device from the HubbleWeb interface (in /devices)
- Launch the client setup the API endpoint, the UID and the device Key.
- The data should be updated and viewable on HubbleWeb :)
The API Documentation is available on apiary : http://docs.hubbleweb.apiary.io/
You can track the project progress on taiga (If you have issue to raise, still use GitHub tracking for now.): https://tree.taiga.io/project/apcros-hubble/kanban
The server use Laravel 5 To create the database, just run :
php artisan migrate
If you want to spin-up a dev environement, just look at HubbleBox.
- Version : ALPHA 0.32