prometheus-fail2ban-exporter/go.mod
Hector 7ced8464e0 feat: initial setup of metric exporter
Add dependency on the prometheus library to start exporting metrics. Add
a new `up` metric that always returns `1` to ensure the exporter is
working as expected.
2021-02-05 23:04:07 +00:00

6 lines
97 B
Modula-2

module fail2ban-prometheus-exporter
go 1.15
require github.com/prometheus/client_golang v1.9.0