This tutorial will guide you through the process of installing OpenTSDB on Fedora CoreOS Latet.
Login to your Fedora CoreOS instance.
Update the system by running the following command:
sudo dnf update -y
sudo dnf install java-devel python -y
wget https://github.com/OpenTSDB/opentsdb/releases/download/v2.4.0/opentsdb-2.4.0.tar.gz
tar -xvf opentsdb-2.4.0.tar.gz
cd opentsdb-2.4.0/ && ./build.sh
sudo ./src/tsdb tsd --port=4242 --staticroot=build/staticroot --cachedir=/tmp --auto-metric
The --port=4242
flag specifies the port on which OpenTSDB will listen, --staticroot=build/staticroot
specifies the web interface folder location, and --cachedir=/tmp
specifies the location where the OpenTSDB will cache its data.
http://<your-server-ip>:4242/
Congratulations! You have successfully installed OpenTSDB on Fedora CoreOS Latest. You can now start using OpenTSDB to track your metrics.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!