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
alertmanager Alert routing for Prometheus
0.26.0_3 net-mgmt on this many watch lists=3 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.26.0_3Version of this port present on the latest quarterly branch.
Maintainer: michal@hanu.la search for ports maintained by this maintainer
Port Added: 2017-07-17 21:12:53
Last Update: 2024-04-15 08:20:04
Commit Hash: 32b2846
People watching this port, also watch:: minio, poudriere, dovecot, cbsd, prometheus
License: APACHE20
WWW:
https://prometheus.io/docs/alerting/alertmanager/
Description:
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.
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 (9 items)
Collapse this list.
  1. /usr/local/share/licenses/alertmanager-0.26.0_3/catalog.mk
  2. /usr/local/share/licenses/alertmanager-0.26.0_3/LICENSE
  3. /usr/local/share/licenses/alertmanager-0.26.0_3/APACHE20
  4. bin/alertmanager
  5. bin/amtool
  6. @sample etc/alertmanager/alertmanager.yml.sample
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • alertmanager>0:net-mgmt/alertmanager
To install the port:
cd /usr/ports/net-mgmt/alertmanager/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/alertmanager
  • pkg install alertmanager
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: alertmanager
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1699953119 SHA256 (go/net-mgmt_alertmanager/alertmanager-v0.26.0/v0.26.0.mod) = 35fe6445ebd86b668b9daa74130bd598493d5c55e081c01ddbbc0d195534c221 SIZE (go/net-mgmt_alertmanager/alertmanager-v0.26.0/v0.26.0.mod) = 3798

Expand this list (2 items)

Collapse this list.

SHA256 (go/net-mgmt_alertmanager/alertmanager-v0.26.0/v0.26.0.zip) = 7666007c7ccec339fd09aaeec1d15c5b8c26cb01d387c9a9f7273f904db825b0 SIZE (go/net-mgmt_alertmanager/alertmanager-v0.26.0/v0.26.0.zip) = 2422183

Collapse this list.


Packages (timestamps in pop-ups are UTC):
alertmanager
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.26.0_20.26.0_3-0.26.0_20.26.0_3---
FreeBSD:13:quarterly0.26.0_20.26.0_3-0.26.0_20.26.0_3---
FreeBSD:14:latest0.26.0_20.26.0_3-0.26.0_20.26.0_3---
FreeBSD:14:quarterly0.26.00.26.0_3-0.26.00.26.0_3---
FreeBSD:15:latest0.26.0_10.26.0_3n/a0.26.0_1n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_alertmanager
USES:
go:modules zip
pkg-message:
If upgrading from < 0.17.0:
There were a number of changes to amtool in 0.17.0 which are not fully backwards compatible, related to the backup and import of silences. If a backup of silences is created using a previous version of amtool (v0.16.1 or earlier), it is possible that not all silences can be correctly imported using a later version of amtool.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/prometheus/alertmanager/@v/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.26.0_3
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
0.26.0_2
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
0.26.0_1
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
0.26.0
18 Dec 2023 07:29:35
commit hash: 6756b3ea9762410664fb919fc187e0cea0cf145ccommit hash: 6756b3ea9762410664fb919fc187e0cea0cf145ccommit hash: 6756b3ea9762410664fb919fc187e0cea0cf145ccommit hash: 6756b3ea9762410664fb919fc187e0cea0cf145c files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Boris Korzun
net-mgmt/alertmanager: Update to 0.26.0

PR:		275716
Reported by:	drtr0jan@yandex.ru
Approved by:	michal@hanu.la (maintainer, timeout > 2 weeks)
0.23.0_16
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
0.23.0_15
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
0.23.0_14
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.23.0_13
08 Apr 2023 15:13:25
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.23.0_12
09 Mar 2023 19:18:07
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
0.23.0_11
15 Feb 2023 19:06:01
commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.23.0_10
09 Feb 2023 21:55:23
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
0.23.0_9
14 Jan 2023 11:31:17
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
0.23.0_8
11 Dec 2022 11:17:27
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.23.0_7
06 Oct 2022 19:24:26
commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3commit hash: bde51869ee0206eeaa2849d8ef28b14da59727a3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.23.0_6
08 Sep 2022 16:33:18
commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7commit hash: f05c98fffb232735c05ba30d43fb279085b813d7 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
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.23.0_5
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.23.0_5
03 Aug 2022 21:35:13
commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24commit hash: 4476f89764d3ee73d216c2d56df149e8d4c62c24 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go update

Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
0.23.0_4
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.23.0_4
14 Jul 2022 12:46:05
commit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5acommit hash: 153cb65ac8a05356245dd09d1ff48c2a6afafc5a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{117,118} update
0.23.0_3
07 Jun 2022 21:56:10
commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35commit hash: 309cdeccd802bb370a42e80cc4468da17c8dab35 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
*/*: Bump port revisons after lang/go{117,118} update
0.23.0_2
30 Mar 2022 07:01:44
commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653commit hash: d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
*/*: Bump PORTREVISION after lang/go 1.18 update
0.23.0_1
03 Mar 2022 13:04:53
commit hash: 2ae66e8ad04d144309c640e5bc02cdb19535e061commit hash: 2ae66e8ad04d144309c640e5bc02cdb19535e061commit hash: 2ae66e8ad04d144309c640e5bc02cdb19535e061commit hash: 2ae66e8ad04d144309c640e5bc02cdb19535e061 files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-mgmt/alertmanager: Fix logging

Redirect stdout and stderr of the Alertmanager to its log file with
the daemon(8) -o flag instead of shell redirections. The reason for
this change is that shell redirections simply do not work in this case.

While here, remove an unnecessary env(1) invocation.

Approved by:	portmgr blanket (runtime fix)
Fixes:		df292e75acbe
MFH:		2022Q1
Sponsored by:	Ekco
Sponsored by:	Klara Inc
0.23.0
14 Feb 2022 21:49:41
commit hash: e73877f6b01c62d7779e9384df560c7d5c1db66ccommit hash: e73877f6b01c62d7779e9384df560c7d5c1db66ccommit hash: e73877f6b01c62d7779e9384df560c7d5c1db66ccommit hash: e73877f6b01c62d7779e9384df560c7d5c1db66c files touched by this commit
Mateusz Piotrowski (0mp) search for other commits by this committer
net-mgmt/alertmanager: Fix a typo in COMMENT

Approved by:	portmgr blanket
0.23.0
13 Nov 2021 16:03:54
commit hash: ac6a25fdb2a3e59210feda10f98b973f6e76b399commit hash: ac6a25fdb2a3e59210feda10f98b973f6e76b399commit hash: ac6a25fdb2a3e59210feda10f98b973f6e76b399commit hash: ac6a25fdb2a3e59210feda10f98b973f6e76b399 files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
net-mgmt/alertmanager: Garbage collect patches.

Approved by:	portmgr (build fix blanket)
0.23.0
20 Sep 2021 03:39:01
commit hash: c73261c9164a74b8e9f72ae4c7295c88166cf163commit hash: c73261c9164a74b8e9f72ae4c7295c88166cf163commit hash: c73261c9164a74b8e9f72ae4c7295c88166cf163commit hash: c73261c9164a74b8e9f72ae4c7295c88166cf163 files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
net-mgmt/alertmanager: update to 0.23.0.

PR:		258602
Reported by:	maintainer
0.20.0
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.20.0
16 Apr 2020 15:16:29
Revision:531855Original commit files touched by this commit
mikael search for other commits by this committer
net-mgmt/alertmanager: update 0.20.0

 - update 0.20.0
 - fix build on aarch64

PR:		245350
Approved by:	michal@hanu.la (maintainer)
0.18.0_1
16 Nov 2019 12:52:40
Revision:517745Original commit files touched by this commit
dmgk search for other commits by this committer
Bump PORTREVISION after r517743 to force relinking.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D21854
0.18.0
02 Sep 2019 23:38:57
Revision:510906Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: update to 0.18.0

PR:		239275
Submitted by:	David O'Rourke <dor.bsd@xm0.uk>
Approved by:	michal@hanu.la (maintainer)
0.16.2
26 Jul 2019 07:36:02
Revision:507343Original commit files touched by this commit
tobik search for other commits by this committer
net-mgmt/alertmanager: Switch to USES=go:modules

- Remove unneeded targets
- Fix build with go1.13beta1

===>  Building for alertmanager-0.16.2
go: github.com/DataDog/datadog-go@v0.0.0-20180822151419-281ae9f2d895: G
et https://proxy.golang.org/github.com/%21data%21dog/datadog-go/@v/v0.0
.0-20180822151419-281ae9f2d895.mod: dial tcp: lookup proxy.golang.org o
n 1.0.0.1:53: write udp 127.0.0.1:45569->1.0.0.1:53: write: permission
denied
*** Error code 1

PR:		238917
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	michal@hanu.la (maintainer)
0.16.2
08 Apr 2019 20:20:02
Revision:498426Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: update to 0.16.2

PR:		237121
Submitted by:	michal@hanu.la (maintainer)
0.16.1
05 Mar 2019 14:32:22
Revision:494704Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: update to 0.16.1

PR:		236153
Submitted by:	michal@hanu.la (maintainer)
0.15.3
09 Dec 2018 17:10:27
Revision:487060Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: update to 0.15.3

PR:		233886
Submitted by:	michal@hanu.la (maintainer)
0.15.2
16 Aug 2018 21:00:49
Revision:477375Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: Update to 0.15.2

PR:		230647
Submitted by:	michal@hanu.la (maintainer)
0.15.0
24 Jun 2018 14:08:21
Revision:473200Original commit files touched by this commit
joneum search for other commits by this committer
net-mgmt/alertmanager: Update to 0.15.0

Changelog: https://github.com/prometheus/alertmanager/releases/tag/v0.15.0

PR:		229269
Submitted by:	michal@hanu.la (maintainer)
0.14.0
18 Mar 2018 03:55:14
Revision:464866Original commit files touched by this commit
yuri search for other commits by this committer
Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.

Ports:
www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2
sysutils/immortal
sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts
net-mgmt/pushgateway net/nsq
textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault

Approved by:	portmgr (port compliance, infrastructure)
0.14.0
21 Feb 2018 00:09:45
Revision:462467Original commit files touched by this commit
yuri search for other commits by this committer
net-mgmt/alertmanager: Update to 0.14.0

Additional port changes:
* Changed to DISTVERSION
* Moved plist to pkg-plist, added @sample for the config file
* Silenced some commands
* Improved syntax

PR:		226065
Submitted by:	michal@hanu.la (maintainer)
Approved by:	tcberner (mentor, implicit)
0.13.0
18 Jan 2018 00:37:20
Revision:459303Original commit files touched by this commit
dbaio search for other commits by this committer
net-mgmt/alertmanager: Update to 0.13.0

PR:		225286
Submitted by:	michal@hanu.la (maintainer)
0.12.0
24 Dec 2017 18:46:53
Revision:457190Original commit files touched by this commit
swills search for other commits by this committer
net-mgmt/alertmanager: Update to 0.12.0

PR:		224566
Submitted by:	michal@hanu.la (maintainer)
0.11.0
06 Dec 2017 20:22:56
Revision:455677Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.11.0

PR:		223731
Submitted by:	franz@bett.ag
Approved by:	michal@hanu.la (maintainer)
0.8.0
20 Aug 2017 15:22:01
Revision:448431Original commit files touched by this commit
dbaio search for other commits by this committer
net-mgmt/alertmanager: Update to 0.8.0

- Add binary amtool

While here, add LICENSE_FILE

Changes:	https://github.com/prometheus/alertmanager/blob/master/CHANGELOG.md

PR:		221617
Submitted by:	michal@hanu.la (maintainer)
0.5.1_1
18 Jul 2017 09:14:21
Revision:446130Original commit files touched by this commit
bsam search for other commits by this committer
Prometheus exporters and pushgateway: Strip golang binaries.

TLDR; turns out to be a misconception, has gone with dinosaurs.
Golang Project treat such cases as bugs, submit any evidence to them.
More info: https://honnef.co/posts/2016/10/go-and-strip/

Fix my port and ports I've committed yesterday.
Bump PORTREVISION.

Reported by:	swills
Approved by:	portmgr (just fix it)
0.5.1
17 Jul 2017 21:12:41
Revision:446116Original commit files touched by this commit
bsam search for other commits by this committer
The Alertmanager handles alerts sent by client applications such
as the Prometheus server. It takes care of deduplicating, grouping,
and routing them to the correct receiver integrations such as email,
PagerDuty, or OpsGenie. It also takes care of silencing and inhibition
of alerts.

WWW: https://prometheus.io/docs/alerting/alertmanager/

PR:		216119
Submitted by:	Michal Hanula <michal@hanu.la>

Number of commits found: 44