slackbuilds/system/goaccess
B. Watson 45689a0fd0
system/goaccess: Fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-16 12:11:21 +07:00
..
README
doinst.sh
goaccess.SlackBuild system/goaccess: Fix docs. 2022-04-16 12:11:21 +07:00
goaccess.info system/goaccess: Updated for version 1.4.6. 2021-04-22 14:07:03 +00:00
slack-desc

README

Goaccess is an open source real-time Apache log analyser 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.

Optional:

Goaccess 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
(Requires GeoIP)

GEOIP=mmdb ./goaccess.SlackBuild
(Requires libmaxminddb)

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
(Both require tokyocabinet)