MonSPHERE

Monitoring

Infrastructure Monitoring

Server, container, database, and cloud infrastructure metrics via agents and exporters.

Infrastructure monitoring in MonSPHERE flows through the real Prometheus ecosystem — the MonSPHERE agent installs and supervises exporters, Prometheus scrapes them, and VictoriaMetrics retains the history.

What's covered

  • Server metrics — CPU, memory, disk, and network via node_exporter, installed automatically by the agent.
  • Container metrics — Docker container health and resource usage via the agent's Docker Engine API integration.
  • Database metrics — connection health and query performance via standard database exporters, configured per host.
  • Cloud infrastructure — any cloud VM or managed service that can run the agent or expose a Prometheus endpoint is monitorable the same way; there's no separate "cloud connector" — it's the same exporter pipeline everywhere.

Querying metrics

Every metric collected is a real Prometheus metric, queryable via PromQL through monitoring-api, and the same data backs dashboards and reports — there's no separate "infrastructure" data silo from "website monitoring" data.

Retention

How long metrics stay queryable is controlled by your subscription plan's retention_days — 7 days on Free, 30 on Professional. VictoriaMetrics stores everything beyond Prometheus's own local retention window, so historical dashboards and reports keep working within your plan's retention period.