Skip to content

Instantly share code, notes, and snippets.

@mttjohnson
Created November 29, 2016 18:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mttjohnson/46135d0839255ee255e31a2e2763917e to your computer and use it in GitHub Desktop.
Save mttjohnson/46135d0839255ee255e31a2e2763917e to your computer and use it in GitHub Desktop.
nginx monitoring
# https://goaccess.io/
yum install -y glib2 glib2-devel glibc make geoip geoip-devel ncurses-devel
cd ~/
wget http://tar.goaccess.io/goaccess-1.1.1.tar.gz
tar -xzvf goaccess-1.1.1.tar.gz
cd goaccess-1.1.1/
./configure --enable-geoip --enable-utf8
make
make install
# https://github.com/lebinh/ngxtop
yum install -y python-pip
pip install ngxtop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment