9 Commits

Author SHA1 Message Date
sthen
a33eebc9f3 use /bin/ksh #! line on Prometheus-related ports as is standard with
other rc scripts
2020-11-20 21:17:21 +00:00
claudio
898bceecc6 Minor update of prometheus to v2.13.1 fixes a panic in the query logger
that I hit after a unclean shutdown.
OK sthen@
2019-10-29 12:37:54 +00:00
claudio
fe789d0810 Update prometheus to v2.13.0. This installs the new tool tsdb.
OK sthen@
2019-10-16 06:47:12 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
claudio
432087fc2f Update to prometheus v2.9.2
OK sthen@
2019-05-06 06:16:26 +00:00
sthen
4c9d7e6039 No need for a special MODGO_ENV for go.port.mk, just use normal MAKE_ENV
like the rest of the ports tree. This also allows removing a bunch of
manual setting of PATH="${PORTPATH}" HOME="${PORTHOME}" done in various
ports etc. This also makes sure CFLAGS is passed through (not everything
honours it but it does improve at least some ports).

Remove NO_CCACHE from www/honk that was added because the above problem
resulted in ccache variables not being passed through correctly breaking
the cc calls in this.

ok kmos@
2019-05-04 21:46:16 +00:00
sthen
73b67e6de2 set GOCACHE; needed on go 1.12 and doesn't hurt 1.11.5
(these are the nonstandard ports that don't get the settings
from go.port.mk)
2019-03-08 18:37:22 +00:00
sthen
f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
claudio
a28b353b47 Prometheus is an open-source systems monitoring and alerting toolkit.
Its main features are:
- a multi-dimensional data model with time series data identified by
  metric name and key/value pairs
  - a flexible query language to leverage this dimensionality
  - no reliance on distributed storage; single server nodes are autonomous
  - time series collection happens via a pull model over HTTP
  - pushing time series is supported via an intermediary gateway
  - targets are discovered via service discovery or static configuration
  - multiple modes of graphing and dashboarding support

Input and OK sthen@
2018-01-10 16:26:19 +00:00