fastcom-exporter

Prometheus Fast.com exporter

Stars
15

fastcom-exporter

Exports Fast.com metrics in the prometheus format, caching the results.

Install

homebrew:

brew install caarlos0/tap/fastcom-exporter

docker:

docker run --rm -p 9877:9877 caarlos0/fastcom-exporter

apt:

echo 'deb [trusted=yes] https://repo.caarlos0.dev/apt/ /' | sudo tee /etc/apt/sources.list.d/caarlos0.list
sudo apt update
sudo apt install fastcom-exporter

yum:

echo '[caarlos0]
name=caarlos0
baseurl=https://repo.caarlos0.dev/yum/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/caarlos0.repo
sudo yum install fastcom-exporter

deb/rpm/apk:

Download the .apk, .deb or .rpm from the releases page and install with the appropriate commands.

manually:

Download the pre-compiled binaries from the releases page or clone the repo build from source.

Stargazers over time