Hi
This morning, all my monitored MongoDB nodes are in a warning state. Buth the nodes are working fine, it seems to be a Zabbix false positive.
When I get a Zabbix debug log from one of the nodes, I get this:
All other Zabbix monitoring data is collected just fine.
[HASHTAG="t4841"]zabbix_agent2[/HASHTAG] --version
zabbix_agent2 (Zabbix) 6.0.6
[HASHTAG="t146"]zabbix_server[/HASHTAG] --version
zabbix_server (Zabbix) 6.0.6
Thanks
This morning, all my monitored MongoDB nodes are in a warning state. Buth the nodes are working fine, it seems to be a Zabbix false positive.
When I get a Zabbix debug log from one of the nodes, I get this:
Code:
2022/07/04 08:56:34.969774 connection established using TLSv1.3 TLS_CHACHA20_POLY1305_SHA256 2022/07/04 08:56:34.971821 received passive check request: 'mongodb.collections.usage["tcp://localhost:27117","zbx_monitor","redacted_password"]' from 'zabbix_host_ip_address' 2022/07/04 08:56:34.973395 [1] processing update request (1 requests) 2022/07/04 08:56:34.974202 [1] cannot monitor metric "mongodb.collections.usage["tcp://localhost:27117","zbx_monitor","redacted_password"]": Unknown metric mongodb.collections.usage 2022/07/04 08:56:34.974782 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric mongodb.collections.usage' to 'redacted_zabbix_host_ip_address' 2022/07/04 08:56:34.979790 connection established using TLSv1.3 TLS_CHACHA20_POLY1305_SHA256 2022/07/04 08:56:34.982044 received passive check request: 'mongodb.collection.stats["tcp://localhost:27117","zbx_monitor","redacted_password" ,"ace","admin"]' from 'zabbix_host_ip_address' 2022/07/04 08:56:34.982519 [1] processing update request (1 requests) 2022/07/04 08:56:34.982841 [1] cannot monitor metric "mongodb.collection.stats["tcp://localhost:27117","zbx_monitor","redacted_password" ,"ace","admin"]": Unknown metric mongodb.collection.stats 2022/07/04 08:56:34.983189 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric mongodb.collection.stats' to 'zabbix_host_ip_address' 2022/07/04 08:56:35.002694 plugin Cpu: executing collector task 2022/07/04 08:56:35.100042 connection established using TLSv1.3 TLS_CHACHA20_POLY1305_SHA256 2022/07/04 08:56:35.102612 received passive check request: 'mongodb.oplog.stats["tcp://localhost:27117","zbx_monitor","redacted_password"]' from 'zabbix_host_ip_address' 2022/07/04 08:56:35.103391 [1] processing update request (1 requests) 2022/07/04 08:56:35.104112 [1] cannot monitor metric "mongodb.oplog.stats["tcp://localhost:27117","zbx_monitor","redacted_password"]": Unknown metric mongodb.oplog.stats
[HASHTAG="t4841"]zabbix_agent2[/HASHTAG] --version
zabbix_agent2 (Zabbix) 6.0.6
[HASHTAG="t146"]zabbix_server[/HASHTAG] --version
zabbix_server (Zabbix) 6.0.6
Thanks
Comment