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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

23 lines
756 B

4 years ago
# pskreporter-exporter
poll pskreporter.info every 5 minutes to stores the results into mysql and/or export for prometheus.
parameter:
```
Usage of /home/ixyd/go/bin/pskreporter-exporter:
4 years ago
-db="digimode_stats": db name
-debug=false: enable debug logging
-host="db": name/ip of mysql host
4 years ago
-metricpath="/metrics": path for prometheus metric endpoint
-mysql=false: activate mysql exporter
-pass="secret": mysql password
4 years ago
-port=2113: port for prometheus metric endpoint
-prometheus=false: activate prometheus exporter
-station="": callsign to monitor on pskreporter
-table="pskreporter_stats": mysql table name
4 years ago
-trace=false: log almost everything
-user="wsjtx": mysql username
4 years ago
```
unsure about using in combination with gridtracker...