notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
telegraf Time-series data collection
1.33.0 net-mgmt on this many watch lists=15 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.33.0Version of this port present on the latest quarterly branch.
Maintainer: girgen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-04-11 22:53:34
Last Update: 2024-12-10 21:34:32
Commit Hash: 0a5c132
People watching this port, also watch:: pkg, nginx, git, rsync, vim
License: MIT
WWW:
https://influxdata.com/time-series-platform/telegraf/
Description:
Telegraf is an open source agent written in Go for collecting metrics and data on the system it's running on or from other services. Telegraf then writes the data to InfluxDB in the correct format.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /usr/local/share/licenses/telegraf-1.33.0/catalog.mk
  2. /usr/local/share/licenses/telegraf-1.33.0/LICENSE
  3. /usr/local/share/licenses/telegraf-1.33.0/MIT
  4. bin/telegraf
  5. @dir(telegraf,telegraf,0750) /var/log/telegraf
  6. @owner
  7. @group
  8. @mode
Collapse this list.
Dependency lines:
  • telegraf>0:net-mgmt/telegraf
To install the port:
cd /usr/ports/net-mgmt/telegraf/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/telegraf
  • pkg install telegraf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: telegraf
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7
distinfo:
TIMESTAMP = 1733836597 SHA256 (go/net-mgmt_telegraf/telegraf-v1.33.0/v1.33.0.mod) = 35ddff588f387955726b93c1083a971f83c474f8bbb45f51e71b58f0c615d6b9 SIZE (go/net-mgmt_telegraf/telegraf-v1.33.0/v1.33.0.mod) = 27135

Expand this list (2 items)

Collapse this list.

SHA256 (go/net-mgmt_telegraf/telegraf-v1.33.0/v1.33.0.zip) = abd529093dc2c6e718b2cc9187461bac9152ec277b9fdf2c7e8dcd6425bd97c3 SIZE (go/net-mgmt_telegraf/telegraf-v1.33.0/v1.33.0.zip) = 6928434

Collapse this list.


Packages (timestamps in pop-ups are UTC):
telegraf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.33.01.33.0------
FreeBSD:13:quarterly1.32.01.33.0------
FreeBSD:14:latest1.33.01.33.0------
FreeBSD:14:quarterly1.32.01.33.0------
FreeBSD:15:latest1.33.01.33.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go123 : lang/go123
Fetch dependencies:
  1. go123 : lang/go123
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_telegraf
USES:
go:1.23,modules zip
pkg-message:
For install:
Running telegraf in a jail requires setting allow.mlock=1; in /etc/jail.conf A config file can be created by running `telegraf config`.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/influxdata/telegraf/@v/
Collapse this list.

Number of commits found: 153 (showing only 53 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.14.0
13 Apr 2020 22:20:09
Revision:531639Original commit files touched by this commit
girgen search for other commits by this committer
remove stray comments
1.14.0
13 Apr 2020 15:39:14
Revision:531611Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.14.0

Release notes:	https://github.com/influxdata/telegraf/blob/v1.14.0/CHANGELOG.md
1.13.4_1
20 Mar 2020 11:58:02
Revision:528773Original commit files touched by this commit
girgen search for other commits by this committer
Fix build on aarch64

Also fix spelling so the telegraf_confdir parameter actually works.

Submitted by:	Mikael Urankar
PR:		244173
1.13.4
26 Feb 2020 10:21:40
Revision:527159Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to 1.13.4

Release notes:	https://github.com/influxdata/telegraf/releases/tag/1.13.4
1.13.3
15 Feb 2020 18:01:46
Revision:526231Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade telegraf to version 1.13.3

Release notes:	https://github.com/influxdata/telegraf/blob/1.13.3/CHANGELOG.md
1.12.5
13 Nov 2019 11:13:13
Revision:517371Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade telegraf to 1.12.5

Release
notes:	https://docs.influxdata.com/telegraf/v1.12/about_the_project/release-notes-changelog/
1.12.4
06 Nov 2019 14:00:19
Revision:516887Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
1.12.4
28 Oct 2019 12:17:43
Revision:515855Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to latest version

Fix a problem where a restart sometimes only stopped the daemon, but failed to
restart it again. This happened since the stop command didn't wait for the
process to actually die. Adding a wait_for_pids fixes this.

Release
notes:	https://docs.influxdata.com/telegraf/v1.12/about_the_project/release-notes-changelog/
1.12.3
08 Oct 2019 09:51:59
Revision:514067Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to 1.12.3

Release
notes:	https://docs.influxdata.com/telegraf/v1.12/about_the_project/release-notes-changelog/
1.12.1_1
29 Sep 2019 22:31:58
Revision:513275Original commit files touched by this commit
dmgk search for other commits by this committer
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
misc-shells)

- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
- Switch to go:modules when upstream already uses them

Reviewed by:	tobik
Approved by:	araujo (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21743
1.12.1_1
25 Sep 2019 20:03:48
Revision:512808Original commit files touched by this commit
leres search for other commits by this committer
net-mgmt/telegraf: Add a rc.conf option for the --config-directory option

While we're here:

 - Sort ONLY_FOR_ARCHS as per portlint
 - Match "telegraf -h" usage message (-quiet, -config -> --quiet, --config)

PR:		239291
Approved by:	girgen (maintainer timeout, 9 weeks), matthew (mentor, implicit)
1.12.1
22 Sep 2019 07:53:24
Revision:512558Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade telegraf to latest version, 1.12.1

Release notes:	https://github.com/influxdata/telegraf/blob/1.12.1/CHANGELOG.md
Submitted by:	nbari (at) tequila.io
PR:		240570
1.10.2
29 Jun 2019 03:51:14
Revision:505321Original commit files touched by this commit
tobik search for other commits by this committer
Convert all Go ports to USES=go

This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.

USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.

PR:		238849
Submitted by:	dg@syrec.org (also D20745)
Reviewed by:	mat, tobik
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20746
1.10.2
03 Apr 2019 15:51:00
Revision:497733Original commit files touched by this commit
girgen search for other commits by this committer
Update to version 1.10.2

Release
notes:	https://docs.influxdata.com/telegraf/v1.10/about_the_project/release-notes-changelog/#v1-10-2-2019-04-02
1.10.1
25 Mar 2019 09:54:31
Revision:496806Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to version 1.10.1

Release
notes:	https://www.influxdata.com/blog/release-announcement-telegraf-1-10-1/
1.9.3
23 Jan 2019 14:25:25
Revision:491039Original commit files touched by this commit
girgen search for other commits by this committer
Update to latest version

Releaseinfo: https://github.com/influxdata/telegraf/blob/1.9.3/CHANGELOG.md
1.9.2
15 Jan 2019 23:09:06
Revision:490433Original commit files touched by this commit
girgen search for other commits by this committer
Update to version 1.9.2

Add support for armv6 & armv7 [1]
Submitted by:	Chip Cuccio [1]
1.9.0
25 Nov 2018 23:41:54
Revision:485905Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to version 1.9.0

Release notes:	https://github.com/influxdata/telegraf/blob/1.9.0/CHANGELOG.md
1.8.3
04 Nov 2018 22:53:53
Revision:484155Original commit files touched by this commit
girgen search for other commits by this committer
Update to version 1.8.3

Release notes:
https://docs.influxdata.com/telegraf/v1.8/about_the_project/release-notes-changelog/
1.8.2
18 Oct 2018 19:48:56
Revision:482358Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to 1.8.2

Releasenotes:	https://docs.influxdata.com/telegraf/v1.8/about_the_project/release-notes-changelog/
1.8.1
16 Oct 2018 10:27:23
Revision:482216Original commit files touched by this commit
woodsb02 search for other commits by this committer
net-mgmt/telegraf: Update to 1.8.1

Changes this release:
 https://docs.influxdata.com/telegraf/v1.8/about_the_project/release-notes-changelog/

Approved by:	girgen (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17548
1.7.4
10 Sep 2018 09:24:26
Revision:479378Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to 1.7.4

Release
notes:	https://docs.influxdata.com/telegraf/v1.7/about_the_project/release-notes-changelog/
1.7.3
13 Aug 2018 07:21:32
Revision:477056Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf

* Update to 1.7.3
* Update dependencies
* Add GH_SUBDIR, remove post-patch target
* Add i386 arch

Submitted by:	Dmitri Goutnik
PR:		230543
1.6.3
25 May 2018 21:24:32
Revision:470868Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to version 1.6.3

Release notes:	https://github.com/influxdata/telegraf/blob/1.6.3/CHANGELOG.md
1.6.1
24 Apr 2018 12:44:01
Revision:468200Original commit files touched by this commit
girgen search for other commits by this committer
Update to version 1.6.1

PR:		227738
Submitted by:	Chip Cuccio
Release notes:	https://github.com/influxdata/telegraf/blob/1.6.1/CHANGELOG.md
1.5.3
15 Mar 2018 13:59:03
Revision:464589Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.5.3
1.5.2
07 Mar 2018 08:06:24
Revision:463776Original commit files touched by this commit
yuri search for other commits by this committer
Make 41 Go ports respect MAKE_ENV. This is expected to unbreak them.

Ports:
benchmarks/hey benchmarks/vegeta databases/influxdb devel/arduino-builder
devel/arduinoOTA
devel/awless devel/git-codereview devel/git-town devel/gitlab-runner devel/grv
devel/hub devel/jfrog-cli editors/micro finance/fixc misc/exercism
net-mgmt/intel-snap net-mgmt/kapacitor net-mgmt/telegraf net/goreplay
net/syncthing
net/syncthing-cli net/syncthing-discosrv net/syncthing-inotify
print/cups-connector security/sops
security/vault sysutils/amazon-ssm-agent sysutils/circonus-agent sysutils/consul
sysutils/consul_exporter
sysutils/envconsul sysutils/serf textproc/consul-template textproc/spiff
www/gobuffalo
www/grafana2 www/grafana3 www/mattermost-server www/minio www/minio-client
www/uchiwa

Approved by:	tcberner (mentor, implicit)
Approved by:	portmgr (port compliance, infrastructure)
1.5.2
05 Feb 2018 15:21:41
Revision:460977Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.5.2
1.5.1_2
05 Feb 2018 15:05:36
Revision:460975Original commit files touched by this commit
girgen search for other commits by this committer
Add reload command to the telegraf rc-script

PR:		221021
Submitted by:	Dmitry Luhtionov
1.5.1_1
28 Jan 2018 10:54:47
Revision:460163Original commit files touched by this commit
girgen search for other commits by this committer
Add /usr/local/[s]bin to the path when running telegraf

Submitted by:	Chris Gordon
PR:		225439
1.5.1
11 Jan 2018 16:05:49
Revision:458751Original commit files touched by this commit
girgen search for other commits by this committer
Update to latest version, 1.5.1
1.5.0
05 Jan 2018 11:23:51
Revision:458129Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to latest version 1.5.0
1.4.4
15 Nov 2017 20:31:10
Revision:454290Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to 1.4.4
1.4.3
08 Nov 2017 17:51:18
Revision:453755Original commit files touched by this commit
girgen search for other commits by this committer
Update to version 1.4.3
1.3.0
12 Oct 2017 09:06:18
Revision:451834Original commit files touched by this commit
mat search for other commits by this committer
Stripping go binaries is perfectly fine.

https://dominik.honnef.co/posts/2016/10/go-and-strip/

Sponsored by:	Absolight
1.3.0
17 May 2017 13:36:00
Revision:441082Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to version 1.3.0
1.2.1
02 Mar 2017 10:56:43
Revision:435226Original commit files touched by this commit
girgen search for other commits by this committer
Upgrade to latest version 1.2.1
1.1.2
14 Dec 2016 21:42:13
Revision:428595Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.1.2
1.1.1_1
13 Dec 2016 14:58:08
Revision:428493Original commit files touched by this commit
mat search for other commits by this committer
Convert a few ports to GH_TUPLE.

Sponsored by:	Absolight
1.1.1_1
05 Dec 2016 14:16:42
Revision:427898Original commit files touched by this commit
girgen search for other commits by this committer
Add telegraf version when compiling

Suggested by: Vivek Khera
1.1.1
23 Nov 2016 00:23:49
Revision:426880Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to 1.1.1

Make sure both stdin and stderr are redirected since daemon(8) forks and this
would otherwise leave scripted restarts haning. See #213412 and #214643 for a
more complete discussion.

PR:		214738, 213412, 214643
Submitted by:	Stefan Lambrev
1.0.1
29 Sep 2016 19:41:26
Revision:422942Original commit files touched by this commit
girgen search for other commits by this committer
Update to 1.0.1
1.0.0
22 Sep 2016 21:06:31
Revision:422640Original commit files touched by this commit
girgen search for other commits by this committer
Update to release 1.0.0
1.0.0.r1
24 Aug 2016 07:58:19
Revision:420770Original commit files touched by this commit
girgen search for other commits by this committer
Use distversion instead of portversoin + gh_tagname
1.0.0.rc1
23 Aug 2016 21:55:34
Revision:420750Original commit files touched by this commit
girgen search for other commits by this committer
Update telegraf to 1.0.0-rc1
1.0.0.b3
05 Aug 2016 14:15:46
Revision:419688Original commit files touched by this commit
girgen search for other commits by this committer
Update to beta3

Clean up telegraf.conf [1]

PR:	210622 [1]
1.0.0.b1
07 Jun 2016 22:19:29
Revision:416523Original commit files touched by this commit
girgen search for other commits by this committer
Update to latest version.
0.13.1
26 May 2016 15:54:55
Revision:415901Original commit files touched by this commit
girgen search for other commits by this committer
Update to latest version

PR:		209601
Submitted by:	Stefan Lambrev
0.12.1_1
18 Apr 2016 23:28:09
Revision:413616Original commit files touched by this commit
girgen search for other commits by this committer
telegraf_flags will be applied to /usr/bin/daemon
unless we force it empty there and used it explicitally.
0.12.1
16 Apr 2016 06:39:01
Revision:413415Original commit files touched by this commit
girgen search for other commits by this committer
Update to 0.12.1
0.12.0
14 Apr 2016 11:12:31
Revision:413259Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from DEPENDS.

Sponsored by:	Absolight
0.12.0
12 Apr 2016 14:12:57
Revision:413117Original commit files touched by this commit
girgen search for other commits by this committer
telegraf does not build on i386
0.12.0
11 Apr 2016 22:53:22
Revision:413089Original commit files touched by this commit
girgen search for other commits by this committer
Add Influxdata's telegraf to the ports tree

Telegraf is an open source agent written in Go for collecting metrics and data
on the system it's running on or from other services. Telegraf then writes the
data to InfluxDB in the correct format.

The port was originally created by Stefan Lambrev and he approved that I take
maintainership.

Number of commits found: 153 (showing only 53 on this page)

«  1 | 2