prometheus-fail2ban-exporter/cfg/settings.go

14 lines
335 B
Go
Raw Normal View History

2023-10-02 10:50:34 +00:00
package cfg
import "git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter/auth"
type AppSettings struct {
VersionMode bool
DryRunMode bool
MetricsAddress string
Fail2BanSocketPath string
FileCollectorPath string
AuthProvider auth.AuthProvider
ExitOnSocketConnError bool
}