Created
November 29, 2016 18:46
-
-
Save mttjohnson/46135d0839255ee255e31a2e2763917e to your computer and use it in GitHub Desktop.
nginx monitoring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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