Jonathan Steel pushed to branch main at Arch Linux / Packaging / Packages /
monitoring-plugins
Commits:
4a4852f0 by Jonathan Steel at 2023-09-06T08:34:50+01:00
upgpkg: 2.3.3-3: FS#79480 add check_curl optdepends
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=monitoring-plugins
pkgver=2.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other
monitoring applications"
arch=('x86_64')
url="https://www.monitoring-plugins.org"
@@ -13,6 +13,8 @@ makedepends=('net-snmp' 'postgresql-libs' 'libdbi'
'mariadb-libs'
'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
'inetutils' 'postfix' 'perl-net-snmp' 'curl' 'uriparser')
optdepends=('net-snmp: for SNMP checking'
+ 'uriparser: for check_curl'
+ 'curl: for check_curl'
'postgresql-libs: for check_pgsql'
'mariadb-libs: for check_mysql_query and check_mysql'
'libdbi: for check_dbi'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/4a4852f03c6692a0d54510aa6e13d4e23a559b13
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monitoring-plugins/-/commit/4a4852f03c6692a0d54510aa6e13d4e23a559b13
You're receiving this email because of your account on gitlab.archlinux.org.