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
- Host: GitHub
- URL: https://github.com/joway/statsd-server
- Owner: joway
- License: mit
- Created: 2017-01-13T09:49:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T10:42:05.000Z (about 7 years ago)
- Last Synced: 2025-03-18T23:18:39.155Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
