Marketplace
Monitoring

Netdata

Real-time system and container metrics, zero configuration.

Deploy this app

About

Installs Netdata via its official kickstart script, giving you a real-time dashboard of CPU, memory, disk, network and (if Docker is present) container metrics with no manual configuration.

Ports opened by the installer

19999/tcp · Netdata dashboard

Install script (runs as cloud-init user-data on first boot)

#!/bin/bash
set -e
apt-get update -y
apt-get install -y curl
curl -fsSL https://get.netdata.cloud/kickstart.sh -o /tmp/netdata-kickstart.sh
sh /tmp/netdata-kickstart.sh --non-interactive --disable-telemetry

Minimum requirements

vCPU
1
Memory
1 GB
Disk
20 GB
Base image
ubuntu