Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzap/moremon
tiny little linux monitoring in golang and websockets
https://github.com/lzap/moremon
Last synced: about 1 month ago
JSON representation
tiny little linux monitoring in golang and websockets
- Host: GitHub
- URL: https://github.com/lzap/moremon
- Owner: lzap
- License: gpl-3.0
- Created: 2014-02-09T18:43:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T18:29:34.000Z (over 10 years ago)
- Last Synced: 2024-10-14T23:25:02.199Z (3 months ago)
- Language: Go
- Size: 262 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
moremon
=======tiny little linux monitoring in golang and websockets with JavaScript example
based on jQuery/Flot. Features:* monitors load
Live demo
---------Live demo is running on Red Hat OpenShift hosted platform cloud. Give the
example some time to load, the application is usually stopped when you click
the link: http://moremon-lzap.rhcloud.comBuilding
--------git clone https://github.com/lzap/moremon.git
cd moremon
go get github.com/gorilla/websocket
go get github.com/c9s/goprocinfo/linux
go build
./moremonUsing
-----Just visit localhost:8080
./moremon -h
Usage of ./moremon:
-addr=":8080": http service address (default: localhost:8080)
-history=300: history size in samples (default: 300)
-update=1: update interval in seconds (default: 1)Todo
----* Integration with Foreman as a plugin.