Skip to main content

Standalone Deployment

Netdata provides real-time monitoring out of the box. By default, each Netdata Agent functions as a standalone monitoring system with no additional configuration required.

Standalone Agents Without Netdata Cloud

Each Netdata Agent operates independently and provides its own monitoring dashboard and alerting system.

Features

FeatureHow it works
Infrastructure dashboards for metricsNo, each Netdata Agent provides its own dashboard.
Infrastructure dashboards for logsNo, logs are only accessible per individual Netdata Agent.
Centralized alert configurationNo, each Netdata Agent has its own alert settings.
Centralized alert notificationsNo, each Netdata Agent sends notifications independently.
On-prem data retentionYes, all collected data remains on the monitored system.

Each Netdata Agent is accessible via a unique URL: http://agent-ip:19999.

Each agent also manages its own alert notifications:

Configuration Steps

  • Install Netdata Agents on each system.
  • Access each Agent individually via its URL (http://agent-ip:19999).

Standalone Agents With Netdata Cloud

Connecting Netdata Agents to Netdata Cloud enables centralized monitoring while keeping collected data on-premise.

Features

FeatureDescription
Infrastructure dashboards for metricsYes, Netdata Cloud provides unified charts aggregating metrics from all systems.
Infrastructure dashboards for logsLogs from all agents are accessible in Netdata Cloud (though not merged into a single view).
Centralized alert configurationNo, each Netdata Agent maintains its own alert settings.
Centralized alert notificationsYes, Netdata Cloud manages and dispatches notifications.
On-prem data retentionYes, Netdata Cloud queries Netdata Agents in real time.

Connecting Netdata Agents to Netdata Cloud enables a unified monitoring view without requiring additional infrastructure setup.

Alert notifications are managed centrally in Netdata Cloud:

Note: Alerts are still triggered by Netdata Agents. Netdata Cloud manages notifications.

Configuration Steps

  • Install Netdata Agents using the installation commands provided by Netdata Cloud to automatically link them to your Space.
  • Alternatively, install Netdata Agents manually and connect them via the command line or dashboard.
  • Optional: Disable direct dashboard access for security.
  • Optional: Disable individual agent notifications to prevent duplicate alerts (Netdata Agents send email alerts by default if an MTA is detected).

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.