An open API service indexing awesome lists of open source software.

https://github.com/joway/statsd-server

moniting server and report to statsd
https://github.com/joway/statsd-server

Last synced: about 1 month ago
JSON representation

moniting server and report to statsd

Awesome Lists containing this project

README

          

# statsd-server
moniting server and report to statsd

## Install

git clone https://github.com/joway/statsd-server.git

cd statsd-server

# 确认服务器是否安装了python和pip (一般自带)
# 若无则 apt install python-pip

./install.sh # 安装

vi local_settings.py
# change statsd_host

./run.sh

## Usage

![](https://static.joway.wang/upload/14843193307.png)