Skip to content

Commit

Permalink
deb-get: Add telegraf
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 26, 2022
1 parent a17d9a1 commit d5f6702
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -217,6 +217,7 @@ The software below can be installed, updated and removed using `deb-get`.
<img src=".github/debian.png" align="top" width="20" /> [Tailscale](https://tailscale.com/) (`tailscale`) - <i>Zero config VPN. Works on any device, manages firewall rules for you, and works from anywhere.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Microsoft Teams](https://www.microsoft.com/microsoft-teams/group-chat-software) (`teams`) - <i>Team chat and collaboration.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [TeamViewer](https://www.teamviewer.com/) (`teamviewer`) - <i>The Remote Desktop Software.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Telegraf](https://github.com/influxdata/telegraf) (`telegraf`) - <i>The plugin-driven server agent for collecting & reporting metrics.</i><br />
<img src=".github/debian.png" align="top" width="20" /> [Terraform](https://www.terraform.io/) (`terraform`) - <i>Automate Infrastructure on Any Cloud.</i><br />
<img src=".github/github.png" align="top" width="20" /> [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) (`tidal-hifi`) - <i>Web version of listen.tidal.com running in Wlectron with hifi support thanks to widevine.</i><br />
<img src=".github/direct.png" align="top" width="20" /> [Tixati](https://www.tixati.com/) (`tixati`) - <i>A New and Powerful P2P System.</i><br />
Expand Down
9 changes: 9 additions & 0 deletions deb-get
Expand Up @@ -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||')"
Expand Down

0 comments on commit d5f6702

Please sign in to comment.