Search Criteria
Package Details: prometheus-apcupsd-exporter 0.3.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/prometheus-apcupsd-exporter.git (read-only, click to copy) |
|---|---|
| Package Base: | prometheus-apcupsd-exporter |
| Description: | Prometheus exporter for apcupsd metrics |
| Upstream URL: | https://github.com/mdlayher/apcupsd_exporter |
| Licenses: | MIT |
| Submitter: | grawlinson |
| Maintainer: | grawlinson |
| Last Packager: | grawlinson |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-03 08:34 (UTC) |
| Last Updated: | 2025-04-27 00:19 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
- apcupsd (optional) – for monitoring a local APC UPS
Latest Comments
lahwaacz commented on 2025-04-19 21:31 (UTC)
The package does not build anymore due to
LDFLAGS:IIRC, something changed in some go version and quotes are now required around the expanded environment variable:
See https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options
grawlinson commented on 2022-03-21 07:24 (UTC)
Gotcha! Bumped
pkgrelwith that addition tooptionsarray.hashworks commented on 2022-03-19 21:02 (UTC)
This currently doesn't build with LTO: flag provided but not defined: -flto. Requires options=(!lto).