Port details |
- rubygem-riemann-tools Collection of utilities which submit events to Riemann
- 1.11.0 net-mgmt =2 1.9.1Version of this port present on the latest quarterly branch.
- Maintainer: romain@FreeBSD.org
- Port Added: 2019-05-24 07:18:39
- Last Update: 2024-07-07 20:10:58
- Commit Hash: 644182c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/riemann/riemann-tools
- Description:
- Collection of utilities which submit events to Riemann, the real-time
streaming event monitoring system for your distributed infrastructure.
Includes comprehensive support out-of-the-box for Apache, Memcache,
Haproxy, Varnish, CouchDB, Nginx, Zookeeper, Consul, as well as various
OS-level statistics such as CPU, memory, disk, load, network interfaces,
and open TCP ports.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-riemann-tools>0:net-mgmt/rubygem-riemann-tools
- To install the port:
- cd /usr/ports/net-mgmt/rubygem-riemann-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/rubygem-riemann-tools
- pkg install rubygem-riemann-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-riemann-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720382870
SHA256 (rubygem/riemann-tools-1.11.0.gem) = d9bfc2d09694ab3b94c5326d3eb5aca2255845296c1a7d2095eedbd41a0bf1de
SIZE (rubygem/riemann-tools-1.11.0.gem) = 70144
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-json>=1.8 : devel/rubygem-json
- rubygem-optimist>=3.0 : devel/rubygem-optimist
- rubygem-riemann-client>=1.1 : net-mgmt/rubygem-riemann-client
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- net-mgmt/rubygem-riemann-rabbitmq
Configuration Options:
- ===> The following configuration options are available for rubygem-riemann-tools-1.11.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_rubygem-riemann-tools
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.0 07 Jul 2024 20:10:58 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.11.0
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md#v1110-2024-07-07 |
1.9.1 10 Dec 2023 20:53:46 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.9.1
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md#v191-2023-12-08 |
1.8.2 22 May 2023 23:59:16 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.8.2 |
1.8.1 28 Feb 2023 03:32:57 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.8.1
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md |
1.8.0 28 Feb 2023 00:34:35 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.8.0
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md |
1.7.1 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
1.7.1 12 Jan 2023 07:00:15 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.7.1
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md#v171-2023-01-12 |
1.6.0 04 Nov 2022 22:11:00 |
Romain Tartière (romain) |
net-mgmt/rubygem-riemann-tools: Update to 1.6.0
While here, take maintainership as discussed with dch@ after the last
update of this port [1].
PR: 266327 [1] |
1.5.0 11 Sep 2022 12:23:06 |
Dave Cottlehuber (dch) Author: Romain Tartière |
net-mgmt/rubygem-riemann-tools: Update to 1.5.0
ChangeLog:
https://github.com/riemann/riemann-tools/blob/main/CHANGELOG.md#v150-2022-09-08
PR: 266327
Tested by: romain
Sponsored by: SkunkWerks, GmbH |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.2.14 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.2.14 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
0.2.14 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.14 24 May 2019 07:18:20 |
dch |
net-mgmt/rubygem-riemann-*: new ports for the riemann.io suite
Riemann [net-mgmt/riemann] is a streaming event monitoring system
designed for monitoring distributed systems in real time.
This commit introduces the following gems:
- rubygem-riemann-client
- rubygem-riemann-dash
- rubygem-riemann-rabbitmq
- rubygem-riemann-tail
- rubygem-riemann-tools
Which allows connecting to riemann, to set & query events and the index,
to view event status in real-time, whether as a dashboard of events, or
as a classic tail in the terminal. An additional comprehensive set of
integrations for popular tools such as Varnish, Haproxy, nginx,
RabbitMQ, and more, are included in the riemann-tools gem.
More information about Riemann in general is at https://riemann.io/
Reviewed by: romain
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17710 |