prometheus-trafficserver-exporter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
prometheus-trafficserver-exporter: command not found
or when using sudo you get the following error message
sudo: prometheus-trafficserver-exporter: command not found
Solutions to prometheus-trafficserver-exporter: command not found
How To Fix prometheus-trafficserver-exporter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu prometheus-trafficserver-exporter is provided by prometheus-trafficserver-exporter package.
prometheus-trafficserver-exporter is:
prometheus-trafficserver-exporter is an Apache Traffic Server metrics exporter for Prometheus. It uses the stats_over_http Traffic Server plugin to translate JSON data into Prometheus format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install prometheus-trafficserver-exporter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install prometheus-trafficserver-exporter.
sudo apt -y install prometheus-trafficserver-exporter
Or if you have aptitude installed you can use the following command.
sudo aptitude install prometheus-trafficserver-exporter
Summary
In this tutorial we learn how to fix prometheus-trafficserver-exporter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.