rpms/nagios/FC-5 nagios.spec,1.10,1.11

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu May 4 03:32:47 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/nagios/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16458/FC-5

Modified Files:
	nagios.spec 
Log Message:
- Upstream released 2.3
- Bug fix for negative HTTP content_length header in CGIs
- Added missing links for notes_url and action_url to service column of status detail page




Index: nagios.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios/FC-5/nagios.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nagios.spec	21 Feb 2006 10:36:06 -0000	1.10
+++ nagios.spec	4 May 2006 03:32:47 -0000	1.11
@@ -1,5 +1,5 @@
 Name: nagios
-Version: 2.0
+Version: 2.3
 Release: 1%{?dist}
 Summary: Host/service/network monitoring program
 
@@ -76,9 +76,9 @@
 
 %{__sed} -e "s| package Embed::Persistent;|#\!%{_bindir}/perl\npackage Embed::Persistent;|" < p1.pl > p1.pl.fedora
 %{__sed} -e "s/# chkconfig: 345/# chkconfig: - /" \
-	 -e "s|NagiosCmd=/var/log/nagios/rw/nagios.cmd|NagiosCmd=%{_localstatedir}/spool/%{name}/nagios.cmd|" < daemon-init > daemon-init.fedora
+	 -e "s|NagiosCmd=/var/log/nagios/rw/nagios.cmd|NagiosCmd=%{_localstatedir}/spool/%{name}/cmd/nagios.cmd|" < daemon-init > daemon-init.fedora
 %{__sed} -e "s|resource.cfg|private/resource.cfg|" \
-	 -e "s|command_file=/var/log/nagios/rw/nagios.cmd|command_file=%{_localstatedir}/spool/%{name}/nagios.cmd|" < sample-config/nagios.cfg > sample-config/nagios.cfg.fedora
+	 -e "s|command_file=/var/log/nagios/rw/nagios.cmd|command_file=%{_localstatedir}/spool/%{name}/cmd/nagios.cmd|" < sample-config/nagios.cfg > sample-config/nagios.cfg.fedora
 %{__sed} -e "s|/usr/lib/|%{_libdir}/|" %{SOURCE2} > %{name}.htaccess
 %{__mv} -f sample-config/nagios.cfg.fedora sample-config/nagios.cfg
 echo >> html/stylesheets/common.css
@@ -86,7 +86,7 @@
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} INSTALL_OPTS="" COMMAND_OPTS="" install-config
-%{__install} -d -m 0775 %{buildroot}/%{_localstatedir}/spool/%{name}
+%{__install} -d -m 0775 %{buildroot}/%{_localstatedir}/spool/%{name}/cmd
 %{__install} -d -m 0755 %{buildroot}/%{_prefix}/include/%{name}
 %{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name}
 %{__install} -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name}/private
@@ -145,7 +145,8 @@
 
 %attr(0750,root,root) %dir %{_sysconfdir}/%{name}/private
 %attr(0640,root,root) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg-sample
-%attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}
+%attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name}
+%attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd
 %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}
 %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}/archives
 
@@ -154,7 +155,34 @@
 %{_includedir}/%{name}
 
 %changelog
-* Tue Feb 21 2006 Mike McGrath imlinux at gmail.com> 2.0-1
+* Wed May 03 2006 Mike McGrath <imlinux at gmail.com> 2.3-1
+- Upstream released 2.3
+- Bug fix for negative HTTP content_length header in CGIs
+- Added missing links for notes_url and action_url to service column of status detail page 
+
+* Tue May 02 2006 Mike McGrath <imlinux at gmail.com> 2.2-3
+- Upstream released 2.2
+- Updated the cmd file to point to /var/spool/nagios/cmd/nagios.cmd
+- 2.2 --------------------------------------------------
+- Minor bug fix in availability CGI
+- Bug fix with temporary file location used for retention data
+- Fix for segfault that occurred in 2.1 during service flapping notifications 
+- 2.1 --------------------------------------------------
+- Changed freshness logic so that passive checks don't immediately go stale after program restart
+- Bug fix for minor memory leak in object cleanup code
+- Bug fix for flapping notifications during scheduled downtime
+- Bug fix for $TOTALHOSTSDOWNUNHANDLED$ macro
+- Bug fix in sample minimal.cfg file
+- Bug fix in status CGI when displaying servicegroups
+- Bug fixes in computation of indeterminate time and scheduled downtime in availability CGI
+- Bug fix with not deleting all comments associated with a service
+- Lowered max plugin output length from 348 to 332 chars to run on 64-bit systems without problems
+- Minor fix to p1.pl for embedded Perl interpreter
+- Minor fixes to WAP interface (statuswml CGI)
+- Minor bug fix to VRML interface (statuswrl CGI)
+- Minor doc updates 
+
+* Tue Feb 21 2006 Mike McGrath <imlinux at gmail.com> 2.0-1
 - Upstream released 2.0 (changes below)
 - Fix for segfault in timed event queue
 - Removed length limitations for object vars/vals




More information about the fedora-extras-commits mailing list