Skip to content

Commit

Permalink
prometheus: update to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot authored and reneeotten committed Jun 19, 2020
1 parent fb132cc commit 69c2cb0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions net/prometheus/Portfile
@@ -1,7 +1,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup prometheus prometheus 2.19.0 v
github.setup prometheus prometheus 2.19.1 v
github.tarball_from archive

description The Prometheus monitoring system and time series database
Expand Down Expand Up @@ -43,9 +43,9 @@ set prom_share_dir ${prefix}/share/${name}
set prom_log_dir ${prefix}/var/log/${name}
set prom_log_file ${prom_log_dir}/${name}.log

checksums rmd160 90564766771e82374a201ea91d5fcf9ba02f7f73 \
sha256 72fc19722deb0d9f11df1dce58e2ee31fd8f3d1a584848166c2a2bc2aaf8ce74 \
size 13343177
checksums rmd160 64b5146a1504ead2b8098c215c93aed90c27367b \
sha256 b72b9b6bdbae246dcc29ef354d429425eb3c0a6e1596fc8b29b502578a4ce045 \
size 13343138

add_users ${prom_user} \
group=${prom_user} \
Expand Down Expand Up @@ -145,9 +145,10 @@ To enable the Prometheus service, use `port load`, as follows:

\$ sudo port load ${name}

Once enabled, the service will log to:
${prom_log_file}
Once enabled, the service will:

- listen by default on http://localhost:9090

- log to: ${prom_log_file}

After enabling the Prometheus service with `port load`, the service will
be listening by default on http://localhost:9090
"

0 comments on commit 69c2cb0

Please sign in to comment.