prometheus-fail2ban-exporter/cfg/settings.go

11 lines
227 B
Go
Raw Normal View History

package cfg
type AppSettings struct {
VersionMode bool
MetricsAddress string
Fail2BanSocketPath string
FileCollectorPath string
BasicAuthProvider *hashedBasicAuth
ExitOnSocketConnError bool
}