aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/alertmanager
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-mgmt/alertmanager: update 0.20.0Mikael Urankar2020-04-165-5/+249
| | | | | | | | | | | - update 0.20.0 - fix build on aarch64 PR: 245350 Approved by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=531855
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* net-mgmt/alertmanager: update to 0.18.0Steve Wills2019-09-023-8/+22
| | | | | | | | | PR: 239275 Submitted by: David O'Rourke <dor.bsd@xm0.uk> Approved by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=510906
* net-mgmt/alertmanager: Switch to USES=go:modulesTobias Kortkamp2019-07-261-9/+4
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=507343
* net-mgmt/alertmanager: update to 0.16.2Steve Wills2019-04-082-4/+4
| | | | | | | | PR: 237121 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=498426
* net-mgmt/alertmanager: update to 0.16.1Steve Wills2019-03-052-4/+4
| | | | | | | | PR: 236153 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=494704
* net-mgmt/alertmanager: update to 0.15.3Steve Wills2018-12-092-4/+4
| | | | | | | | PR: 233886 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=487060
* net-mgmt/alertmanager: Update to 0.15.2Steve Wills2018-08-162-4/+4
| | | | | | | | PR: 230647 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=477375
* net-mgmt/alertmanager: Update to 0.15.0Jochen Neumeister2018-06-242-4/+4
| | | | | | | | | | Changelog: https://github.com/prometheus/alertmanager/releases/tag/v0.15.0 PR: 229269 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=473200
* Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.Yuri Victorovich2018-03-181-2/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=464866
* net-mgmt/alertmanager: Update to 0.14.0Yuri Victorovich2018-02-214-15/+13
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=462467
* net-mgmt/alertmanager: Update to 0.13.0Danilo G. Baio2018-01-182-4/+4
| | | | | | | | PR: 225286 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=459303
* net-mgmt/alertmanager: Update to 0.12.0Steve Wills2017-12-242-4/+4
| | | | | | | | PR: 224566 Submitted by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=457190
* - Update to 0.11.0Dmitry Marakasov2017-12-062-4/+4
| | | | | | | | | PR: 223731 Submitted by: franz@bett.ag Approved by: michal@hanu.la (maintainer) Notes: svn path=/head/; revision=455677
* net-mgmt/alertmanager: Update to 0.8.0Danilo G. Baio2017-08-202-5/+8
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=448431
* Prometheus exporters and pushgateway: Strip golang binaries.Boris Samorodov2017-07-181-2/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=446130
* The Alertmanager handles alerts sent by client applications suchBoris Samorodov2017-07-174-0/+115
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> Notes: svn path=/head/; revision=446116