diff --git a/src/exporter.go b/src/exporter.go index 102cb76..d1d8bab 100644 --- a/src/exporter.go +++ b/src/exporter.go @@ -88,12 +88,12 @@ var ( ) type Exporter struct { - db *fail2banDb.Fail2BanDB - socketPath string - lastError error - dbErrorCount int + db *fail2banDb.Fail2BanDB + socketPath string + lastError error + dbErrorCount int socketConnectionErrorCount int - socketRequestErrorCount int + socketRequestErrorCount int } func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {