-
Incident report
-
Resolution: Duplicate
-
Trivial
-
None
-
6.0.0beta1
-
None
-
Linux 732fe0cdfd0d 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
MongoDB shell version v5.0.1
Build Info: {
"version": "5.0.1",
"gitVersion": "318fd9cabc59dc9651f3189b622af6e06ab6cd33",
"openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2004",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}
Linux MTS-SRVMON05 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
$ zabbix_server -V
zabbix_server (Zabbix) 6.0.0beta1
Revision d3db14ccb5 13 December 2021, compilation time: Dec 13 2021 14:30:36
Copyright (C) 2021 Zabbix SIA
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it according to
the license. There is NO WARRANTY, to the extent permitted by law.
This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/).
Compiled with OpenSSL 1.1.1f 31 Mar 2020
Running with OpenSSL 1.1.1f 31 Mar 2020Linux 732fe0cdfd0d 5.4.0-84-generic #94-Ubuntu SMP Thu Aug 26 20:27:37 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux MongoDB shell version v5.0.1 Build Info: { "version": "5.0.1", "gitVersion": "318fd9cabc59dc9651f3189b622af6e06ab6cd33", "openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020", "modules": [], "allocator": "tcmalloc", "environment": { "distmod": "ubuntu2004", "distarch": "x86_64", "target_arch": "x86_64" } } Linux MTS-SRVMON05 5.4.0-89-generic #100-Ubuntu SMP Fri Sep 24 14:50:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux $ zabbix_server -V zabbix_server (Zabbix) 6.0.0beta1 Revision d3db14ccb5 13 December 2021, compilation time: Dec 13 2021 14:30:36 Copyright (C) 2021 Zabbix SIA License GPLv2+: GNU GPL version 2 or later < http://gnu.org/licenses/gpl.html >. This is free software: you are free to change and redistribute it according to the license. There is NO WARRANTY, to the extent permitted by law. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit ( http://www.openssl.org/ ). Compiled with OpenSSL 1.1.1f 31 Mar 2020 Running with OpenSSL 1.1.1f 31 Mar 2020
Steps to reproduce:
- Followed this setup https://www.zabbix.com/integrations/mongodb
- configured host on server
I ran this commands in zabbix server to check communication between them:
$ zabbix_get -s 172.16.102.41 -k 'mongodb.ping["tcp://172.16.102.41:27017","zabbix","secret_password"]'
0
$ zabbix_get -s 172.16.102.41 -k 'mongodb.ping["tcp://172.16.102.41:27017"]'
1
$ zabbix_get -s 172.16.102.41 -k 'mongodb.collections.discovery["tcp://172.16.102.41:27017","zabbix","secret_password"]'
ZBX_NOTSUPPORTED: server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field.
Also check the screenshots
- duplicates
-
ZBXNEXT-6891 Validate template and plugin compatability with MongoDB 5.0
- Closed