You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
-
wsjtx-exporter
- richtiges oder qrz grid tracking
- cant reach database ist bei mir aufgetreten
- adressieren ;)
- alternativ findposition mechanik implementieren (automatischer rewind auf basis des letzten mysql eintrages)
- smarter move um sich als windows dienst einzutragen
-
Username=Station (=~ Callsign) right?!?
-
dashboards
- build combined rx/tx panels (at least map and diagram.. maybe lotw/cqrlog) :)
- research how to reduce result set effectively in mysql
-
primary key um band ergaenzen?
-
maybe add https://github.com/grafana/grafana/issues/8341 ?
-
database
- propably more indices
-
endpoint
- no db -> client should wait!
-
mod_gzip nac vorne raus?
-
LOGBOOK
- integrate cqrlog db
- make some awesome queries!! :D
- userfriendly cqrlog backup import
- upload folder via webdav via user auth erreichbar
- logbook import job via systemd timer oder event oder so?
- integrate cqrlog db
-
MySQL
- timestamp vs datetime aus sicht von grafana UND UEBERHAUPT VON MYSQL SELBER UND UEBERHAUPT ALLEN?! ALTER WTF!!
- select ts zeigt korrekte/utc time an
- select unix_timestamp(ts) gibt zwar n int, aber 1h hinter utc
- cet 05:00
- utc 04:00
- unix_timestamp(tx) 03:00 als int ^^
- timestamp vs datetime aus sicht von grafana UND UEBERHAUPT VON MYSQL SELBER UND UEBERHAUPT ALLEN?! ALTER WTF!!
-
create table aus binaries nehmen?
- kontrolle sollte beim db admin liegen
- dafuer check ob table vorhanden!
-
prometheus timestamp feature researchen
-
doc
- german docs..
- server und/oder skript/readme zum aufsetzen
-
fix dashboards
- umgang mit refresh der variablen??
-
provide dashboards to grafana
-
vendoring
-
add howto for ubuntu/win10
-
push images to dockerhub
-
Mail an PSKReporter
-
Query to bunde multiple callsigns?
-
How are the queries counted? rate per src ip or per query?