Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEriks Sneiders <eriks.sneiders@zabbix.com>2022-04-12 14:39:48 +0300
committerEriks Sneiders <eriks.sneiders@zabbix.com>2022-04-12 14:39:53 +0300
commit39d7b4170fb1064aef045b77d2919024203afd9d (patch)
tree4f07065888713e16e10bd2ba6ddb1e4004fd2e36 /src/go/plugins/mongodb/handler_oplog_stats.go
parentab3b3d4df1f61201f04ba6ea4cb30394eaf107cd (diff)
...G...... [DEV-2061] moved Zabbix agent 2 plugin support packages to separate repository
Diffstat (limited to 'src/go/plugins/mongodb/handler_oplog_stats.go')
-rw-r--r--src/go/plugins/mongodb/handler_oplog_stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/plugins/mongodb/handler_oplog_stats.go b/src/go/plugins/mongodb/handler_oplog_stats.go
index 835e8a29e42..6bf7d250b1e 100644
--- a/src/go/plugins/mongodb/handler_oplog_stats.go
+++ b/src/go/plugins/mongodb/handler_oplog_stats.go
@@ -23,9 +23,9 @@ import (
"encoding/json"
"time"
+ "git.zabbix.com/ap/plugin-support/zbxerr"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
- "zabbix.com/pkg/zbxerr"
)
type oplogStats struct {