Hi everyone,
This week I came across a very useful and straightforward Zabbix template for monitoring MongoDB Atlas using the HTTP Agent (via API):
I found it quite effective and easy to set up.
Is anyone else using this template? I'd love to hear about your experiences—any...
Search Result
Collapse
7 results in 0.0027 seconds.
Keywords
Members
Tags
-
Monitoring MongoDB Atlas via HTTP Agent – Great Template!
Last edited by santosra02; 28-06-2025, 19:20. -
Zabbix-agent2 MongoDB Plugin Not working with SCRAM-SHA-256 authentication
Dear Zabbix support, we are facing the following situation :
- we have a MongoDB replica-set configured with TLS but the authentication mechanism is SCRAM-SHA-256
- we want to monitor the MongoDB nodes using the zabbix-agent2 MongoDB plugin
- the plugin is not taking the URI... -
mongodb plugin not working (Unknown metric mongodb.server.status error)
so recently I tried to monitor a machine which had mongoDB installed and want to monitor my db via zabbix. and I believe I've done it correctly and all. but for some reason it doesn't seem to be working. ill send zabbix logs and configurations for you maybe that helps with finding out the problem and...
-
Zabbix integration with MongoDB/Postgres
Hi Team,
I'm using zabbix 6.0. I have OKD(openshift) cluster where we have Mongodb cluster and Postgres cluster running.
So I want to use zabbix to collect data for monitoring for these 2 databases. Worker node is already with zabbix agent and able to collect the data.
Now how to collect... -
Unsupported item key
I want to monitor mongodb through template. Zabbix server fetch the names of databases from mongodb server but unable to fetch the values and status of mongodb.
When i run below command on zabbix server i got an error:
...Code:#zabbix_get -s HOSTIP -k "mongodb.asserts.msg" Output:
-
How to monitor a particular port listening status or service
I want to monitor the status of Tomcat that runs on 8080
Similarly MongoDB - 27017 and redis - 6379
Note: I don't want to use JMX for Tomcat.
Thank you -
Another way to monitor mongodb
Hi everyone.
We were looking for a simple and fast way to monitor MongoDB stats. Mikoomi tool was a bit outdated so we decided to make up our own.
Basically it's a python script which collects output from db.serverStatus() command and sends it to Zabbix. On a Zabbix server...Last edited by sturi; 21-03-2016, 11:05.