diff --git a/README.md b/README.md index 32164350..4c318d56 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ The software below can be installed, updated and removed using `deb-get`. [Tailscale](https://tailscale.com/) (`tailscale`) - Zero config VPN. Works on any device, manages firewall rules for you, and works from anywhere.
[Microsoft Teams](https://www.microsoft.com/microsoft-teams/group-chat-software) (`teams`) - Team chat and collaboration.
[TeamViewer](https://www.teamviewer.com/) (`teamviewer`) - The Remote Desktop Software.
+ [Telegraf](https://github.com/influxdata/telegraf) (`telegraf`) - The plugin-driven server agent for collecting & reporting metrics.
[Terraform](https://www.terraform.io/) (`terraform`) - Automate Infrastructure on Any Cloud.
[Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) (`tidal-hifi`) - Web version of listen.tidal.com running in Wlectron with hifi support thanks to widevine.
[Tixati](https://www.tixati.com/) (`tixati`) - A New and Powerful P2P System.
diff --git a/deb-get b/deb-get index f82a860c..68d42ed3 100755 --- a/deb-get +++ b/deb-get @@ -1329,6 +1329,15 @@ function deb_gh() { SUMMARY="GitHub CLI brings GitHub to your terminal. Free and open source." } +function deb_telegraf() { + APT_KEY_URL="https://repos.influxdata.com/influxdb.key" + APT_LIST_NAME="influxdata" + APT_REPO_URL="https://repos.influxdata.com/debian stable main" + PRETTY_NAME="Telegraf" + WEBSITE="https://github.com/influxdata/telegraf" + SUMMARY="The plugin-driven server agent for collecting & reporting metrics." +} + function deb_brisqi() { get_github_releases "https://api.github.com/repos/Brisqi/releases/releases/latest" VERSION_PUBLISHED="$(grep "browser_download_url.*.deb" "${CACHE_DIR}/${APP}.json" | head -n1 | cut -d'"' -f4 | cut -d'/' -f8 | sed 's|v||')"