Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petethepig/statsd-manager
Statsd Admin Interface GUI
https://github.com/petethepig/statsd-manager
electron gui statsd
Last synced: 2 months ago
JSON representation
Statsd Admin Interface GUI
- Host: GitHub
- URL: https://github.com/petethepig/statsd-manager
- Owner: petethepig
- Created: 2015-07-02T00:04:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T03:57:09.000Z (over 9 years ago)
- Last Synced: 2024-04-17T10:06:10.584Z (9 months ago)
- Topics: electron, gui, statsd
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Statsd Manager ![Statsd Manager Icon](https://raw.githubusercontent.com/petethepig/statsd-manager/master/icon.iconset/icon_32x32.png)
![Statsd Manager Screenshot](https://s3.amazonaws.com/f.cl.ly/items/0M3P2G0K2G0B2a353p3c/Screen%20Shot%202015-07-20%20at%208.39.38%20PM.png)
### About
Statsd Manager is a GUI for [statsd admin interface](https://github.com/etsy/statsd/blob/master/docs/admin_interface.md). It's built with [electron](https://github.com/atom/electron). It works on Mac OS X, Linux and Windows.
### Downloads
Prebuild binaries for OS X can be found on the [releases](https://github.com/petethepig/statsd-manager/releases) page.
Source code:
```shell
# install dependencies
npm install electron-prebuilt -g
bower install
# run the app
electron .
```### Connect to a remote server through an ssh tunnel
```shell
ssh @ -L 8126:127.0.0.1:8126 -N
```