slackbuilds/system/netdata
Willy Sudiarto Raharjo bb54f9f603
system/netdata: Updated for version 1.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-06-20 07:24:28 +07:00
..
README system/netdata: Fix README. 2019-05-29 04:55:05 +07:00
doinst.sh system/netdata: Fix doinst.sh script. 2018-11-24 12:35:24 +07:00
netdata.SlackBuild system/netdata: Updated for version 1.22.1. 2020-06-20 07:24:28 +07:00
netdata.info system/netdata: Updated for version 1.22.1. 2020-06-20 07:24:28 +07:00
rc.netdata
slack-desc system/netdata: Updated for version 1.11.0. 2018-11-17 03:24:54 +07:00

README

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