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.
23 lines
753 B
23 lines
753 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 go/bin/pskreporter_exporter:
|
||
|
-db="digimode_stats": db name
|
||
|
-dbhost="db": name/ip of mysql host
|
||
|
-dbpass="secret": mysql password
|
||
|
-dbtable="pskreporter_stats": mysql table name
|
||
|
-dbuser="wsjtx": mysql username
|
||
|
-debug=false: enable debug logging
|
||
|
-metricpath="/metrics": path for prometheus metric endpoint
|
||
|
-mysql=false: activate mysql exporter
|
||
|
-port=2113: port for prometheus metric endpoint
|
||
|
-prometheus=false: activate prometheus exporter
|
||
|
-station="": callsign to monitor on pskreporter
|
||
|
-trace=false: log almost everything
|
||
|
```
|
||
|
|
||
|
unsure about using in combination with gridtracker...
|