Enable the metrics store
This commit is contained in:
parent
47f3ae2b81
commit
03525cdad8
@ -82,6 +82,8 @@ func ActionServe(c *cli.Context) error {
|
||||
return fmt.Errorf("Invalid store configured")
|
||||
}
|
||||
|
||||
s = store.NewMetricsCollectingStore(s)
|
||||
|
||||
// Setup honeypot
|
||||
hs, err := ssh.NewHoneypotServer(cfg.Honeypot, s)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user