diff options
author | Lionel Young <lionelyoung@gmail.com> | 2012-08-10 21:50:45 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-10 21:50:45 -0500 |
commit | 9149fe31478aaba296b32a75ca1813ee441a5210 (patch) | |
tree | 82e670abb583b6912d68c1e1551584d56e6c2c3c /python/pystatsd/README | |
parent | cb3928b6eda11c9eea0f2fc9e7e08234e3f5beb1 (diff) | |
download | slackbuilds-9149fe31478aaba296b32a75ca1813ee441a5210.tar.gz |
python/pystatsd: Added (Graphite frontend)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pystatsd/README')
-rw-r--r-- | python/pystatsd/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pystatsd/README b/python/pystatsd/README new file mode 100644 index 0000000000..35a0d86cb3 --- /dev/null +++ b/python/pystatsd/README @@ -0,0 +1,5 @@ +pystatsd is a client and server implementation of +Etsy's statsd server, a frontend/proxy for the +Graphite stats collection and graphing server. + +This requires distribute and argparse. |