Package Details: alertmanager-bin 0.26.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: 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)

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 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