Downloads:
2,550,300
Downloads of v 1.32.0:
30,816
Last Update:
29 Sep 2024
Package Maintainer(s):
Software Author(s):
- InfluxData
Tags:
admin telegraf influxdata influxdb- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Telegraf (Install)
- 1
- 2
- 3
1.32.0 | Updated: 29 Sep 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,550,300
Downloads of v 1.32.0:
30,816
Maintainer(s):
Software Author(s):
- InfluxData
Telegraf (Install) 1.32.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by InfluxData. The inclusion of InfluxData trademark(s), if any, upon this webpage is solely to identify InfluxData goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Exemption:
Temporarily exempted from package-verifier due to this issue: https://github.com/chocolatey/package-verifier/issues/106
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Telegraf (Install), run the following command from the command line or from PowerShell:
To upgrade Telegraf (Install), run the following command from the command line or from PowerShell:
To uninstall Telegraf (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download telegraf --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade telegraf -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade telegraf -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install telegraf
win_chocolatey:
name: telegraf
version: '1.32.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'telegraf' do
action :install
source 'INTERNAL REPO URL'
version '1.32.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller telegraf
{
Name = "telegraf"
Version = "1.32.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'telegraf':
ensure => '1.32.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 29 Sep 2024.
Telegraf is a plugin-driven server agent for collecting and reporting
metrics, and is the first piece of the TICK stack. Telegraf has plugins to source a
variety of metrics directly from the system it’s running on, pull metrics from third
party APIs, or even listen for metrics via a statsd and Kafka consumer services. It
also has output plugins to send metrics to a variety of other datastores, services,
and message queues, including InfluxDB, Graphite, OpenTSDB, Datadog, Librato, Kafka,
MQTT, NSQ, and many others.
Telegraf is installed under %ProgramFiles%\telegraf.
If (Get-Service -Name "telegraf" -ErrorAction SilentlyContinue) {
Stop-Service -Name "telegraf"
}
$ErrorActionPreference = 'Stop';
$packageName = 'telegraf'
$softwareName = 'telegraf*'
$installerType = 'EXE'
$install_folder = Join-Path $env:ProgramFiles 'telegraf'
$silentArgs = 'service uninstall'
$validExitCodes = @(0)
$uninstalled = $false
$file = Join-Path $install_folder 'telegraf.exe'
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
Start-Sleep -Seconds 3
Remove-Item -Path $install_folder -Recurse -Confirm:$false -Force
Log in or click on link to see number of positives.
- telegraf.1.32.0.nupkg (78373af9b4b6) - ## / 67
- telegraf-1.32.0_windows_amd64.zip (3138eddbe75b) - ## / 64
- telegraf-1.32.0_windows_i386.zip (bcd0627391f5) - ## / 61
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Telegraf (Install) 1.32.0 | 30816 | Sunday, September 29, 2024 | Approved | |
Telegraf (Install) 1.31.1 | 55920 | Tuesday, July 2, 2024 | Approved | |
Telegraf (Install) 1.31.0 | 78809 | Tuesday, June 11, 2024 | Approved | |
Telegraf (Install) 1.30.3 | 1115 | Wednesday, May 22, 2024 | Approved | |
Telegraf (Install) 1.30.2 | 1543 | Wednesday, April 24, 2024 | Approved | |
Telegraf (Install) 1.30.1 | 2264 | Tuesday, April 2, 2024 | Approved | |
Telegraf (Install) 1.30.0 | 3037 | Wednesday, March 13, 2024 | Approved | |
Telegraf (Install) 1.29.5 | 3432 | Wednesday, February 21, 2024 | Approved | |
Telegraf (Install) 1.29.4 | 8967 | Thursday, February 1, 2024 | Approved | |
Telegraf (Install) 1.29.2 | 17845 | Tuesday, January 9, 2024 | Approved | |
Telegraf (Install) 1.29.1 | 17599 | Friday, December 15, 2023 | Approved | |
Telegraf (Install) 1.29.0 | 1877 | Wednesday, December 13, 2023 | Approved | |
Telegraf (Install) 1.28.5 | 18227 | Thursday, November 16, 2023 | Approved | |
Telegraf (Install) 1.28.4 | 1145 | Tuesday, November 14, 2023 | Approved | |
Telegraf (Install) 1.28.3 | 41620 | Tuesday, October 24, 2023 | Approved | |
Telegraf (Install) 1.28.2 | 28148 | Tuesday, October 3, 2023 | Approved | |
Telegraf (Install) 1.28.1 | 41507 | Wednesday, September 13, 2023 | Approved | |
Telegraf (Install) 1.28.0 | 2434 | Tuesday, September 12, 2023 | Approved | |
Telegraf (Install) 1.27.4 | 46273 | Tuesday, August 22, 2023 | Approved | |
Telegraf (Install) 1.27.3 | 35663 | Tuesday, August 1, 2023 | Approved | |
Telegraf (Install) 1.27.2 | 34228 | Tuesday, July 11, 2023 | Approved | |
Telegraf (Install) 1.27.1 | 34897 | Thursday, June 22, 2023 | Approved | |
Telegraf (Install) 1.27.0 | 21475 | Tuesday, June 13, 2023 | Approved | |
Telegraf (Install) 1.26.3 | 37018 | Tuesday, May 23, 2023 | Approved | |
Telegraf (Install) 1.26.2 | 15432 | Wednesday, April 26, 2023 | Approved | |
Telegraf (Install) 1.26.1 | 18354 | Tuesday, April 4, 2023 | Approved | |
Telegraf (Install) 1.26.0 | 62696 | Tuesday, March 14, 2023 | Approved | |
Telegraf (Install) 1.25.3 | 9571 | Tuesday, February 28, 2023 | Approved | |
Telegraf (Install) 1.25.2 | 9814 | Tuesday, February 14, 2023 | Approved | |
Telegraf (Install) 1.25.1 | 10963 | Tuesday, January 31, 2023 | Approved | |
Telegraf (Install) 1.25.0 | 35307 | Tuesday, December 13, 2022 | Approved | |
Telegraf (Install) 1.24.4 | 10522 | Thursday, December 1, 2022 | Approved | |
Telegraf (Install) 1.24.3 | 24363 | Thursday, November 3, 2022 | Approved | |
Telegraf (Install) 1.24.2 | 81427 | Tuesday, October 4, 2022 | Approved | |
Telegraf (Install) 1.24.1 | 54338 | Tuesday, September 20, 2022 | Approved | |
Telegraf (Install) 1.24.0 | 24316 | Tuesday, September 13, 2022 | Approved | |
Telegraf (Install) 1.23.4 | 85333 | Thursday, August 18, 2022 | Approved | |
Telegraf (Install) 1.23.3 | 131150 | Tuesday, July 26, 2022 | Approved | |
Telegraf (Install) 1.23.2 | 195861 | Tuesday, July 12, 2022 | Approved | |
Telegraf (Install) 1.23.1 | 80142 | Wednesday, July 6, 2022 | Approved | |
Telegraf (Install) 1.23.0 | 118348 | Tuesday, June 14, 2022 | Approved | |
Telegraf (Install) 1.22.4 | 85603 | Wednesday, May 18, 2022 | Approved | |
Telegraf (Install) 1.22.3 | 54 | Wednesday, May 18, 2022 | Approved | |
Telegraf (Install) 1.22.2 | 61 | Wednesday, May 18, 2022 | Approved | |
Telegraf (Install) 1.22.1 | 39076 | Sunday, April 17, 2022 | Approved | |
Telegraf (Install) 1.22.0 | 70 | Sunday, April 17, 2022 | Approved | |
Telegraf (Install) 1.21.4 | 45726 | Thursday, February 17, 2022 | Approved | |
Telegraf (Install) 1.21.3 | 1874 | Saturday, January 29, 2022 | Approved | |
Telegraf (Install) 1.21.2 | 28326 | Thursday, January 6, 2022 | Approved | |
Telegraf (Install) 1.21.1 | 1243 | Saturday, December 18, 2021 | Approved | |
Telegraf (Install) 1.21.0 | 956 | Thursday, December 16, 2021 | Approved | |
Telegraf (Install) 1.20.4 | 3732 | Thursday, November 18, 2021 | Approved | |
Telegraf (Install) 1.20.3 | 2501 | Friday, October 29, 2021 | Approved | |
Telegraf (Install) 1.20.2 | 1301 | Friday, October 8, 2021 | Approved | |
Telegraf (Install) 1.20.1 | 518 | Thursday, October 7, 2021 | Approved | |
Telegraf (Install) 1.20.0 | 1359 | Tuesday, September 21, 2021 | Approved | |
Telegraf (Install) 1.19.3 | 2291 | Friday, August 20, 2021 | Approved | |
Telegraf (Install) 1.19.2 | 2356 | Friday, July 30, 2021 | Approved | |
Telegraf (Install) 1.19.1 | 1021 | Thursday, July 8, 2021 | Approved | |
Telegraf (Install) 1.19.0 | 1341 | Friday, June 18, 2021 | Approved | |
Telegraf (Install) 1.18.3 | 1461 | Tuesday, May 25, 2021 | Approved | |
Telegraf (Install) 1.18.2.20210501 | 4107 | Sunday, May 2, 2021 | Approved | |
Telegraf (Install) 1.18.2 | 1930 | Friday, April 30, 2021 | Approved | |
Telegraf (Install) 1.18.1 | 87 | Friday, April 30, 2021 | Approved | |
Telegraf (Install) 1.18.0 | 7136 | Thursday, March 18, 2021 | Approved | |
Telegraf (Install) 1.17.3 | 1359 | Friday, February 19, 2021 | Approved | |
Telegraf (Install) 1.17.2 | 25302 | Saturday, January 30, 2021 | Approved | |
Telegraf (Install) 1.17.1 | 1394 | Friday, January 29, 2021 | Approved | |
Telegraf (Install) 1.17.0 | 223833 | Saturday, December 19, 2020 | Approved | |
Telegraf (Install) 1.16.3 | 2381 | Thursday, December 3, 2020 | Approved | |
Telegraf (Install) 1.16.2 | 1881 | Saturday, November 14, 2020 | Approved | |
Telegraf (Install) 1.16.1 | 2212 | Friday, October 30, 2020 | Approved | |
Telegraf (Install) 1.16.0 | 4756 | Thursday, October 22, 2020 | Approved | |
Telegraf (Install) 1.15.3 | 34024 | Saturday, September 12, 2020 | Approved | |
Telegraf (Install) 1.15.2 | 9580 | Tuesday, August 4, 2020 | Approved | |
Telegraf (Install) 1.15.1.20200723 | 2635 | Friday, July 24, 2020 | Approved | |
Telegraf (Install) 1.15.1 | 1113 | Thursday, July 23, 2020 | Approved | |
Telegraf (Install) 1.14.5 | 224904 | Wednesday, July 1, 2020 | Approved | |
Telegraf (Install) 1.14.4 | 7198 | Wednesday, June 10, 2020 | Approved | |
Telegraf (Install) 1.14.3 | 8291 | Wednesday, May 20, 2020 | Approved | |
Telegraf (Install) 1.14.2 | 12341 | Thursday, April 30, 2020 | Approved | |
Telegraf (Install) 1.14.1 | 5020 | Wednesday, April 15, 2020 | Approved | |
Telegraf (Install) 1.14.0 | 9047 | Friday, March 27, 2020 | Approved | |
Telegraf (Install) 1.13.4 | 12650 | Wednesday, February 26, 2020 | Approved | |
Telegraf (Install) 1.13.3 | 10929 | Thursday, February 6, 2020 | Approved | |
Telegraf (Install) 1.13.2 | 3255 | Wednesday, January 22, 2020 | Approved | |
Telegraf (Install) 1.13.1 | 7424 | Thursday, January 9, 2020 | Approved | |
Telegraf (Install) 1.13.0 | 13826 | Friday, December 13, 2019 | Approved | |
Telegraf (Install) 1.12.6 | 18076 | Wednesday, November 20, 2019 | Approved | |
Telegraf (Install) 1.12.5 | 4044 | Wednesday, November 13, 2019 | Approved | |
Telegraf (Install) 1.12.4 | 5441 | Thursday, October 24, 2019 | Approved | |
Telegraf (Install) 1.12.3 | 3381 | Tuesday, October 8, 2019 | Approved | |
Telegraf (Install) 1.12.2 | 1091 | Wednesday, September 25, 2019 | Approved | |
Telegraf (Install) 1.12.1 | 2308 | Thursday, September 12, 2019 | Approved | |
Telegraf (Install) 1.12.0 | 1341 | Wednesday, September 4, 2019 | Approved | |
Telegraf (Install) 1.11.5 | 2131 | Wednesday, August 28, 2019 | Approved | |
Telegraf (Install) 1.11.4 | 13336 | Wednesday, August 7, 2019 | Approved | |
Telegraf (Install) 1.11.3 | 1136 | Wednesday, July 24, 2019 | Approved | |
Telegraf (Install) 1.11.2 | 1631 | Wednesday, July 10, 2019 | Approved | |
Telegraf (Install) 1.11.1 | 1050 | Wednesday, June 26, 2019 | Approved | |
Telegraf (Install) 1.11.0 | 2623 | Wednesday, June 12, 2019 | Approved | |
Telegraf (Install) 1.10.4 | 15606 | Wednesday, May 15, 2019 | Approved | |
Telegraf (Install) 1.10.3 | 11116 | Wednesday, April 17, 2019 | Approved | |
Telegraf (Install) 1.10.2 | 726 | Wednesday, April 3, 2019 | Approved | |
Telegraf (Install) 1.10.1 | 750 | Wednesday, March 20, 2019 | Approved | |
Telegraf (Install) 1.10.0 | 838 | Thursday, March 7, 2019 | Approved | |
Telegraf (Install) 1.9.5 | 707 | Wednesday, February 27, 2019 | Approved | |
Telegraf (Install) 1.9.4 | 1528 | Wednesday, February 6, 2019 | Approved | |
Telegraf (Install) 1.9.3 | 2283 | Wednesday, January 23, 2019 | Approved | |
Telegraf (Install) 1.9.2 | 8558 | Wednesday, January 9, 2019 | Approved | |
Telegraf (Install) 1.9.1 | 1977 | Friday, December 14, 2018 | Approved | |
Telegraf (Install) 1.9.0 | 1770 | Wednesday, November 21, 2018 | Approved | |
Telegraf (Install) 1.8.3 | 1947 | Wednesday, October 31, 2018 | Approved | |
Telegraf (Install) 1.8.2 | 1292 | Thursday, October 18, 2018 | Approved | |
Telegraf (Install) 1.8.1 | 3298 | Friday, October 5, 2018 | Approved | |
Telegraf (Install) 1.8.0 | 551 | Saturday, September 22, 2018 | Approved | |
Telegraf (Install) 1.7.4 | 1924 | Thursday, August 30, 2018 | Approved | |
Telegraf (Install) 1.7.3 | 1130 | Wednesday, August 8, 2018 | Approved | |
Telegraf (Install) 1.7.2 | 5300 | Thursday, July 19, 2018 | Approved | |
Telegraf (Install) 1.7.1 | 1254 | Friday, July 6, 2018 | Approved | |
Telegraf (Install) 1.7.0 | 1521 | Thursday, June 14, 2018 | Approved | |
Telegraf (Install) 1.6.4 | 846 | Wednesday, June 6, 2018 | Approved | |
Telegraf (Install) 1.6.3 | 5104 | Tuesday, May 22, 2018 | Approved | |
Telegraf (Install) 1.6.2 | 699 | Wednesday, May 9, 2018 | Approved | |
Telegraf (Install) 1.6.1 | 1955 | Tuesday, April 24, 2018 | Approved | |
Telegraf (Install) 1.6.0 | 598 | Tuesday, April 17, 2018 | Approved | |
Telegraf (Install) 1.5.3 | 2762 | Friday, March 16, 2018 | Approved | |
Telegraf (Install) 1.5.2 | 1817 | Thursday, February 8, 2018 | Approved | |
Telegraf (Install) 1.5.1 | 2006 | Thursday, January 11, 2018 | Approved | |
Telegraf (Install) 1.5.0 | 556 | Monday, January 8, 2018 | Approved | |
Telegraf (Install) 1.4.4 | 7268 | Thursday, November 9, 2017 | Approved | |
Telegraf (Install) 1.4.3 | 1015 | Monday, November 6, 2017 | Approved | |
Telegraf (Install) 1.4.0 | 1703 | Friday, September 8, 2017 | Approved | |
Telegraf (Install) 1.3.5 | 1394 | Wednesday, August 16, 2017 | Approved | |
Telegraf (Install) 1.3.4 | 621 | Wednesday, July 26, 2017 | Approved | |
Telegraf (Install) 1.3.3 | 854 | Monday, July 10, 2017 | Approved | |
Telegraf (Install) 1.3.1 | 628 | Tuesday, June 13, 2017 | Approved | |
Telegraf (Install) 1.3.0 | 594 | Wednesday, May 24, 2017 | Approved | |
Telegraf (Install) 1.2.1 | 2833 | Saturday, February 4, 2017 | Approved | |
Telegraf (Install) 1.2.0 | 674 | Sunday, January 29, 2017 | Approved | |
Telegraf (Install) 1.1.2 | 887 | Monday, January 16, 2017 | Approved | |
Telegraf (Install) 1.0.1 | 540 | Sunday, October 30, 2016 | Approved |
2015 InfluxDB
This package has no dependencies.
Ground Rules:
- This discussion is only about Telegraf (Install) and the Telegraf (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Telegraf (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.