Simple program to export webuntis monitor data to file or mysql
- Download the latest version from Releases
- Install java 8 (if you havn't already)
- Create default config via:
java -jar [name of the downloaded jar] [path to the config(e.g. "default.properties" or "/home/conf/conf.properties")] [file|sql]
- Example command:
java -jar webuntis-monitor-parser.jar default.properties sql
- Edit the created *.properties file. Be sure to escape
:
and=
with\:
and\=
- Execute the program with just the config path:
java -jar [name of the downloaded jar] [path to the config]
- See the results