Search Criteria
Package Details: telegraf 1.17.3-1
Git Clone URL: | https://aur.archlinux.org/telegraf.git (read-only, click to copy) |
---|---|
Package Base: | telegraf |
Description: | Plugin-driven server agent for reporting metrics into InfluxDB |
Upstream URL: | http://influxdb.org/ |
Keywords: | InfluxData influxdb |
Licenses: | |
Submitter: | exz |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 22 |
Popularity: | 0.139170 |
First Submitted: | 2015-09-02 18:05 |
Last Updated: | 2021-02-18 15:21 |
Dependencies (2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
1 2 3 Next › Last »
zhimsel commented on 2020-03-26 16:52
FYI to anyone who uses this package: I've created a development package for telegraf that tracks the git repo's latest master
https://aur.archlinux.org/packages/telegraf-git
danieltetraquark commented on 2019-03-08 17:16
Build fails for me:
Lenny commented on 2018-11-24 19:38
Can you please add "aarch64" to available architectures? I'm using this PKGBUILD on archlinuxarm distro and need to edit it every time it gets and update.
Thanks
ogarcia commented on 2018-10-31 08:28
To update this package to current version remove:
And replace with:
alaskanarcher commented on 2018-01-11 06:27
Slightly modified the PKGBUILD so you don't have to remove the src and pkg folders each time you rebuild.
alaskanarcher commented on 2017-08-05 09:57
Hi exz
I have updated the PKGBUILD for the latest stable telegraf, 1.3.5.
Please consider merging my changes.
https://github.com/AdamSLevy/telegraf-PKGBUILD/tree/v1.3.5
Thank you
KingCrunch commented on 2017-01-10 10:58
Hi,
I can confirm, that this package builds on 'armv6h' and 'armv7h' too. I'd assume, that 'arm' (ARM5) and 'aarch64' (ARM8) also works, but cannot confirm.
maggicl commented on 2016-12-23 20:51
On Arch linux ARM (RPi 3) this builds fine with arch=('any'). Also, version 1.1.1 has been released:
https://github.com/influxdata/telegraf#linux-tarballs
ririsoft commented on 2016-09-09 19:16
Thank you exz.
I have already a pull request for it :-)
https://github.com/influxdata/telegraf/pull/1732
Cheers !
exz commented on 2016-09-09 07:11
Package has been updated to 1.0.0
I added a custom telegraf.service and remove log redirection to /var/log/telegraf/ like latest influxdb did.