SlackBuilds Repository

15.0 > System > netdata (2.5.1)

netdata is a system for distributed real-time performance and health
monitoring. It provides unparalleled insights, in real-time, of
everything happening on the system it runs, using modern interactive
web dashboards.

Optional dependencies:
- nodejs (monitoring named and SNMP devices)
- psycopg2 (monitoring postgres databases)
- MySQL-python (monitoring MySQL databases)

netdata daemon will run under netdata user and group.
You need to create the following user/group before building:
groupadd -g 338 netdata
useradd -u 338 -g 338 -c "netdata user" -s /bin/bash netdata

If you want to run this daemon on every boot:
chmod +x /etc/rc.d/rc.netdata

Add this line to /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.netdata ]; then
/etc/rc.d/rc.netdata start
fi

To access the dashboards, visit
http://IP-ADDRESS:19999/

To get the running config file at any time, visit
http://IP-ADDRESS:19999/netdata.conf

NOTE: this script will download some modules from Internet
to build abseil-cpp and protobuf

This requires: google-go-lang, python2-PyYAML, freeipmi

Maintained by: Willy Sudiarto Raharjo
Keywords: netdata,monitoring
ChangeLog: netdata

Homepage:
https://github.com/netdata/netdata

Source Downloads:
netdata-v2.5.1.tar.gz (55e94e5aad4622ff0be6b92cb62b4362)

Download SlackBuild:
netdata.tar.gz
netdata.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds