Commit graph

1 commit

Author SHA1 Message Date
jacobsalmela
739027a27d scripts to long-term stats
These scripts will be necessary for parsing pihole.log before it is
flushed and then saving the information into a DB.  This information
can then be displayed in the Web GUI.

mysql-server and php5-mysql will need to be installed.

you can then setup the database with this command:

mysql -u root -p"raspberry" < /usr/local/bin/setupPiholeStats.sql

Once that is done, run sudo php /usr/local/bin/lrs.php
2016-01-20 19:40:12 -06:00