aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/alertmanager
Commit message (Collapse)AuthorAgeFilesLines
* 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