X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id CFDBC1EB589 for ; Thu, 26 Aug 2010 02:28:06 +0000 (UTC) Received: by iwn36 with SMTP id 36so1295797iwn.13 for ; Wed, 25 Aug 2010 19:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=x0EJFJWsckfbzDXDuBs2QvZFEOfPE25WZ5jR5jshWPU=; b=Y9na7PlJndwrLM/DPgHkTmucg3FcEF/c0hDq97qpVs4fqkMY9oym4QIRvL9XIxoLbY 0OxJRPr+axYgZzbH2p2yin6w1pK2U8cZbfZRssAMoL88s7vxXr0syV9ZJ/FNqFu28gHb UPNKDE3SpH6Rn47YzPbRfkhq3ZV5mBUrT9Xvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=L+aBOxre1ycX+zyN9tUdfEyt+OXDCC/KTqCC23w9/AB4QZs9a/GIBwH3WnHdIERQ9A YTt1CWcJpXxawgLlnKH+e3QIeIQURv3t/SjhJXYBNf1jM4fOA1adK99f0yoaFLn2EIEW fATmdr04+KPmPK/VyWEBLso+V0kpfJt96NNNo= Received: by 10.231.59.1 with SMTP id j1mr11350764ibh.55.1282789685721; Wed, 25 Aug 2010 19:28:05 -0700 (PDT) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id h8sm1944546ibk.3.2010.08.25.19.28.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Aug 2010 19:28:05 -0700 (PDT) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH] testing/nagios-plugins: Delete patch file and add nrpe-plugin Date: Wed, 25 Aug 2010 20:27:51 +0000 Message-Id: <1282768071-7515-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.2.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/nagios-plugins/001-busybox-tweaks.patch | 56 ----------------------- testing/nagios-plugins/APKBUILD | 2 +- 2 files changed, 1 insertions(+), 57 deletions(-) delete mode 100644 testing/nagios-plugins/001-busybox-tweaks.patch diff --git a/testing/nagios-plugins/001-busybox-tweaks.patch b/testing/nagios-plugins/001-busybox-tweaks.patch deleted file mode 100644 index 4f33c68..0000000 --- a/testing/nagios-plugins/001-busybox-tweaks.patch +++ /dev/null @@ -1,56 +0,0 @@ ---- ./configure -+++ ./configure -@@ -18517,6 +18517,20 @@ - { echo "$as_me:$LINENO: result: $ac_cv_ps_command" >&5 - echo "${ECHO_T}$ac_cv_ps_command" >&6; } - -+########## -+# 8/12/10 R. Boisvert added to work with Busybox ps -+elif ps 2>/dev/null | \ -+ egrep -i "^PID +USER +TIME +COMMAND" >/dev/null -+then -+ ac_cv_ps_command="$PATH_TO_PS" -+ ac_cv_ps_varlist="&procpid,&procuid,&procpcpu,procprog" -+ ac_cv_ps_format="%d %s %s %s" -+ ac_cv_ps_cols=4 -+ { echo "$as_me:$LINENO: result: $ac_cv_ps_command" >&5 -+echo "${ECHO_T}$ac_cv_ps_command" >&6; } -+# 8/12/10 R. Boisvert added to work with Busybox ps -+########## -+ - elif ps -Al 2>/dev/null | \ - egrep -i "^ *F +S +UID +PID +PPID +CLS +PRI +NI +C +ADDR +SZ +WCHAN +TTY +TIME +COMD" >/dev/null - then -@@ -18750,6 +18764,18 @@ - { echo "$as_me:$LINENO: result: $with_ping_command" >&5 - echo "${ECHO_T}$with_ping_command" >&6; } - -+########## -+# 8/12/10 R. Boisvert added to work with Busybox ping -+elif $PATH_TO_PING -c 1 127.0.0.1 2>/dev/null | \ -+ egrep -i "^round-trip|^rtt" >/dev/null -+then -+ with_ping_command="$PATH_TO_PING -c %d %s" -+ ac_cv_ping_packets_first=yes -+ { echo "$as_me:$LINENO: result: $with_ping_command" >&5 -+echo "${ECHO_T}$with_ping_command" >&6; } -+# 8/12/10 R. Boisvert added to work with Busybox ping -+########## -+ - else - { echo "$as_me:$LINENO: WARNING: unable to find usable ping syntax" >&5 - echo "$as_me: WARNING: unable to find usable ping syntax" >&2;} -@@ -19037,7 +19063,12 @@ - then - { echo "$as_me:$LINENO: checking for nslookup syntax" >&5 - echo $ECHO_N "checking for nslookup syntax... $ECHO_C" >&6; } -- if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | grep "Invalid option: sil" >/dev/null -+########## -+# 8/12/10 R. Boisvert added to work with Busybox nslookup -+# original if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | grep "Invalid option: sil" >/dev/null -+ if $PATH_TO_NSLOOKUP -sil 127.0.0.1 2>&1 | grep "Usage" >/dev/null -+# 8/12/10 R. Boisvert added to work with Busybox nslookup -+########## - then - ac_cv_nslookup_command="$PATH_TO_NSLOOKUP" - { echo "$as_me:$LINENO: result: $ac_cv_nslookup_command" >&5 diff --git a/testing/nagios-plugins/APKBUILD b/testing/nagios-plugins/APKBUILD index f3cb4b4..a6012f4 100644 --- a/testing/nagios-plugins/APKBUILD +++ b/testing/nagios-plugins/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="Plugins for Nagios to check services on hosts" url="http://nagiosplugins.org" license="GPL-2" -depends="nagios fping net-snmp-tools bind-tools" +depends="nagios fping net-snmp-tools bind-tools nrpe-plugin" makedepends="net-snmp-tools openssl-dev openldap-dev mysql-dev postgresql-dev libpq" source="http://downloads.sourceforge.net/nagiosplug/$pkgname-$pkgver.tar.gz" pkgusers="nagios" -- 1.7.2.1 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---