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 {
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) {