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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
riemann Monitors distributed systems
0.3.8_1 net-mgmt on this many watch lists=2 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 0.3.8_1Version of this port present on the latest quarterly branch.
Maintainer: dch@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-27 19:35:28
Last Update: 2023-04-04 18:10:53
Commit Hash: 4cda17a
People watching this port, also watch:: smartmontools, dovecot, openjdk8, zfs-stats, rubygem-bundler
Also Listed In: java
License: APACHE20 BSD2CLAUSE BSD3CLAUSE CDDL EPL GPLv2+ LGPL20+ MIT
WWW:
https://riemann.io/
Description:
Riemann monitors low-latency, transient shared state for systems with many moving parts. Riemann aggregates events from your servers and applications with a powerful stream processing language. Send an email for every exception raised by your code. Track the latency distribution of your web app. See the top processes on any host, by memory and CPU. Combine statistics from every Riak node in your cluster and forward to Graphite. Send alerts when a key process fails to check in. Know how many users signed up right this second.
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 (17 items)
Collapse this list.
  1. /usr/local/share/licenses/riemann-0.3.8_1/catalog.mk
  2. /usr/local/share/licenses/riemann-0.3.8_1/LICENSE
  3. /usr/local/share/licenses/riemann-0.3.8_1/APACHE20
  4. /usr/local/share/licenses/riemann-0.3.8_1/BSD2CLAUSE
  5. /usr/local/share/licenses/riemann-0.3.8_1/BSD3CLAUSE
  6. /usr/local/share/licenses/riemann-0.3.8_1/CDDL
  7. /usr/local/share/licenses/riemann-0.3.8_1/EPL
  8. /usr/local/share/licenses/riemann-0.3.8_1/GPLv2+
  9. /usr/local/share/licenses/riemann-0.3.8_1/LGPL20+
  10. /usr/local/share/licenses/riemann-0.3.8_1/MIT
  11. share/java/classes/riemann.jar
  12. @sample etc/riemann/riemann.config.sample
  13. @dir(riemann,riemann,0750) /var/log/riemann
  14. @dir(riemann,riemann,0750) etc/riemann/conf.d
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • riemann>0:net-mgmt/riemann
To install the port:
cd /usr/ports/net-mgmt/riemann/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/riemann
  • pkg install riemann
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: riemann
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1639632827 SHA256 (riemann-0.3.8.tar.bz2) = 3234d4aea762f4aef53e1a4bcd1de5a9d3a234cec896687c1d67f70543abf9bd SIZE (riemann-0.3.8.tar.bz2) = 91010548

Packages (timestamps in pop-ups are UTC):
riemann
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.8_10.3.8_1-0.3.8_10.3.8_1---
FreeBSD:13:quarterly0.3.8_10.3.8_10.3.8_10.3.8_10.3.8_1-0.3.8_10.3.8_1
FreeBSD:14:latest0.3.8_10.3.8_10.3.8_1-0.3.8_1--0.3.8_1
FreeBSD:14:quarterly0.3.8_10.3.8_1--0.3.8_1-0.3.8_10.3.8_1
FreeBSD:15:latest0.3.8_10.3.8_1n/a-n/a-0.3.8_10.3.8_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. java : java/openjdk8
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_riemann
USES:
tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/riemann/riemann/releases/download/0.3.8/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.8_1
04 Apr 2023 18:10:53
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.3.8_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.8_1
20 Jul 2022 14:22:42
commit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456dacommit hash: 43ac3e28ab940adda213d535ac0b1f0792d456da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net-mgmt: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  @BABOLO <.@babolo.ru>
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Sulfrian <alexander@sulfrian.net>
  *  Alexander Y. Grigoryev <alexander.4mail@gmail.com>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexandre Snarskii <snar@paranoia.ru>
  *  Alexandre Snarskii <snar@snar.spb.ru>
  *  Alexey Bobkov <mr.deadlystorm@gmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.8_1
17 Dec 2021 00:01:31
commit hash: 09e810a8fba2bf78ae954325348b35ebd42c6ddccommit hash: 09e810a8fba2bf78ae954325348b35ebd42c6ddccommit hash: 09e810a8fba2bf78ae954325348b35ebd42c6ddccommit hash: 09e810a8fba2bf78ae954325348b35ebd42c6ddc files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
net-mgmt/riemann: re-roll distinfo

upstream silently re-rolled 0.3.8, bump after confirmation
0.3.8
14 Dec 2021 07:01:33
commit hash: aa51fcd1fd6bb5115408aac642c02e6d6e707b60commit hash: aa51fcd1fd6bb5115408aac642c02e6d6e707b60commit hash: aa51fcd1fd6bb5115408aac642c02e6d6e707b60commit hash: aa51fcd1fd6bb5115408aac642c02e6d6e707b60 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
net-mgmt/riemann: update to 0.3.8

While Riemann is not expected to be exposed to the Log4J vulnerability,
this release includes updated dependencies as a preventative measure.

https://github.com/riemann/riemann/compare/0.3.7...0.3.8

https://unit42.paloaltonetworks.com/apache-log4j-vulnerability-cve-2021-44228/

We do not believe Riemann is vulnerable but we’ve updated:
 * slf4j-over-log4j to 1.7.32 (although we use Logback internally -
   which is not vulnerable to the log4j issue)
 * clojure/tools.logging to 1.2.1 (which pulls in a later and secure
   version of log4j in as a dependency)

Security:	CVE-2021-44228
0.3.6
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.3.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.3.6
26 Feb 2021 07:36:47
Revision:566587Original commit files touched by this commit
dch search for other commits by this committer
net-mgmt/riemann: update to 0.3.6

- https://github.com/riemann/riemann/blob/master/CHANGELOG.md

Sponsored by:	SkunkWerks, GmbH
0.3.5
25 Nov 2019 13:41:03
Revision:518405Original commit files touched by this commit
dch search for other commits by this committer
net-mgmt/riemann: update to 0.3.5 fix broken websockets

Sponsored by:	SkunkWerks, GmbH
0.3.4
07 Nov 2019 19:45:34
Revision:517005Original commit files touched by this commit
dch search for other commits by this committer
net-mgmt/riemann: update to 0.3.4

Approved by:	jrm (mentor, implicit)
Sponsored by:	SkunkWerks, GmbH
0.3.2
24 May 2019 06:45:15
Revision:502421Original commit files touched by this commit
dch search for other commits by this committer
net-mgmt/riemann: update to 0.3.2

Reviewed by:	romain
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17710
0.3.1
10 Sep 2018 13:41:19
Revision:479420Original commit files touched by this commit
mat search for other commits by this committer
Fix invalid license.
0.3.1
24 Aug 2018 22:06:13
Revision:477983Original commit files touched by this commit
dch search for other commits by this committer
net-mgmt/riemann: update 0.2.13 to 0.3.1

- include fixes from romain@ for config file locations and remove IPv4
  stack specificity
- amend LICENSE details for all jarfile components

PR:		227426
Submitted by:	romain
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D16888
0.2.14
01 Sep 2017 00:07:48
Revision:449053Original commit files touched by this commit
dbaio search for other commits by this committer
net-mgmt/riemann: Update 0.2.14

Bump lowest JAVA_VERSION to 1.8+ missed from the last release and
simplify port because it's not a master port.

PR:		221436
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
0.2.12_1
13 Mar 2017 18:25:44
Revision:436104Original commit files touched by this commit
krion search for other commits by this committer
Fix Java CLASSPATH settings to launch riemann

PR:		217457
Submitted by:	jeromer@fastmail.net
Approved by:	maintainer, mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9977
0.2.12
14 Feb 2017 14:08:25
Revision:434085Original commit files touched by this commit
krion search for other commits by this committer
Update net-mgmt/riemann to 0.2.12

PR:		217085
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9579
0.2.11_1
11 Nov 2016 05:53:44
Revision:425861Original commit files touched by this commit
pi search for other commits by this committer
net-mgmt/riemann: several changes to the port itself

- fix reload under daemon(8) using pkill
- use new upstream master site
- add conf.d for more complex configurations
- add named daemon(8) process info

PR:		212671
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
0.2.11
30 Apr 2016 02:29:38
Revision:414326Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 0.2.11.

PR:		209119
Submitted by:	maintainer
0.2.10_1
06 Feb 2016 17:10:57
Revision:408306Original commit files touched by this commit
pi search for other commits by this committer
net-mgmt/riemann: fix startup script

- use a simple pidfile instead of a whole piddir
- add a -Dapp=riemann parameter to java invocation so
  ps | grep can find riemann easily
- remove procname and rely on daemon to handle this
- use daemon's pid and not riemanns' pid (-P parent flag change)
- add daemon's -r restart flag to keep java running at all costs

PR:		204988
Submitted by:	David D'Amico <davide.damico@gmail.com>
Approved by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
0.2.10
28 Jul 2015 07:47:29
Revision:393056Original commit files touched by this commit
mat search for other commits by this committer
This should not have ended up in the last commit.

Pointy hat to:	mat
Sponsored by:	Absolight
0.2.10
28 Jul 2015 07:45:00
Revision:393055Original commit files touched by this commit
mat search for other commits by this committer
update to 0.2.10.

PR:		201756
Submitted by:	Dave Cottlehuber
Approved by:	maintainer
Sponsored by:	Absolight
0.2.9
07 May 2015 12:41:59
Revision:385624Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 0.2.9

PR:		199936
Submitted by:	dch@skunkwerks.at (maintainer)
0.2.8
27 Feb 2015 19:35:10
Revision:380118Original commit files touched by this commit
pi search for other commits by this committer
New port: net-mgmt/riemann

Riemann monitors low-latency, transient shared state for systems with many
moving parts.

Riemann aggregates events from your servers and applications with a powerful
stream processing language. Send an email for every exception raised by your
code. Track the latency distribution of your web app. See the top processes
on any host, by memory and CPU. Combine statistics from every Riak node in
your cluster and forward to Graphite. Send alerts when a key process fails
to check in. Know how many users signed up right this second.

WWW: http://riemann.io/

PR:		197403
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Number of commits found: 24