This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > netdata (1.29.3)

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

This requires: libuv, PyYAML

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

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

Source Downloads:
netdata-1.29.3.tar.gz (9bb47600963c001c7de828e7e2e135a4)

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

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
netdata.SlackBuild
netdata.info
rc.netdata
slack-desc

Validated for Slackware 14.2

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-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds