Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmur committed Dec 11, 2023
1 parent 6c13bba commit b966e9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Blissey

Process controller/golbat data for worker, pokemon, quest and spawnpoint (for defined areas) into seperate stats tables.<BR>
Process controller/golbat data for workers, pokemon, quest, account, drago log into seperate stats tables.<BR>
Processing is done on interval 15/60/1440/10080 minutes and can be displayed by pre-defined grafana templates.
<BR>


## 1 Prerequisites
- tested on: mariadb 10.5/10.6, mysql server 8.0.31
- tested on: mariadb 10.6
- add Golbat/geojson/geofence.json or setup Koji api, containing your mon scan fences. Golbat will use these fences to write raw area mon stats to db.
- enable worker stats on 5m interval in controller config
- enable stats in controller config so it writes raw worker stats
- enable save logs in controller config is you want them processed

## 2 Setup
- clone Blissey, `git clone https://github.com/UnownHash/Blissey.git && cd Blissey`
Expand Down Expand Up @@ -53,7 +54,7 @@ Note 1: grafana templates will group before first "_" meaning for instance in th


## 4 Updates
- depending on changes but to be safe, pull+execute settings.run+update crontab
- depending on changes but to be safe, pull+execute settings.run+adjust config.ini when needed+update crontab
- replace changed grafana templates
<BR>
<BR>
Expand Down

0 comments on commit b966e9d

Please sign in to comment.