Package Details: alertmanager-bin 0.27.0-1

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)

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 for SIGHUP 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?

# Install Amtool Binary
install -D -m0755 amtool \
    "${pkgdir}/usr/bin/amtool"

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

install -D -m0755 "${srcdir}/alertmanager.service" \
"${pkgdir}/usr/lib/systemd/system/alertmanager.service"

should be

install -D -m0644 "${srcdir}/alertmanager.service" \
"${pkgdir}/usr/lib/systemd/system/alertmanager.service"

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