netdata support
This commit is contained in:
parent
4ba3f52a23
commit
0f92762deb
@ -95,7 +95,16 @@ git config --global user.name "Techops"
|
|||||||
hostname -f > /etc/mailname
|
hostname -f > /etc/mailname
|
||||||
|
|
||||||
#Step 3: The usual suspects
|
#Step 3: The usual suspects
|
||||||
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install snmpd ncdu iftop nethogs screen acct tshark tcpdump glances dstat htop sysdig sysstat rsync clamav logwatch zsh sl postfix molly-guard mailutils ladvd auditd rkhunter rsyslog ngrep ntp nut-client lm-sensors zlib1g-dev uuid-dev libmnl-dev gcc make autoconf autoconf-archive autogen automake pkg-config curl
|
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install snmpd ncdu iftop nethogs screen acct tshark tcpdump glances dstat htop sysdig sysstat rsync clamav logwatch zsh sl postfix molly-guard mailutils ladvd auditd rkhunter rsyslog ngrep ntp nut-client lm-sensors zlib1g-dev uuid-dev libmnl-dev gcc make autoconf autoconf-archive autogen automake pkg-config curl python-dnspython python-mysqldb libmnl
|
||||||
|
|
||||||
|
# download it - the directory 'netdata' will be created
|
||||||
|
cd /root
|
||||||
|
git clone https://github.com/netdata/netdata.git --depth=100
|
||||||
|
cd netdata
|
||||||
|
|
||||||
|
# run script with root privileges to build, install, start Netdata
|
||||||
|
./netdata-installer.sh -u --dont-wait --stable-channel
|
||||||
|
|
||||||
|
|
||||||
#Turn on process accounting
|
#Turn on process accounting
|
||||||
echo "Turning on process accounting..."
|
echo "Turning on process accounting..."
|
||||||
|
Loading…
Reference in New Issue
Block a user