Search Criteria
Package Details: alertmanager-bin 0.26.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: | Slash (KingCrunch) |
Last Packager: | KingCrunch |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-02 21:50 (UTC) |
Last Updated: | 2023-09-07 07:16 (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.26.0/alertmanager-0.26.0.linux-amd64.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.26.0/alertmanager-0.26.0.linux-arm64.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.26.0/alertmanager-0.26.0.linux-armv5.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.26.0/alertmanager-0.26.0.linux-armv6.tar.gz
- https://github.com/prometheus/alertmanager/releases/download/v0.26.0/alertmanager-0.26.0.linux-armv7.tar.gz
Latest Comments
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