Search Criteria
Package Details: alertmanager-bin 0.27.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alertmanager-bin.git (read-only, click to copy) |
---|---|
Package Base: | alertmanager-bin |
Description: | 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 integration (binary, not built from source) |
Upstream URL: | https://github.com/prometheus/alertmanager |
Licenses: | Apache |
Conflicts: | alertmanager |
Provides: | alertmanager |
Submitter: | Slash |
Maintainer: | KingCrunch |
Last Packager: | KingCrunch |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-02 21:50 (UTC) |
Last Updated: | 2024-03-07 12:33 (UTC) |
Dependencies (0)
Required by (3)
- prometheus-xmpp-webhook (requires alertmanager) (optional)
- prometheus-xmpp-webhook-bin (requires alertmanager) (optional)
- prometheus-xmpp-webhook-git (requires alertmanager) (optional)
Sources (6)
- alertmanager.service
- https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-amd64.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-arm64.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-armv5.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-armv6.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.27.0/alertmanager-0.27.0.linux-armv7.tar.gz
Latest Comments
MarsSeed commented on 2023-11-21 18:22 (UTC)
I see. Thank you for your feedback on this.
KingCrunch commented on 2023-11-21 16:22 (UTC)
Hi @MarsSeed
The official (extra-repo) package builds the binary from source, whereas this package takes the binary from the release page https://github.com/prometheus/alertmanager/releases
On one hand not all feel comfortable taking pre-built binaries, because they may contain malicious code. On the other hand building the binary from scratch (over and over) on a small device like a raspberry pi can be cumbersome.
So, taking into account, that currently maintaining is just increasing the relase number once in a while I will keep this package for an additional while :)
MarsSeed commented on 2023-09-07 09:47 (UTC) (edited on 2023-09-07 09:48 (UTC) by MarsSeed)
Is this package still worth the maintenence effort?
Builds for this exist in Arch extra repo and in ArchLinuxARM repos.
erkexzcx commented on 2020-02-26 15:01 (UTC)
Provided service file is missing
ExecReload=/bin/kill -HUP $MAINPID
as it is supported by upstream (https://prometheus.io/docs/alerting/configuration/ and search forSIGHUP
keyword). prometheus and blackbox_exporter packages have this line in their corresponding .service files.Slash commented on 2018-08-17 23:06 (UTC)
@thiagoalmeidasa: Thanks, I added that to the PKGBUILD.
thiagoalmeidasa commented on 2018-08-09 13:54 (UTC)
First of all, congrats for your work is very useful.
Could you add the amtool bin to the PKGBUILD?
Thanks.
Slash commented on 2018-07-21 17:19 (UTC)
@uleenucks - Fixed, thanks!
uleenucks commented on 2018-07-21 12:09 (UTC) (edited on 2018-07-21 12:10 (UTC) by uleenucks)
The line
should be
Slash commented on 2018-02-20 18:57 (UTC)
@viq - thanks, it's been fixed
viq commented on 2018-02-20 12:25 (UTC)
For a few versions now double dashes need to be used for options. Current
-config.file
causes error:alertmanager: error: unknown short flag '-c', try --help