Bug 230177 - [NEW PORT] www/varnish_exporter: Varnish exporter for Prometheus
Summary: [NEW PORT] www/varnish_exporter: Varnish exporter for Prometheus
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-30 03:59 UTC by Žygis Škulteckis
Modified: 2019-02-05 15:58 UTC (History)
0 users

See Also:


Attachments
varnish_exporter.shar (6.32 KB, text/plain)
2018-07-30 03:59 UTC, Žygis Škulteckis
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Žygis Škulteckis 2018-07-30 03:59:00 UTC
Created attachment 195620 [details]
varnish_exporter.shar
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-31 00:33:49 UTC
A commit references this bug:

Author: swills
Date: Thu Jan 31 00:33:42 UTC 2019
New revision: 491664
URL: https://svnweb.freebsd.org/changeset/ports/491664

Log:
  www/varnish_exporter: create port

  Varnish exporter for Prometheus. Scrapes the varnishstat -j JSON output on each
  Prometheus collect and exposes all reported metrics.

  WWW: https://github.com/jonnenauha/prometheus_varnish_exporter

  PR:		230177
  Submitted by:	?ygis ?kulteckis <ports@zx23.net> (maintainer)

Changes:
  head/www/Makefile
  head/www/varnish_exporter/
  head/www/varnish_exporter/Makefile
  head/www/varnish_exporter/distinfo
  head/www/varnish_exporter/files/
  head/www/varnish_exporter/files/varnish_exporter.in
  head/www/varnish_exporter/pkg-descr
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-31 00:37:18 UTC
Thanks for the port, I modified the rc script a bit and committed it. Sorry it took so long!
Comment 3 Žygis Škulteckis 2019-02-05 15:58:50 UTC
Thanks for picking this up and also for the rc script change, that's a much nicer way to handle logging.