migrate over to inetutils-ping
This commit is contained in:
parent
d9aea4d0ef
commit
51c56ab00b
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -18,8 +18,12 @@ nagios-plugins (1.4.14-1) unstable; urgency=low
|
|||
* Add 40_check_http_proxy_auth.dpatch to make check_http able to check proxy
|
||||
authorization
|
||||
* Update copyright, thanks to Robert Millan (Closes: 548303)
|
||||
* Depend on inetutils-ping instead of iputils-ping, thanks to Petr Salinger
|
||||
(Closes: #555532)
|
||||
- Use '-n -c %d %s' as ping argument, since unfortunately '-U -w %d' isn't
|
||||
supported by inetutils-ping
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 11 Nov 2009 22:34:55 +0100
|
||||
-- Jan Wagner <waja@cyconet.org> Thu, 12 Nov 2009 02:19:28 +0100
|
||||
|
||||
nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -33,7 +33,7 @@ Description: Plugins for the nagios network monitoring and management system
|
|||
|
||||
Package: nagios-plugins-basic
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, procps, iputils-ping, ucf
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, procps, inetutils-ping, ucf
|
||||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||
Replaces: nagios-plugins, nagios-plugins-standard
|
||||
Suggests: nagios3
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -81,8 +81,8 @@ config.status: configure
|
|||
--with-ps-format="%s %d %d %d %d %d %f %s %s %n" \
|
||||
--with-ps-cols=10 \
|
||||
--with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos" \
|
||||
--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-ping-command="/bin/ping -n -c %d %s" \
|
||||
--with-ping6-command="/bin/ping6 -n -c %d %s" \
|
||||
--with-nslookup-command="/usr/bin/nslookup -sil" \
|
||||
--with-uptime-command="/usr/bin/uptime" \
|
||||
--with-rpcinfo-command="/usr/bin/rpcinfo" \
|
||||
|
|
Loading…
Reference in a new issue