@gdamjan I know, but for me that configuration only makes sense if the service is not going to be running all the time
Search Criteria
Package Details: telegraf 1.33.0-1
Package Actions
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: | MIT |
Submitter: | exz |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 42 |
Popularity: | 0.95 |
First Submitted: | 2015-09-02 18:05 (UTC) |
Last Updated: | 2024-12-10 07:58 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (0)
Sources (3)
ogarcia commented on 2021-03-28 10:25 (UTC)
gdamjan commented on 2021-03-25 15:10 (UTC)
Hi all, one suggestion, there's really no need to have .tmpfiles and .sysusers for most services these days.
DynamicUser=yes
and StateDirectory=telegraf
in the .service unit will work as well (and probably a ConfigurationDirectory=telegraf
for /etc/telegraf/).
zhimsel commented on 2020-03-26 16:52 (UTC)
FYI to anyone who uses this package: I've created a development package for telegraf that tracks the git repo's latest master
danieltetraquark commented on 2019-03-08 17:16 (UTC)
Build fails for me:
go: warning: "./..." matched no packages
...
install: der Aufruf von stat für '/telegraf' ist nicht möglich: Datei oder Verzeichnis nicht gefunden
==> FEHLER: Ein Fehler geschah in package().
Breche ab...
Lenny commented on 2018-11-24 19:38 (UTC)
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 (UTC)
To update this package to current version remove:
go get github.com/sparrc/gdm
gdm restore
And replace with:
go get -v -u github.com/golang/dep/cmd/dep
dep ensure -v -vendor-only
alaskanarcher commented on 2018-01-11 06:27 (UTC)
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 (UTC) (edited on 2017-08-11 08:21 (UTC) by alaskanarcher)
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
Pinned Comments