summaryrefslogtreecommitdiffstats
path: root/system/goaccess/README
diff options
context:
space:
mode:
author David Woodfall2017-10-27 11:38:59 +0200
committer Willy Sudiarto Raharjo2017-10-28 00:58:30 +0200
commitfde5c82ec08e8aec67df3e329373b24c8c2f8b86 (patch)
tree19437f86e7dfc995a3e09232db76683782dc79e8 /system/goaccess/README
parentd23dbd02554620e5185359b67c300c2d9886e4ae (diff)
downloadslackbuilds-fde5c82ec08e8aec67df3e329373b24c8c2f8b86.tar.gz
system/goaccess: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/goaccess/README')
-rw-r--r--system/goaccess/README31
1 files changed, 26 insertions, 5 deletions
diff --git a/system/goaccess/README b/system/goaccess/README
index 2355b7d418..563151d147 100644
--- a/system/goaccess/README
+++ b/system/goaccess/README
@@ -1,7 +1,28 @@
-goaccess is an open source real-time Apache log analyzer and
-interactive viewer that runs in a terminal in *nix systems.
-It provides fast and valuable HTTP statistics for system
+Goaccess is an open source real-time Apache log analyzer and
+interactive viewer that runs in a terminal in *nix systems.
+It provides fast and valuable HTTP statistics for system
administrators that require a visual server report on the fly.
-If you wish to add GeoIP support, please pass the GEOIP=yes
-to the script, GEOIP=yes ./goaccess.SlackBuild
+Optional:
+
+GeoIP:
+
+Goaccess now supports two types of GeoIP - legacy and mmdb.
+
+If you want to add GeoIP support, pass either option to the
+slackbuild:
+
+GEOIP=legacy ./goaccess.SlackBuild
+GEOIP=mmdb ./goaccess.SlackBuild
+
+At the moment, mmdb is not on slackbuilds.org.
+
+TokyoCabinet:
+
+Goaccess supports Tokyo Cabinet and Tokyo Cabinet's on-disk B+ Tree
+database.
+
+The options are:
+
+TCB=memhash ./goaccess.SlackBuild
+TCB=btree ./goaccess.SlackBuild