Update Server
apt update && apt upgrade -y
Install Docker CE:
sudo apt -y install lsb-release gnupg apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubu... | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker.gpg
sudo add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce docker-ce-cli containerd.io docker-compose-plugin
sudo usermod -aG docker $USER
newgrp docker
Install Graphite:
sudo mkdir -p /data/graphite/{statsd,configs,data}
sudo docker run -d \
--name graphite \
--restart=always \
-p 80:80 \
-p 2003-2004:2003-2004 \
-p 2023-2024:2023-2024 \
-p 8125:8125/udp \
-p 8126:8126 \
-v /data/graphite/configs:/opt/graphite/conf \
-v /data/graphite/data:/opt/graphite/storage \
-v /data/graphite/statsd:/opt/statsd \
graphiteapp/graphite-statsd
Access UI:
server_ip
user- root
pass- root
change user credential
http://ip-address/admin/auth/user/1/
Watch video How to install Graphite(Monitoring Platform) on ubuntu online without registration, duration hours minute second in high quality. This video was added by user Quickloss3 17 February 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 907 once and liked it like people.