Compare commits

..

No commits in common. "0c49edb610f3a9b2b3b45b200b947c1993ace238" and "a934a3fd42af901dd1c2a13c0a817c132fe8ef3e" have entirely different histories.

1 changed files with 0 additions and 24 deletions

24
netdata
View File

@ -1,24 +0,0 @@
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