aboutsummaryrefslogtreecommitdiffstats
path: root/community/monitoring-plugins
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2017-11-14 00:23:32 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2017-11-14 00:23:39 +0000
commit0eab9fb33d792139e7ca64686fa909bdcc17700d (patch)
tree6f32932aeaee5b54fc32872e22fa6cb982822ea7 /community/monitoring-plugins
parent320adee0d516a789ead9d7a5219ab673ae711364 (diff)
downloadaports-0eab9fb33d792139e7ca64686fa909bdcc17700d.tar.bz2
aports-0eab9fb33d792139e7ca64686fa909bdcc17700d.tar.xz
community/monitoring-plugins: ping from iputils does not support -4 and -6 flags
Diffstat (limited to 'community/monitoring-plugins')
-rw-r--r--community/monitoring-plugins/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/monitoring-plugins/APKBUILD b/community/monitoring-plugins/APKBUILD
index 7c71dcc398..8913003c63 100644
--- a/community/monitoring-plugins/APKBUILD
+++ b/community/monitoring-plugins/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=monitoring-plugins
pkgver="2.2"
-pkgrel=5
+pkgrel=6
pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
url="http://www.monitoring-plugins.org"
arch="all"
@@ -27,8 +27,8 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/monitoring-plugins \
--with-perl="$(which perl)" \
- --with-ping-command="/bin/ping -4 -n -U -w %d -c %d %s" \
- --with-ping6-command="/bin/ping -6 -n -U -w %d -c %d %s" \
+ --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
+ --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \
--with-openssl \
--with-pgsql=/usr \
--with-dbi \