You've already forked prometheus-fail2ban-exporter
This commit is contained in:
13
cfg/settings.go
Normal file
13
cfg/settings.go
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user