summaryrefslogtreecommitdiffstats
path: root/system/netdata/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-01-24 20:41:08 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:37:59 +0100
commit7bc511d82ad6cb8faf15099b23081b0fd54f58d9 (patch)
tree097b939be461ef13afc57086349b4bd1c951decb /system/netdata/README
parent5ce6a3383c6d908c39086321f6fc14f830dd300d (diff)
downloadslackbuilds-7bc511d82ad6cb8faf15099b23081b0fd54f58d9.tar.gz
system/netdata: Added (real-time monitoring system).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/netdata/README')
-rw-r--r--system/netdata/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/system/netdata/README b/system/netdata/README
new file mode 100644
index 0000000000..f4f9eb147c
--- /dev/null
+++ b/system/netdata/README
@@ -0,0 +1,28 @@
+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