diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/monitoring-plugins/APKBUILD | 6 |
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 \ |