MongoDB Uptime/Availability Report

Hello,

We have a requirement to get an uptime/availability report for our MongoDB cluster(Preferably weekly, monthly).
Does mongodb provide any such options out of the box or any alternate which does not require external integrations.

Welcome to the community, @Mrigank_Trigunayat :wave:

Have you looked at the db.serverStatus(), uptime output? Does it suffice your needs? Is this a self-hosted cluster?

Mahi

1 Like

Thanks for the details @mahisatya , yes it did gave us the uptime. But it would be better to have a presentable report than raw data. Does the Mongo DB Atlas portal provide any feature to fulfill this.

No, it is not a self-hosted cluster.

Not sure if this information is readily available in Atlas. Hopefully, someone with more Atlas knowledge will chime in here.

The rich, built-in Atlas monitoring metrics charts offer a number of views into your clusters’ continuous utilization.

Cheers
-Andrew