Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

dkmur/rdmStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdmStats

Process rdm scanner data for pokemon, quest and spawnpoint for each defined area into seperate stats tables.
Processing is done on interval 15/60/1440/10080 minutes and can be displayed by pre-defined grafana templates.
tbd:

  • add worker stats when available in rdm
  • once worker stats have been added it will allow to link them to device info such as restarts/reboots

1 Prerequisites

  • tested on: mariadb 10.5/10.6, mysql server 8.0.31
  • in RDM local.json add "stats": true, ,disabled by default

2 Setup

  • clone rdmStats, git clone https://github.com/dkmur/rdmStats.git
  • create stats db and user (user needs to have access to both stats db and rdm db)
  • copy and fill out config, cd rdmStats/ && cp default_files/config.ini.default config.ini
  • execute setting.run
  • add content of crontab.txt to your cron
  • add quest and mon area fences to table geofences and execute settings.run once more to populate column st
insert ignore into geofences (area,fence,type,coords) values
('Newyork','Newyork_centre','mon','lat1 lon1,lat2 lon2,lat3 lon3,lat1 lon1');

insert ignore into geofences (area,fence,type,coords) values
('Newyork','Newyork_south','mon','lat1 lon1,lat2 lon2,lat3 lon3,lat1 lon1');

insert ignore into geofences (area,type,coords) values
('Newyork','quest','lat1 lon1,lat2 lon2,lat3 lon3,lat1 lon1');

- column fence is only used in case you use subfences for an area(town), will default to area when not included
- first and last coordinate must be the same for column coords
- after changing or adding fences always execute setting.run to populate column st

Nore 1: grafana templates will group before first "_" meaning for instance in the example above when looking at stats for area Newyork without specifying a fence the 2 mon areas will be combined
Note 2: mon area stats are delayed by one hour compared to quest/spawnpoint and (non existent) worker stats

3 Grafana

4 Updates

  • depending on changes but to be safe, pull+execute settings.run+update crontab
  • replace changed grafana templates


A logs folder will be created in rdmStats folder, any errors during execution are printed before the actual logline.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages