Monitoring MongoDB dengan PRTG

Today's information architecture relies heavily on databases. Whether you use Microsoft SQL, MySQL, PostgreSQL, Oracle SQL or MongoDB—the health of your database server is an essential value to monitor in order to guarantee fast and reliable database access. After having already presented the WMI Microsoft SQL Server sensor, in this blog article you'll learn about how you can monitor your MongoDB server with PRTG Network Monitor.

The MongoDB System Health Sensor uses the Hypertext Transfer Protocol (HTTP) and the MongoDB admin web console to read information about connections and operations, which is the basis for monitoring data on the health status of your MongoDB server. In detail, this sensor type provides you with information on the following values:
  • Percentage of used connections,
  • Percentage of index misses,
  • Average duration of background flushing,
  • Command operations per second,
  • Delete operations per second,
  • Insert operations per second,
  • Update operations per second,
  • Query operations per second, and
  • Get more operations per second.
If you have integrated MongoDB in your IT infrastructure, just take this sensor type for a spin! For more information on how to configure it, just have a look at the PRTG manual chapter on theMongoDB System Health sensor. Let's keep your MongoDB server healthy!