Skip to content

petethepig/statsd-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statsd Manager Statsd Manager Icon

Statsd Manager Screenshot

About

Statsd Manager is a GUI for statsd admin interface. It's built with electron. It works on Mac OS X, Linux and Windows.

Downloads

Prebuild binaries for OS X can be found on the releases page.

Source code:

# install dependencies
npm install electron-prebuilt -g
bower install
# run the app
electron .

Connect to a remote server through an ssh tunnel

ssh <user>@<remote-address> -L 8126:127.0.0.1:8126 -N