Update install_netdata

Added comments to where the new code was added
This commit is contained in:
LPJon
2023-08-29 02:00:46 -05:00
committed by GitHub
parent 6bed9a1491
commit 4ea821c758

View File

@@ -36,6 +36,7 @@ else
yum -y install MySQL-python python python-yaml python-psycopg2 nodejs lm_sensors --enablerepo=epel
yum -y install nmap-ncat git zlib-devel libuuid-devel --enablerepo=epel
yum -y install libmnl-devel libuv-devel --enablerepo=epel
# New Code Below
yum -y install json-c-devel libatomic libyaml-devel lz4-devel systemd-devel
fi
@@ -145,6 +146,7 @@ EOF
fi
# restart netdata
# New Code Below
echo "d /var/run/netdata 0755 root root" > /usr/lib/tmpfiles.d/netdata.conf
service netdata restart
service cwpsrv reload