Author: glen Date: Tue Mar 8 01:33:06 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - check_ping crash resolved - more TODO
---- Files affected: SPECS: nagios-plugins.spec (1.20.2.5 -> 1.20.2.6) ---- Diffs: ================================================================ Index: SPECS/nagios-plugins.spec diff -u SPECS/nagios-plugins.spec:1.20.2.5 SPECS/nagios-plugins.spec:1.20.2.6 --- SPECS/nagios-plugins.spec:1.20.2.5 Tue Mar 8 01:30:12 2005 +++ SPECS/nagios-plugins.spec Tue Mar 8 02:33:01 2005 @@ -4,13 +4,13 @@ # - see anything useful from contrib/ # - package requisites for unifished packages -nsclient and -nwstat # REQUIREMENTS explains the dependencies. -# - check_ping crashes +# - remove BR that are only needed for path check (patch configure.in) # Summary: Host/service/network monitoring program plugins for Nagios Summary(pl): Wtyczki do monitorowania hostów/usług/sieci dla Nagiosa Name: nagios-plugins Version: 1.4 -Release: 0.12 +Release: 0.16 License: GPL v2 Group: Networking Source0: http://dl.sourceforge.net/nagiosplug/%{name}-%{version}.tar.gz @@ -269,7 +269,7 @@ %prep %setup -q -#%patch0 -p0 +%patch0 -p1 %patch1 -p0 #%patch2 -p0 #%patch3 -p0 @@ -309,24 +309,27 @@ PATH=${PATH}:/usr/sbin \ --libexecdir=%{_plugindir} \ --with-cgiurl=/nagios/cgi-bin \ - --with-ping-command='/bin/ping -n %%s -c %%d' \ - --with-df-command="/bin/df" \ - --with-mailq-command="/usr/bin/mailq" \ - --with-host-command="/usr/bin/host" \ - --with-nslookup-command="/usr/bin/nslookup -sil" \ - --with-uptime-command="/usr/bin/uptime" \ - --with-smbclient-command="/usr/bin/smbclient" \ - --with-ps-command="/bin/ps -weo 'vsz comm'" \ - --with-ps-format="%d %s" \ - --with-ps-raw-command="/bin/ps -weo 'stat user ppid args'" \ - --with-ps-varlist="procstat,&procuid,&procppid,procprog,&pos" \ - --with-rss-command="/bin/ps -weo \'vsz comm\' -weo \'rss comm'" \ - --with-rss-format="%d %s" \ - --with-vsz-command="/bin/ps -weo 'vsz comm' -weo 'vsz comm'" \ - --with-vsz-format="%d %s" \ - --with-ssh-command="/usr/bin/ssh" \ --with-mysql \ --with-pgsql \ + --with-ping-command='/bin/ping -n -U -w %%d -c %%d %%s' \ + --with-ping6-command='/bin/ping6 -n -U -w %%d -c %%d %%s' \ + +# configure.in not patched yet +# --with-df-command="/bin/df" \ +# --with-mailq-command="/usr/bin/mailq" \ +# --with-host-command="/usr/bin/host" \ +# --with-nslookup-command="/usr/bin/nslookup -sil" \ +# --with-uptime-command="/usr/bin/uptime" \ +# --with-smbclient-command="/usr/bin/smbclient" \ +# --with-ps-command="/bin/ps -weo 'vsz comm'" \ +# --with-ps-format="%d %s" \ +# --with-ps-raw-command="/bin/ps -weo 'stat user ppid args'" \ +# --with-ps-varlist="procstat,&procuid,&procppid,procprog,&pos" \ +# --with-rss-command="/bin/ps -weo \'vsz comm\' -weo \'rss comm'" \ +# --with-rss-format="%d %s" \ +# --with-vsz-command="/bin/ps -weo 'vsz comm' -weo 'vsz comm'" \ +# --with-vsz-format="%d %s" \ +# --with-ssh-command="/usr/bin/ssh" \ %{__make} @@ -582,6 +585,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20.2.6 2005/03/08 01:33:01 glen +- check_ping crash resolved +- more TODO + Revision 1.20.2.5 2005/03/08 00:30:12 glen - some progress ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nagios-plugins.spec?r1=1.20.2.5&r2=1.20.2.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
