ABOUT
Netdata is an open-source, real-time performance monitoring tool designed to provide insights into the performance and health of systems and applications. It is often used by system administrators, DevOps professionals, and developers to monitor and troubleshoot issues on servers and other devices.
infoExecute within the Proxmox shell
INSTALL
Approved local installer
DefaultDebian 13
Approved locallyConfig path/etc/netdata/netdata.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/tools/addon/netdata.sh'; sha='978a2aad355b84850d7314e3315843d4ed0c85b0b9aa06ea6727fe4589d4ba36'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path tools/addon/netdata.shSHA-256 978a2aad355b84850d7314e3315843d4ed0c85b0b9aa06ea6727fe4589d4ba36 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.