typo
This commit is contained in:
parent
9ae5a14c38
commit
11e34a4cff
@ -19,7 +19,7 @@ type Collector struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewExporter(appSettings *cfg.AppSettings, exporterVersion string) *Collector {
|
func NewExporter(appSettings *cfg.AppSettings, exporterVersion string) *Collector {
|
||||||
log.Printf("reading fail2ban metrics socket file: %s", appSettings.Fail2BanSocketPath)
|
log.Printf("reading fail2ban metrics from socket file: %s", appSettings.Fail2BanSocketPath)
|
||||||
printFail2BanServerVersion(appSettings.Fail2BanSocketPath)
|
printFail2BanServerVersion(appSettings.Fail2BanSocketPath)
|
||||||
return &Collector{
|
return &Collector{
|
||||||
socketPath: appSettings.Fail2BanSocketPath,
|
socketPath: appSettings.Fail2BanSocketPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user