tree: 161fc9dff6e5478f78af260af9dd7f87ff1a78d3 [path history] [tgz]
  1. astats-git-build.spec
  2. astats.config.example
  3. astats_over_http.c
  4. astats_over_http.spec
  5. CHANGELOG
  6. Makefile.am
  7. README.md
traffic_server/plugins/astats_over_http/README.md

Compile: tsxs -c astats_over_http.c -o astats_over_http.so Install: sudo tsxs -o astats_over_http.so -i

Add to the plugin.conf:

astats_over_http.so path=${path}

start traffic server and visit http://[ip]:[port]/${path}

Rpm Builds

Two spec files are provided. astats_over_http.spec requires a tar ball of this directory named astats_over_htt-.tar.gz is copied to the rpmbuild/SOURCES directory. The second astats-git-build, checks out the source from the git repo and builds the rpm.