fix reading in JSON values from goaccess stats in case they are really large and cant be handled by php's json_decode

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-03 10:09:52 +01:00
parent 1ecbad497a
commit 2698a730eb
8 changed files with 39 additions and 14 deletions

View File

@@ -4004,7 +4004,7 @@ UPLOADGID=
<!-- goaccess -->
<daemon name="goaccess"
title="goaccess (traffic analyzer)" default="true">
<install><![CDATA[apt-get install goaccess]]></install>
<install><![CDATA[apt-get install goaccess jq]]></install>
</daemon>
<!-- AWstats -->
<daemon name="awstats"