This commit is contained in:
Hector 2021-08-30 08:06:32 +01:00
parent 9b39eeaea2
commit baf1da8c0f

View File

@ -88,12 +88,12 @@ var (
) )
type Exporter struct { type Exporter struct {
db *fail2banDb.Fail2BanDB db *fail2banDb.Fail2BanDB
socketPath string socketPath string
lastError error lastError error
dbErrorCount int dbErrorCount int
socketConnectionErrorCount int socketConnectionErrorCount int
socketRequestErrorCount int socketRequestErrorCount int
} }
func (e *Exporter) Describe(ch chan<- *prometheus.Desc) { func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {