Difference Between Revision 1 and server:monitoring / icinga
[-] [+] | Deleted | icinga.changes |
@@ -1,70 +0,0 @@ -------------------------------------------------------------------- -Sat Feb 15 17:51:47 UTC 2014 - cs@linux-administrator.com - -- update to release 1.8.6 - -------------------------------------------------------------------- -Mon Jan 14 19:14:30 UTC 2013 - cs@linux-administrator.com - -- update to release 1.8.4 - -------------------------------------------------------------------- -Sun Dec 2 14:59:02 UTC 2012 - cs@linux-administrator.com - -- update to release 1.8.2 - -------------------------------------------------------------------- -Sat Nov 3 11:36:26 UTC 2012 - cs@linux-administrator.com - -- update to release 1.8.1 - -------------------------------------------------------------------- -Sun Oct 21 10:09:12 UTC 2012 - cs@linux-administrator.com - -- update to release 1.8.0 - -------------------------------------------------------------------- -Tue Jun 19 08:24:47 UTC 2012 - cs@linux-administrator.com - -- update to release 1.7.1 - -------------------------------------------------------------------- -Tue May 15 19:57:36 UTC 2012 - cs@linux-administrator.com - -- update to release 1.7.0 - -------------------------------------------------------------------- -Fri Dec 2 21:09:39 UTC 2011 - cs@linux-administrator.com - -- update to release 1.6.1 - -------------------------------------------------------------------- -Fri Sep 9 20:46:07 UTC 2011 - cs@linux-administrator.com - -- update to release 1.5.1 - -------------------------------------------------------------------- -Thu Aug 25 20:49:52 UTC 2011 - cs@linux-administrator.com - -- update to release 1.5.0 - -------------------------------------------------------------------- -Mon Aug 15 20:09:56 UTC 2011 - cs@linux-administrator.com - -- update to release 1.5.0 beta - -------------------------------------------------------------------- -Wed Jun 29 20:54:43 UTC 2011 - cs@linux-administrator.com - -- update to release 1.4.2 - -------------------------------------------------------------------- -Wed Jun 8 18:36:40 UTC 2011 - cs@linux-administrator.com - -- update to release 1.4.1 - -------------------------------------------------------------------- -Sun May 22 18:36:19 UTC 2011 - cs@linux-administrator.com - -- update to release 1.4.0 - | ||
[-] [+] | Changed | icinga.spec ^ |
[-] [+] | Added | icinga-ido2db-init-lsb.patch ^ |
@@ -0,0 +1,13 @@ +--- rc.ido2db.in.orig 2009-09-27 12:10:57.000000000 +0200 ++++ rc.ido2db.in 2009-09-27 12:11:15.000000000 +0200 +@@ -2,8 +2,8 @@ + # + ### BEGIN INIT INFO + # Provides: ido2db +-# Required-Start: +-# Required-Stop: ++# Required-Start: $syslog $remote_fs ++# Required-Stop: $syslog $remote_fs + # Default-Start: 2 3 4 5 + # Default-Stop: 0 1 6 + # Short-Description: Icinga IDO2DB Initscript | ||
[-] [+] | Added | icinga-init-lsb.patch ^ |
@@ -0,0 +1,22 @@ +--- daemon-init.in.orig 2009-06-16 23:28:56.000000000 +0200 ++++ daemon-init.in 2009-07-19 13:56:01.000000000 +0200 +@@ -28,7 +28,18 @@ + # Description: Starts and stops the Icinga monitor + # used to provide network services status. + # +- ++### BEGIN INIT INFO ++# Provides: icinga ++# Required-Start: $syslog $remote_fs ++# Should-Start: $time sendmail ++# Required-Stop: $syslog $remote_fs ++# Should-Stop: $time sendmail ++# Default-Start: 3 5 ++# Default-Stop: 0 1 2 6 ++# Short-Description: Icinga network monitor ++# Description: Icinga network monitor ++### END INIT INFO ++ + status_icinga () + { + | ||
Changed | icinga-1.3.1.tar.bz2 ^ | |
[-] [+] | Changed | icinga-rpmlintrc ^ |
@@ -1,6 +1,6 @@ from Config import * -addFilter("postun-without-%insserv_cleanup") -addFilter("preun-without-%stop_on_removal-preun") -addFilter("permissions-directory-setuid-bit") +addFilter("icinga.* postun-without-%insserv_cleanup") +addFilter("icinga.* preun-without-%stop_on_removal-preun") +addFilter("icinga.* permissions-directory-setuid-bit") addFilter("non-standard-uid") addFilter("files-duplicate") |