Re-add the ticker periodically updating stats
This commit is contained in:
@@ -96,7 +96,7 @@ func ActionServe(c *cli.Context) error {
|
||||
defer serversCancel()
|
||||
|
||||
// Setup metrics collection
|
||||
s = store.NewMetricsCollectingStore(s)
|
||||
s = store.NewMetricsCollectingStore(rootCtx, s)
|
||||
|
||||
// Setup honeypot
|
||||
hs, err := ssh.NewHoneypotServer(cfg.Honeypot, s)
|
||||
|
Reference in New Issue
Block a user