Compare commits

...

2 Commits

Author SHA1 Message Date
0c49edb610 Merge branch 'master' of https://git.webhosting.rug.nl/p216149/docs 2018-03-22 10:40:33 +01:00
8d43d1a42a netdata 2018-03-22 10:40:17 +01:00

24
netdata Normal file
View File

@@ -0,0 +1,24 @@
howto run netdata (in a docker) monitoring on a server:
disable ipv6:
# vi /etc/sysctl.conf:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
rerun sysctl:
# sysctl -p
install docker:
# yum install docker -y
enable/start docker-service:
# systemctl enable docker
# systemctl start docker
run netdata:
# docker run --hostname=cms-fa22 -d --cap-add SYS_PTRACE -v /proc:/host/proc:ro -v /sys:/host/sys:ro -p 19999:19999 titpetric/netdata