Index: head/net-mgmt/icinga/Makefile =================================================================== --- head/net-mgmt/icinga/Makefile (revision 297300) +++ head/net-mgmt/icinga/Makefile (revision 297301) @@ -1,131 +1,161 @@ # New ports collection makefile for: icinga # Date created: 2012/02/10 # Whom: chinsan # # $FreeBSD$ # PORTNAME= icinga -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= lme@FreeBSD.org COMMENT= Enterprise grade open source monitoring system based on nagios LICENSE= GPLv2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins USE_ICONV= yes USE_PERL5_BUILD= yes USE_AUTOTOOLS= autoconf libltdl USE_RC_SUBR= icinga -OPTIONS= EMBEDDED_PERL "Enable embedded Perl [requires Perl 5.8.0+]" off \ +OPTIONS= EMBEDDED_PERL "Enable embedded Perl" on \ NANOSLEEP "Use nanosleep in event timing" off \ - EVENT_BROKER "Enable event broker functionality" off \ UNHANDLED_HACK "Display passive checks in unhandled queries" off \ + IDOUTILS "Enable IDOUtils" on \ + MYSQL "Depend on MySQL" off \ + PGSQL "Depend on PostgreSQL" off \ + APACHE "Depend on Apache and install webconfig" off GNU_CONFIGURE= yes ICINGAUSER?= icinga ICINGAGROUP?= icinga ICINGADIR?= /var/spool/icinga ICINGAUID= 183 ICINGAGID= ${ICINGAUID} ICINGAWWWDIR?= www/icinga ICINGAHTMURL?= /icinga ICINGACGIURL?= ${ICINGAHTMURL}/cgi-bin .include CPPFLAGS+= -I${LOCALBASE}/include -fPIC CFLAGS+= ${CPPFLAGS} CONFIGURE_ARGS= --with-command-user=${ICINGAUSER} \ --with-command-group=${WWWGRP} \ --with-icinga-user=${ICINGAUSER} \ --with-icinga-group=${ICINGAGROUP} \ --with-htmurl=${ICINGAHTMURL} \ --with-cgiurl=${ICINGACGIURL} \ --sbindir=${PREFIX}/${ICINGAWWWDIR}/cgi-bin \ --libexecdir=${PREFIX}/libexec/icinga \ --datarootdir=${PREFIX}/${ICINGAWWWDIR} \ --datadir=${PREFIX}/${ICINGAWWWDIR} \ --sysconfdir=${PREFIX}/etc/icinga \ --localstatedir=${ICINGADIR} \ - --with-httpd-conf=${PREFIX}/etc \ --with-checkresult-dir=${ICINGADIR}/checkresults \ - --disable-statuswrl + --enable-event-broker CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ PERL=${PERL} MAKE_JOBS_UNSAFE= yes -INSTALL_TARGET= install install-commandmode install-config +INSTALL_TARGET= install install-commandmode install-config install-eventhandlers PLIST_SUB= ICINGADIR=${ICINGADIR} \ ICINGAWWWDIR=${ICINGAWWWDIR} \ ICINGAUSER=${ICINGAUSER} \ ICINGAGROUP=${ICINGAGROUP} \ ICINGAUID=${ICINGAUID} \ ICINGAGID=${ICINGAGID} \ ICINGAHTMURL=${ICINGAHTMURL} \ ICINGACGIURL=${ICINGACGIURL} \ WWWGRP=${WWWGRP} SUB_FILES= pkg-install \ pkg-deinstall \ pkg-message # XXX: Don't remove PREFIX from SUB_LIST here. SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} -USE_PHP= yes - .if defined(WITH_EMBEDDED_PERL) USE_PERL5= 5.8.0+ CONFIGURE_ARGS+= --enable-embedded-perl \ --with-perlcache PLIST_SUB+= EMBEDDED_PERL="" .else PLIST_SUB+= EMBEDDED_PERL="@comment " .endif .if defined(WITH_NANOSLEEP) CONFIGURE_ARGS+= --enable-nanosleep .endif -.if defined(WITH_EVENT_BROKER) -CONFIGURE_ARGS+= --enable-event-broker +.if defined(WITH_IDOUTILS) +LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi-drivers +CONFIGURE_ARGS+= --enable-idoutils \ + --enable-ssl \ + --with-dbi-lib=${LOCALBASE}/lib \ + --with-dbi-inc=${LOCALBASE}/include +INSTALL_TARGET+= install-idoutils +USE_RC_SUBR+= ido2db +PLIST_SUB+= IDOUTILS="" .else -CONFIGURE_ARGS+= --disable-event-broker +PLIST_SUB+= IDOUTILS="@comment " .endif +.if defined(WITH_MYSQL) +USE_MYSQL= yes +.endif + +.if defined(WITH_PGSQL) +USE_PGSQL= yes +.endif + +.if defined(WITH_APACHE) +USE_APACHE= 22+ +CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra +INSTALL_TARGET+= install-webconf +PLIST_SUB+= APACHE="" +.else +PLIST_SUB+= APACHE="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's#/bin/ping#/sbin/ping#' ${WRKSRC}/sample-config/cgi.cfg.in @${REINPLACE_CMD} -e 's#Linux#FreeBSD#' ${WRKSRC}/sample-config/icinga.cfg.in @${REINPLACE_CMD} -e 's#775#755#g; s#664#644#g' ${WRKSRC}/html/Makefile.in .if defined(WITH_UNHANDLED_HACK) @${REINPLACE_CMD} -e 's#;serviceprops=42\&#;serviceprops=10\&#g' \ -e 's#;hostprops=42\"#;hostprops=10\"#g' ${WRKSRC}/html/menu.html.in .endif @${FIND} ${WRKSRC} -name '*.orig' -delete pre-su-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL post-install: +.if !defined(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR}/idoutils/ + ${MKDIR} ${EXAMPLESDIR}/idoutils/config/ + ${MKDIR} ${EXAMPLESDIR}/idoutils/db + cd ${WRKSRC}/module/idoutils/config && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/idoutils/config + cd ${WRKSRC}/module/idoutils/db && ${COPYTREE_SHARE} . ${EXAMPLESDIR}/idoutils/db +.endif @${CHMOD} 775 ${ICINGADIR} ${ICINGADIR}/archives ${ICINGADIR}/checkresults ${ICINGADIR}/rw @${CHOWN} ${ICINGAUSER}:${ICINGAGROUP} ${ICINGADIR} ${ICINGADIR}/archives ${ICINGADIR}/checkresults @${CHOWN} ${ICINGAUSER}:${WWWGRP} ${ICINGADIR}/rw @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/icinga/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net-mgmt/icinga/distinfo =================================================================== --- head/net-mgmt/icinga/distinfo (revision 297300) +++ head/net-mgmt/icinga/distinfo (revision 297301) @@ -1,2 +1,2 @@ -SHA256 (icinga-1.6.1.tar.gz) = 80b980272dd45bcd14b79d98b1125d6aa4184c20644863f71d9f3e00fbced89b -SIZE (icinga-1.6.1.tar.gz) = 12880538 +SHA256 (icinga-1.7.0.tar.gz) = e0d033e37bd3c4fb6a35151cc94aae4ca8e730510d9156ea755245728f8acb8b +SIZE (icinga-1.7.0.tar.gz) = 12939198 Property changes on: head/net-mgmt/icinga/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net-mgmt/icinga/files/icinga.in =================================================================== --- head/net-mgmt/icinga/files/icinga.in (revision 297300) +++ head/net-mgmt/icinga/files/icinga.in (revision 297301) @@ -1,103 +1,111 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: icinga -# REQUIRE: DAEMON -# BEFORE: LOGIN +# REQUIRE: LOGIN # KEYWORD: shutdown - # # Add the following lines to /etc/rc.conf to enable icinga: # icinga_enable (bool): Set to "NO" by default. # Set it to "YES" to enable icinga. # icinga_precache (bool): Set to "NO" by default. # Set it to "YES" to enable pre-caching. # icinga_flags (str): Set to "" by default. # icinga_configfile (str): Set to "%%PREFIX%%/etc/icinga/icinga.cfg" by default. # . /etc/rc.subr name="icinga" rcvar=icinga_enable +load_rc_config "${name}" + +: ${icinga_enable:="NO"} +: ${icinga_configfile="%%PREFIX%%/etc/icinga/icinga.cfg"} +: ${icinga_precache:="NO"} + command="%%PREFIX%%/bin/icinga" command_args="-d" extra_commands="reload" pidfile="%%ICINGADIR%%/icinga.lock" icinga_user="%%ICINGAUSER%%" +icinga_group="%%ICINGAGROUP%%" +icinga_logfile="%%ICINGADIR%%/${name}.log" +icinga_statusfile="%%ICINGADIR%%/status.sav" +icinga_cmdfile="%%ICINGADIR%%/rw/${name}.cmd" + start_precmd="start_precmd" stop_postcmd="stop_postcmd" restart_precmd="icinga_checkconfig" reload_precmd="reload_precmd" sig_reload=HUP -[ -z "${icinga_enable}" ] && icinga_enable="NO" -[ -z "${icinga_configfile}" ] && icinga_configfile="%%PREFIX%%/etc/icinga/icinga.cfg" -[ -z "${icinga_precache}" ] && icinga_precache="NO" - -load_rc_config "${name}" - required_files="${icinga_configfile}" command_args="${command_args} ${icinga_configfile}" icinga_cacheconfig() { if ! checkyesno icinga_precache; then return 0 fi echo -n "Pre-Caching icinga configuration: " ${command} -pv ${icinga_configfile} 2>&1 >/dev/null if [ $? != 0 ]; then echo "FAILED" ${command} -v ${icinga_configfile} return 1 else command_args="-u -x ${command_args}" echo "OK" fi } icinga_checkconfig() { echo -n "Performing sanity check of icinga configuration: " ${command} -v ${icinga_configfile} 2>&1 >/dev/null if [ $? != 0 ]; then echo "FAILED" ${command} -v ${icinga_configfile} return 1 else echo "OK" fi } reload_precmd() { if ! icinga_checkconfig; then return 1 fi if ! icinga_cacheconfig; then return 1 fi } start_precmd() { if ! icinga_checkconfig; then return 1 fi if ! icinga_cacheconfig; then return 1 fi - su -m "${icinga_user}" -c "touch \"%%ICINGADIR%%/icinga.log\" \"%%ICINGADIR%%/status.sav\"" - rm -f "%%ICINGADIR%%/rw/icinga.cmd" + if [ ! -f "${icinga_logfile}" ]; then + install -o "${icinga_user}" -g "${icinga_group}" -m 644 /dev/null "${icinga_logfile}" + fi + if [ ! -f "${icinga_statusfile}" ]; then + install -o "${icinga_user}" -g "${icinga_group}" -m 644 /dev/null "${icinga_statusfile}" + fi + rm -f "${icinga_cmdfile}" } stop_postcmd() { - rm -f "%%ICINGADIR%%/icinga.tmp" "%%ICINGADIR%%/rw/icinga.cmd" + rm -f "%%ICINGADIR%%/icinga.tmp" "${icinga_cmdfile}" } run_rc_command "$1" Property changes on: head/net-mgmt/icinga/files/icinga.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icinga/files/ido2db.in =================================================================== --- head/net-mgmt/icinga/files/ido2db.in (nonexistent) +++ head/net-mgmt/icinga/files/ido2db.in (revision 297301) @@ -0,0 +1,31 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: ido2db +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf to enable ido2db: +# ido2db_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable ido2db. +# icinga_configfile (str): Set to "%%PREFIX%%/etc/icinga/ido2db.cfg" by default. + +. /etc/rc.subr + +name="ido2db" +rcvar=ido2db_enable + +load_rc_config "${name}" + +: ${ido2db_enable:="NO"} +: ${ido2db_configfile="%%PREFIX%%/etc/icinga/ido2db.cfg"} + +command="%%PREFIX%%/bin/${name}" +command_args="-c" + +required_files="${ido2db_configfile}" +command_args="${command_args} ${ido2db_configfile}" + +run_rc_command "$1" Property changes on: head/net-mgmt/icinga/files/ido2db.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-Makefile.in =================================================================== --- head/net-mgmt/icinga/files/patch-Makefile.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-Makefile.in (revision 297301) @@ -1,78 +1,112 @@ ---- Makefile.in.orig 2011-08-24 13:57:57.000000000 +0000 -+++ Makefile.in 2011-09-06 00:15:49.832669725 +0000 -@@ -383,13 +383,13 @@ +--- Makefile.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ Makefile.in 2012-05-16 21:00:54.567967366 +0000 +@@ -362,13 +362,13 @@ $(MAKE) install-basic install-basic: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CHECKRESULTDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBEXECDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CHECKRESULTDIR) if [ $(INSTALLPERLSTUFF) = yes ]; then \ - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(P1FILELOC); \ - $(INSTALL) -m 664 $(INSTALL_OPTS) p1.pl $(DESTDIR)$(P1FILELOC); \ + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(P1FILELOC); \ + $(INSTALL) -m 644 $(INSTALL_OPTS) p1.pl $(DESTDIR)$(P1FILELOC); \ fi; @echo "" -@@ -418,22 +418,22 @@ +@@ -405,23 +405,23 @@ install-config: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg - $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg -- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg +- $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg - $(INSTALL) -b -m 664 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/objects ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/conf.d + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR)/modules + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/icinga.cfg $(DESTDIR)$(CFGDIR)/icinga.cfg-sample -+ $(INSTALL) -b -m 640 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg-sample ++ $(INSTALL) -b -m 660 $(INSTALL_OPTS) sample-config/resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/cgi.cfg $(DESTDIR)$(CFGDIR)/cgi.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/cgiauth.cfg $(DESTDIR)$(CFGDIR)/cgiauth.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/templates.cfg $(DESTDIR)$(CFGDIR)/objects/templates.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/commands.cfg $(DESTDIR)$(CFGDIR)/objects/commands.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/contacts.cfg-sample -+ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/contacts.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg-sample ++ $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/notifications.cfg $(DESTDIR)$(CFGDIR)/objects/notifications.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/objects/timeperiods.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/localhost.cfg $(DESTDIR)$(CFGDIR)/objects/localhost.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/windows.cfg $(DESTDIR)$(CFGDIR)/objects/windows.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/printer.cfg $(DESTDIR)$(CFGDIR)/objects/printer.cfg-sample + $(INSTALL) -b -m 644 $(INSTALL_OPTS) sample-config/template-object/switch.cfg $(DESTDIR)$(CFGDIR)/objects/switch.cfg-sample @echo "" @echo "*** Config files installed ***" -@@ -444,7 +444,7 @@ +@@ -432,7 +432,7 @@ @echo "" install-webconf: - $(MKDIR) -p -m 775 $(DESTDIR)$(HTTPD_CONF) + $(MKDIR) -p -m 755 $(DESTDIR)$(HTTPD_CONF) $(INSTALL) -m 644 sample-config/httpd.conf $(DESTDIR)$(HTTPD_CONF)/icinga.conf @echo "" -@@ -497,7 +497,6 @@ +@@ -481,7 +481,7 @@ + install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) -- chmod g+s $(DESTDIR)$(EXTCMDFILEDIR) +- $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) ++ $(INSTALL) -m 755 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR) + chmod g+s $(DESTDIR)$(EXTCMDFILEDIR) @echo "" - @echo "*** External command directory configured ***" +@@ -489,18 +489,18 @@ + @echo "" + + install-eventhandlers: +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event +- $(INSTALL) -b -m 774 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1 ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/submit_check_result $(DESTDIR)$(EVENTHANDLERDIR)/submit_check_result ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/disable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/disable_active_service_checks ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/enable_active_service_checks $(DESTDIR)$(EVENTHANDLERDIR)/enable_active_service_checks ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/disable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/disable_notifications ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/enable_notifications $(DESTDIR)$(EVENTHANDLERDIR)/enable_notifications ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/obsessive_svc_handler $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/obsessive_svc_handler ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/distributed-monitoring/submit_check_result_via_nsca $(DESTDIR)$(EVENTHANDLERDIR)/distributed-monitoring/submit_check_result_via_nsca ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-host-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-host-event ++ $(INSTALL) -b -m 755 $(INSTALL_OPTS) contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event $(DESTDIR)$(EVENTHANDLERDIR)/redundancy-scenario1/handle-master-proc-event + + @echo "" + @echo "*** Sample Eventhandlers installed ***" Property changes on: head/net-mgmt/icinga/files/patch-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-base-Makefile.in =================================================================== --- head/net-mgmt/icinga/files/patch-base-Makefile.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-base-Makefile.in (revision 297301) @@ -1,15 +1,13 @@ ---- base/Makefile.in~ 2010-10-23 01:22:32.000000000 +0800 -+++ base/Makefile.in 2011-02-16 13:42:58.000000000 +0800 -@@ -205,9 +205,9 @@ +--- base/Makefile.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ base/Makefile.in 2012-05-16 19:18:25.684923160 +0000 +@@ -207,8 +207,8 @@ $(MAKE) install-basic install-basic: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) -- $(INSTALL) -m 774 $(INSTALL_OPTS) @icinga_name@ $(DESTDIR)$(BINDIR) -- $(INSTALL) -m 774 $(INSTALL_OPTS) @icingastats_name@ $(DESTDIR)$(BINDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) -+ $(INSTALL) -m 755 $(INSTALL_OPTS) @icinga_name@ $(DESTDIR)$(BINDIR) -+ $(INSTALL) -m 755 $(INSTALL_OPTS) @icingastats_name@ $(DESTDIR)$(BINDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) @icinga_name@ $(DESTDIR)$(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) @icingastats_name@ $(DESTDIR)$(BINDIR) - strip-post-install: - $(STRIP) $(DESTDIR)$(BINDIR)/@icinga_name@ Property changes on: head/net-mgmt/icinga/files/patch-base-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-cgi-Makefile.in =================================================================== --- head/net-mgmt/icinga/files/patch-cgi-Makefile.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-cgi-Makefile.in (revision 297301) @@ -1,16 +1,16 @@ ---- cgi/Makefile.in.orig 2011-08-24 13:57:57.000000000 +0000 -+++ cgi/Makefile.in 2011-09-05 22:27:34.493376507 +0000 -@@ -198,10 +198,10 @@ +--- cgi/Makefile.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ cgi/Makefile.in 2012-05-16 19:18:25.683923624 +0000 +@@ -199,10 +199,10 @@ $(MAKE) install-basic install-basic: - $(INSTALL) -m 775 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(CGILOGDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(CGILOGDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) for file in *.cgi; do \ - $(INSTALL) -m 775 $(INSTALL_OPTS) $$file $(DESTDIR)$(CGIDIR); \ + $(INSTALL) -m 755 $(INSTALL_OPTS) $$file $(DESTDIR)$(CGIDIR); \ done strip-post-install: Property changes on: head/net-mgmt/icinga/files/patch-cgi-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-configure.in =================================================================== --- head/net-mgmt/icinga/files/patch-configure.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-configure.in (revision 297301) @@ -1,53 +1,62 @@ ---- configure.in.orig 2011-08-24 13:57:57.000000000 +0000 -+++ configure.in 2011-09-05 22:30:37.899355262 +0000 +--- configure.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ configure.in 2012-05-16 21:05:28.973178226 +0000 @@ -6,7 +6,6 @@ AC_INIT(base/icinga.c) - AC_CONFIG_HEADER(include/config.h include/snprintf.h) + AC_CONFIG_HEADER(include/config.h) -AC_PREFIX_DEFAULT(/usr/local/icinga) PKG_NAME=icinga-core - PKG_VERSION="1.5.0" -@@ -144,7 +143,15 @@ + PKG_VERSION="1.7.0" +@@ -144,6 +143,15 @@ dnl Test for pthreads support - taken from ICU FreeBSD Port configure script THREADLIBS="" have_pthreads="no" +have_thr="no" - ++ +dnl Prefer libthr(3) over libpthread(3) due to serious process hanging issues +AC_CHECK_LIB(thr,pthread_create) +if test $ac_cv_lib_thr_pthread_create = yes; then + THREADLIBS="-lthr" + have_pthreads="yes" + have_thr="yes" +else + dnl FreeBSD: Try ports/linuxthreads first - Mammad Zadeh dnl FreeBSD -pthread check - Jonathan McDowell - AC_DEFUN([AC_PTHREAD_FREEBSD],[ -@@ -205,6 +212,7 @@ +@@ -205,6 +213,7 @@ if test $have_pthreads = "no"; then AC_PTHREAD_FREEBSD fi +fi AC_SUBST(THREADLIBS) -@@ -223,7 +231,7 @@ +@@ -223,7 +232,7 @@ AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$icinga_user",[user name to run nagios]) AC_DEFINE_UNQUOTED(DEFAULT_ICINGA_GROUP,"$icinga_grp",[group name to run nagios]) AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_GROUP,"$icinga_grp",[group name to run nagios]) -INSTALL_OPTS="-o $icinga_user -g $icinga_grp" +INSTALL_OPTS="-o root -g wheel" AC_SUBST(INSTALL_OPTS) AC_ARG_WITH(command_user,AC_HELP_STRING([--with-command-user=],[sets user name for command access]),command_user=$withval,command_user=$icinga_user) -@@ -950,6 +958,9 @@ +@@ -414,7 +423,7 @@ + P1FILELOC=no + AC_ARG_WITH(p1-file-dir,AC_HELP_STRING([--with-p1-file-dir=],[sets path to embedded perl p1.pl directory]),P1FILELOC=$withval,P1FILELOC=no) + if test x$P1FILELOC = xno; then +- P1FILELOC="$libdir" ++ P1FILELOC="$bindir" + fi + AC_SUBST(P1FILELOC) + +@@ -1033,6 +1042,9 @@ AC_DEFINE_UNQUOTED(EMBEDDEDPERL,,[Is embedded Perl being compiled in?]) PERLLIBS="`perl -MExtUtils::Embed -e ldopts`" + if test x$have_thr = xyes; then + PERLLIBS="`echo $PERLLIBS | sed 's#pthread #lthr #'`" + fi PERLDIR="`perl -MConfig -e 'print $Config{installsitearch}'`" CFLAGS="${CFLAGS} `perl -MExtUtils::Embed -e ccopts`" USEPERL=yes Property changes on: head/net-mgmt/icinga/files/patch-configure.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-contrib-Makefile.in =================================================================== --- head/net-mgmt/icinga/files/patch-contrib-Makefile.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-contrib-Makefile.in (revision 297301) @@ -1,17 +1,17 @@ ---- contrib/Makefile.in.orig 2011-08-24 13:57:57.000000000 +0000 -+++ contrib/Makefile.in 2011-09-05 22:31:21.616521093 +0000 -@@ -51,10 +51,10 @@ +--- contrib/Makefile.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ contrib/Makefile.in 2012-05-16 19:18:25.684923160 +0000 +@@ -52,10 +52,10 @@ devclean: distclean install: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) - for f in $(CGIS); do $(INSTALL) -m 775 $(INSTALL_OPTS) $$f $(DESTDIR)$(CGIDIR); done - for f in $(UTILS); do $(INSTALL) -m 775 $(INSTALL_OPTS) $$f $(DESTDIR)$(BINDIR); done + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(CGIDIR) + $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) + for f in $(CGIS); do $(INSTALL) -m 755 $(INSTALL_OPTS) $$f $(DESTDIR)$(CGIDIR); done + for f in $(UTILS); do $(INSTALL) -m 755 $(INSTALL_OPTS) $$f $(DESTDIR)$(BINDIR); done ############################################################################## # rules and dependencies for actual target programs Property changes on: head/net-mgmt/icinga/files/patch-contrib-Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-include-locations.h.in =================================================================== --- head/net-mgmt/icinga/files/patch-include-locations.h.in (revision 297300) +++ head/net-mgmt/icinga/files/patch-include-locations.h.in (revision 297301) @@ -1,11 +1,11 @@ ---- include/locations.h.in.orig Tue May 1 08:15:57 2007 -+++ include/locations.h.in Fri Jul 20 15:52:49 2007 -@@ -20,7 +20,7 @@ +--- include/locations.h.in.orig 2012-05-15 13:00:56.000000000 +0000 ++++ include/locations.h.in 2012-05-16 19:25:19.455922365 +0000 +@@ -21,7 +21,7 @@ - #define DEFAULT_TEMP_FILE "@localstatedir@/tempfile" + #define DEFAULT_TEMP_FILE "@STATEDIR@/tempfile" #define DEFAULT_TEMP_PATH "/tmp" --#define DEFAULT_CHECK_RESULT_PATH "@localstatedir@/spool/checkresults" -+#define DEFAULT_CHECK_RESULT_PATH "@localstatedir@/checkresults" - #define DEFAULT_STATUS_FILE "@localstatedir@/status.dat" - #define DEFAULT_LOG_FILE "@localstatedir@/nagios.log" - #define DEFAULT_LOG_ARCHIVE_PATH "@localstatedir@/archives/" +-#define DEFAULT_CHECK_RESULT_PATH "@STATEDIR@/spool/checkresults" ++#define DEFAULT_CHECK_RESULT_PATH "@STATEDIR@/checkresults" + #define DEFAULT_STATUS_FILE "@STATEDIR@/status.dat" + #define DEFAULT_LOG_FILE "@LOGDIR@/icinga.log" + #define DEFAULT_LOG_ARCHIVE_PATH "@LOGDIR@/archives/" Property changes on: head/net-mgmt/icinga/files/patch-include-locations.h.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in =================================================================== --- head/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in (nonexistent) +++ head/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in (revision 297301) @@ -0,0 +1,13 @@ +--- module/idoutils/src/Makefile.in.orig 2012-05-20 22:27:17.000000000 +0200 ++++ module/idoutils/src/Makefile.in 2012-05-20 22:27:40.000000000 +0200 +@@ -112,8 +112,8 @@ + @echo "Going to uninstall old idomod.o in $(DESTDIR)$(BINDIR)/idomod.o ..." + rm -f $(DESTDIR)$(BINDIR)/idomod.o + @echo "Resuming with install..." +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) ++ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(LIBDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) ido2db $(DESTDIR)$(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) log2ido $(DESTDIR)$(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) idomod.so $(DESTDIR)$(LIBDIR) Property changes on: head/net-mgmt/icinga/files/patch-module-idoutils-src-Makefile.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-mgmt/icinga/files/pkg-message.in =================================================================== --- head/net-mgmt/icinga/files/pkg-message.in (revision 297300) +++ head/net-mgmt/icinga/files/pkg-message.in (revision 297301) @@ -1,32 +1,22 @@ -********************************************************************** +************************************************************************* Enable Icinga in /etc/rc.conf with the following line: icinga_enable="YES" Configuration templates are available in %%PREFIX%%/etc/icinga as *.cfg-sample files. Copy them to *.cfg files where required and edit to suit your needs. Documentation is available in HTML form in %%PREFIX%%/%%ICINGAWWWDIR%%/docs. If you don't already have a web server running, you will need to install and configure one to finish off your Icinga installation. - When used with Apache, the following should be sufficient to publish - the web component of Icinga (modify the allow list to suit): + If you selected APACHE in Icinga's OPTION screen, the configuration + is already installed as %%LOCLABASE%%/%%APACHEETCDIR%%/extra/icinga.cfg + and you only need to source the configuration file in Apache's config. - - Order deny,allow - Deny from all - Allow from 127.0.0.1 - php_flag engine on - php_admin_value open_basedir %%PREFIX%%/%%ICINGAWWWDIR%%/:%%ICINGADIR%%/ - + If you like to use database backend with IDOutils the SQL scripts to + setup the database have been installed in + %%EXAMPLESDIR%%/idoutils/db/. - - Options ExecCGI - - - ScriptAlias %%ICINGACGIURL%%/ %%PREFIX%%/%%ICINGAWWWDIR%%/cgi-bin/ - Alias %%ICINGAHTMURL%%/ %%PREFIX%%/%%ICINGAWWWDIR%%/ - -********************************************************************** +************************************************************************* Property changes on: head/net-mgmt/icinga/files/pkg-message.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/net-mgmt/icinga/pkg-plist =================================================================== --- head/net-mgmt/icinga/pkg-plist (revision 297300) +++ head/net-mgmt/icinga/pkg-plist (revision 297301) @@ -1,722 +1,848 @@ @exec chmod 775 %%ICINGADIR%% %%ICINGADIR%%/archives %%ICINGADIR%%/checkresults %%ICINGADIR%%/rw @exec chown %%ICINGAUSER%%:%%ICINGAGROUP%% %%ICINGADIR%% %%ICINGADIR%%/archives %%ICINGADIR%%/checkresults @exec chown %%ICINGAUSER%%:%%WWWGRP%% %%ICINGADIR%%/rw @exec mkdir -p %%ICINGADIR%%/archives @exec mkdir -p %%ICINGADIR%%/checkresults @exec mkdir -p %%ICINGADIR%%/rw @exec mkdir -p %D/%%ICINGAWWWDIR%%/ssi bin/icinga bin/icingastats +%%IDOUTILS%%bin/ido2db +%%IDOUTILS%%bin/log2ido +%%IDOUTILS%%lib/idomod.so +%%IDOUTILS%%etc/icinga/ido2db.cfg-sample +%%IDOUTILS%%etc/icinga/idomod.cfg-sample etc/icinga/cgi.cfg-sample etc/icinga/cgiauth.cfg-sample etc/icinga/icinga.cfg-sample etc/icinga/objects/commands.cfg-sample etc/icinga/objects/contacts.cfg-sample etc/icinga/objects/localhost.cfg-sample etc/icinga/objects/notifications.cfg-sample etc/icinga/objects/printer.cfg-sample etc/icinga/objects/switch.cfg-sample etc/icinga/objects/templates.cfg-sample etc/icinga/objects/timeperiods.cfg-sample etc/icinga/objects/windows.cfg-sample +%%IDOUTILS%%etc/icinga/objects/ido2db_check_proc.cfg +%%IDOUTILS%%etc/icinga/modules/idoutils.cfg-sample etc/icinga/resource.cfg-sample +%%APACHE%%%%APACHEETCDIR%%/extra/icinga.conf %%EMBEDDED_PERL%%bin/p1.pl +libexec/icinga/eventhandlers/distributed-monitoring/obsessive_svc_handler +libexec/icinga/eventhandlers/distributed-monitoring/submit_check_result_via_nsca +libexec/icinga/eventhandlers/redundancy-scenario1/handle-master-host-event +libexec/icinga/eventhandlers/redundancy-scenario1/handle-master-proc-event +libexec/icinga/eventhandlers/submit_check_result +libexec/icinga/eventhandlers/disable_active_service_checks +libexec/icinga/eventhandlers/enable_active_service_checks +libexec/icinga/eventhandlers/disable_notifications +libexec/icinga/eventhandlers/enable_notifications +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db.cfg-sample +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db.cfg-sample.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/ido2db_check_proc.cfg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/idomod.cfg-sample +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/idomod.cfg-sample.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/idoutils.cfg-sample +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/config/idoutils.cfg-sample.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/mysql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-0.8.3.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0.1.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0.2-fix-object-relations.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0.2.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0.3.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.0rc.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.3.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.4.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.5.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.6.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/mysql/upgrade/mysql-upgrade-1.7.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/create_icinga_objects_oracle.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/create_oracle_sys.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/icinga_defines.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/oracle-delete.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/oracle-drop.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/oracle-truncate.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/oracle.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.0.1.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.0.2-fix-object-relations.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.0.3.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.3.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.4.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.5.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle-upgrade-1.7.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle_alter_icinga13_numbers.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle_alter_icinga13_objects.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/oracle/upgrade/oracle_recreate_icinga13_functions.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/fix/pgsql-fix-0.8.3.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/pgsql.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.0.1.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.0.3.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.3.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.4.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.5.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.6.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.7.0.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/comment_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/comments.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/contact_notification_methods.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/contact_notifications.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/contact_status.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/contactgroup_membership.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/contacts.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/downtime_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/event_handlers.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/flapping_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_comments.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_downtime_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_event_handlers.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_flapping_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_notifications.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_state_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/host_status.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/hostgroup_membership.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/hosts.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/notifications.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/scheduled_downtime.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_comments.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_downtime_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_event_handlers.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_flapping_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_notifications.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_state_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/service_status.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/servicegroup_membership.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/services.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/state_history.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/timed_event_queue.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/queries/timed_events.sql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/create_mysqldb.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/create_oracledb.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/create_pgsqldb.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/installdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/installdb.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/prepsql +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/prepsql.in +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/upgradedb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/idoutils/db/scripts/upgradedb.in %%ICINGAWWWDIR%%/cgi-bin/avail.cgi %%ICINGAWWWDIR%%/cgi-bin/cmd.cgi %%ICINGAWWWDIR%%/cgi-bin/config.cgi %%ICINGAWWWDIR%%/cgi-bin/extinfo.cgi %%ICINGAWWWDIR%%/cgi-bin/histogram.cgi %%ICINGAWWWDIR%%/cgi-bin/history.cgi %%ICINGAWWWDIR%%/cgi-bin/notifications.cgi %%ICINGAWWWDIR%%/cgi-bin/outages.cgi %%ICINGAWWWDIR%%/cgi-bin/showlog.cgi %%ICINGAWWWDIR%%/cgi-bin/status.cgi %%ICINGAWWWDIR%%/cgi-bin/statusmap.cgi %%ICINGAWWWDIR%%/cgi-bin/statuswml.cgi +%%ICINGAWWWDIR%%/cgi-bin/statuswrl.cgi %%ICINGAWWWDIR%%/cgi-bin/summary.cgi %%ICINGAWWWDIR%%/cgi-bin/tac.cgi %%ICINGAWWWDIR%%/cgi-bin/trends.cgi %%ICINGAWWWDIR%%/contexthelp/A1.html %%ICINGAWWWDIR%%/contexthelp/A2.html %%ICINGAWWWDIR%%/contexthelp/A3.html %%ICINGAWWWDIR%%/contexthelp/A4.html %%ICINGAWWWDIR%%/contexthelp/A5.html %%ICINGAWWWDIR%%/contexthelp/A6.html %%ICINGAWWWDIR%%/contexthelp/A7.html %%ICINGAWWWDIR%%/contexthelp/B1.html %%ICINGAWWWDIR%%/contexthelp/C1.html %%ICINGAWWWDIR%%/contexthelp/D1.html %%ICINGAWWWDIR%%/contexthelp/E1.html %%ICINGAWWWDIR%%/contexthelp/F1.html %%ICINGAWWWDIR%%/contexthelp/G1.html %%ICINGAWWWDIR%%/contexthelp/G2.html %%ICINGAWWWDIR%%/contexthelp/G3.html %%ICINGAWWWDIR%%/contexthelp/G4.html %%ICINGAWWWDIR%%/contexthelp/G5.html %%ICINGAWWWDIR%%/contexthelp/G6.html %%ICINGAWWWDIR%%/contexthelp/H1.html %%ICINGAWWWDIR%%/contexthelp/H2.html %%ICINGAWWWDIR%%/contexthelp/H3.html %%ICINGAWWWDIR%%/contexthelp/H4.html %%ICINGAWWWDIR%%/contexthelp/H5.html %%ICINGAWWWDIR%%/contexthelp/H6.html %%ICINGAWWWDIR%%/contexthelp/H7.html %%ICINGAWWWDIR%%/contexthelp/H8.html %%ICINGAWWWDIR%%/contexthelp/I1.html %%ICINGAWWWDIR%%/contexthelp/I2.html %%ICINGAWWWDIR%%/contexthelp/I3.html %%ICINGAWWWDIR%%/contexthelp/I4.html %%ICINGAWWWDIR%%/contexthelp/I5.html %%ICINGAWWWDIR%%/contexthelp/I6.html %%ICINGAWWWDIR%%/contexthelp/I7.html %%ICINGAWWWDIR%%/contexthelp/I8.html %%ICINGAWWWDIR%%/contexthelp/I9.html %%ICINGAWWWDIR%%/contexthelp/J1.html %%ICINGAWWWDIR%%/contexthelp/K1.html %%ICINGAWWWDIR%%/contexthelp/L1.html %%ICINGAWWWDIR%%/contexthelp/L10.html %%ICINGAWWWDIR%%/contexthelp/L11.html %%ICINGAWWWDIR%%/contexthelp/L12.html %%ICINGAWWWDIR%%/contexthelp/L13.html %%ICINGAWWWDIR%%/contexthelp/L2.html %%ICINGAWWWDIR%%/contexthelp/L3.html %%ICINGAWWWDIR%%/contexthelp/L4.html %%ICINGAWWWDIR%%/contexthelp/L5.html %%ICINGAWWWDIR%%/contexthelp/L6.html %%ICINGAWWWDIR%%/contexthelp/L7.html %%ICINGAWWWDIR%%/contexthelp/L8.html %%ICINGAWWWDIR%%/contexthelp/L9.html %%ICINGAWWWDIR%%/contexthelp/M1.html %%ICINGAWWWDIR%%/contexthelp/M2.html %%ICINGAWWWDIR%%/contexthelp/M3.html %%ICINGAWWWDIR%%/contexthelp/M4.html %%ICINGAWWWDIR%%/contexthelp/M5.html %%ICINGAWWWDIR%%/contexthelp/M6.html %%ICINGAWWWDIR%%/contexthelp/N1.html %%ICINGAWWWDIR%%/contexthelp/N2.html %%ICINGAWWWDIR%%/contexthelp/N3.html %%ICINGAWWWDIR%%/contexthelp/N4.html %%ICINGAWWWDIR%%/contexthelp/N5.html %%ICINGAWWWDIR%%/contexthelp/N6.html %%ICINGAWWWDIR%%/contexthelp/N7.html %%ICINGAWWWDIR%%/docs/de/about.html %%ICINGAWWWDIR%%/docs/de/activechecks.html %%ICINGAWWWDIR%%/docs/de/adaptive.html %%ICINGAWWWDIR%%/docs/de/addons.html %%ICINGAWWWDIR%%/docs/de/beginners.html %%ICINGAWWWDIR%%/docs/de/cachedchecks.html %%ICINGAWWWDIR%%/docs/de/cgiauth.html %%ICINGAWWWDIR%%/docs/de/cgicmd.html %%ICINGAWWWDIR%%/docs/de/cgiincludes.html %%ICINGAWWWDIR%%/docs/de/cgiparams.html %%ICINGAWWWDIR%%/docs/de/cgis.html %%ICINGAWWWDIR%%/docs/de/cgisecurity.html %%ICINGAWWWDIR%%/docs/de/ch01.html %%ICINGAWWWDIR%%/docs/de/ch02.html %%ICINGAWWWDIR%%/docs/de/ch03.html %%ICINGAWWWDIR%%/docs/de/ch04.html %%ICINGAWWWDIR%%/docs/de/ch05.html %%ICINGAWWWDIR%%/docs/de/ch06.html %%ICINGAWWWDIR%%/docs/de/ch07.html %%ICINGAWWWDIR%%/docs/de/ch08.html %%ICINGAWWWDIR%%/docs/de/ch09.html %%ICINGAWWWDIR%%/docs/de/ch10.html %%ICINGAWWWDIR%%/docs/de/ch11.html %%ICINGAWWWDIR%%/docs/de/ch12.html %%ICINGAWWWDIR%%/docs/de/checkscheduling.html %%ICINGAWWWDIR%%/docs/de/clusters.html %%ICINGAWWWDIR%%/docs/de/components.html %%ICINGAWWWDIR%%/docs/de/config.html %%ICINGAWWWDIR%%/docs/de/configcgi.html %%ICINGAWWWDIR%%/docs/de/configido.html %%ICINGAWWWDIR%%/docs/de/configmain.html %%ICINGAWWWDIR%%/docs/de/configobject.html %%ICINGAWWWDIR%%/docs/de/customobjectvars.html %%ICINGAWWWDIR%%/docs/de/db_changes.html %%ICINGAWWWDIR%%/docs/de/db_intro.html %%ICINGAWWWDIR%%/docs/de/db_model.html %%ICINGAWWWDIR%%/docs/de/dependencies.html %%ICINGAWWWDIR%%/docs/de/dependencychecks.html %%ICINGAWWWDIR%%/docs/de/distributed.html %%ICINGAWWWDIR%%/docs/de/downtime.html %%ICINGAWWWDIR%%/docs/de/embeddedperl.html %%ICINGAWWWDIR%%/docs/de/epnplugins.html %%ICINGAWWWDIR%%/docs/de/escalation_condition.html %%ICINGAWWWDIR%%/docs/de/escalations.html %%ICINGAWWWDIR%%/docs/de/eventhandlers.html %%ICINGAWWWDIR%%/docs/de/example-configs.html %%ICINGAWWWDIR%%/docs/de/extcommands.html %%ICINGAWWWDIR%%/docs/de/extcommands2.html %%ICINGAWWWDIR%%/docs/de/faststartup.html %%ICINGAWWWDIR%%/docs/de/flapping.html %%ICINGAWWWDIR%%/docs/de/freshness.html %%ICINGAWWWDIR%%/docs/de/hostchecks.html %%ICINGAWWWDIR%%/docs/de/howtos.html %%ICINGAWWWDIR%%/docs/de/icinga-api.html %%ICINGAWWWDIR%%/docs/de/icinga-web-api.html %%ICINGAWWWDIR%%/docs/de/icinga-web-config.html %%ICINGAWWWDIR%%/docs/de/icinga-web-intro.html %%ICINGAWWWDIR%%/docs/de/icinga-web-introduction.html %%ICINGAWWWDIR%%/docs/de/icinga-web-pnp.html %%ICINGAWWWDIR%%/docs/de/icinga-web-scratch.html %%ICINGAWWWDIR%%/docs/de/icinga-web.html %%ICINGAWWWDIR%%/docs/de/icingastats.html %%ICINGAWWWDIR%%/docs/de/index.html %%ICINGAWWWDIR%%/docs/de/int-mklivestatus.html %%ICINGAWWWDIR%%/docs/de/int-snmptrap.html %%ICINGAWWWDIR%%/docs/de/int-tcpwrappers.html %%ICINGAWWWDIR%%/docs/de/integration.html %%ICINGAWWWDIR%%/docs/de/ix01.html %%ICINGAWWWDIR%%/docs/de/largeinstalltweaks.html %%ICINGAWWWDIR%%/docs/de/macrolist.html %%ICINGAWWWDIR%%/docs/de/macros.html +%%ICINGAWWWDIR%%/docs/de/modified_attr.html %%ICINGAWWWDIR%%/docs/de/monitoring-linux.html %%ICINGAWWWDIR%%/docs/de/monitoring-netware.html +%%ICINGAWWWDIR%%/docs/de/monitoring-overview.html %%ICINGAWWWDIR%%/docs/de/monitoring-printers.html %%ICINGAWWWDIR%%/docs/de/monitoring-publicservices.html %%ICINGAWWWDIR%%/docs/de/monitoring-routers.html %%ICINGAWWWDIR%%/docs/de/monitoring-windows.html %%ICINGAWWWDIR%%/docs/de/mrtggraphs.html %%ICINGAWWWDIR%%/docs/de/networkreachability.html %%ICINGAWWWDIR%%/docs/de/notifications.html +%%ICINGAWWWDIR%%/docs/de/notifications2.html %%ICINGAWWWDIR%%/docs/de/nrpe.html %%ICINGAWWWDIR%%/docs/de/nsca.html %%ICINGAWWWDIR%%/docs/de/objectdefinitions.html %%ICINGAWWWDIR%%/docs/de/objectinheritance.html %%ICINGAWWWDIR%%/docs/de/objecttricks.html %%ICINGAWWWDIR%%/docs/de/oncallrotation.html %%ICINGAWWWDIR%%/docs/de/passivechecks.html %%ICINGAWWWDIR%%/docs/de/passivestatetranslation.html %%ICINGAWWWDIR%%/docs/de/perfdata.html %%ICINGAWWWDIR%%/docs/de/perfgraphs.html %%ICINGAWWWDIR%%/docs/de/pluginapi.html %%ICINGAWWWDIR%%/docs/de/plugins.html %%ICINGAWWWDIR%%/docs/de/quickstart-icinga-freebsd.html %%ICINGAWWWDIR%%/docs/de/quickstart-icinga.html %%ICINGAWWWDIR%%/docs/de/quickstart-idoutils-freebsd.html %%ICINGAWWWDIR%%/docs/de/quickstart-idoutils.html %%ICINGAWWWDIR%%/docs/de/quickstart.html +%%ICINGAWWWDIR%%/docs/de/recurring_downtimes.html %%ICINGAWWWDIR%%/docs/de/redundancy.html %%ICINGAWWWDIR%%/docs/de/reporting_1.6.html %%ICINGAWWWDIR%%/docs/de/reporting.html %%ICINGAWWWDIR%%/docs/de/security.html %%ICINGAWWWDIR%%/docs/de/servicechecks.html %%ICINGAWWWDIR%%/docs/de/stalking.html %%ICINGAWWWDIR%%/docs/de/startstop.html %%ICINGAWWWDIR%%/docs/de/statetypes.html %%ICINGAWWWDIR%%/docs/de/temp_data.html %%ICINGAWWWDIR%%/docs/de/timeperiods.html %%ICINGAWWWDIR%%/docs/de/tuning.html %%ICINGAWWWDIR%%/docs/de/upgrading.html %%ICINGAWWWDIR%%/docs/de/upgrading_icingaweb.html %%ICINGAWWWDIR%%/docs/de/upgrading_idoutils.html %%ICINGAWWWDIR%%/docs/de/verifyconfig.html %%ICINGAWWWDIR%%/docs/de/volatileservices.html %%ICINGAWWWDIR%%/docs/de/whatsnew.html %%ICINGAWWWDIR%%/docs/en/about.html %%ICINGAWWWDIR%%/docs/en/activechecks.html %%ICINGAWWWDIR%%/docs/en/adaptive.html %%ICINGAWWWDIR%%/docs/en/addons.html %%ICINGAWWWDIR%%/docs/en/beginners.html %%ICINGAWWWDIR%%/docs/en/cachedchecks.html %%ICINGAWWWDIR%%/docs/en/cgiauth.html %%ICINGAWWWDIR%%/docs/en/cgicmd.html %%ICINGAWWWDIR%%/docs/en/cgiincludes.html %%ICINGAWWWDIR%%/docs/en/cgiparams.html %%ICINGAWWWDIR%%/docs/en/cgis.html %%ICINGAWWWDIR%%/docs/en/cgisecurity.html %%ICINGAWWWDIR%%/docs/en/ch01.html %%ICINGAWWWDIR%%/docs/en/ch010.html %%ICINGAWWWDIR%%/docs/en/ch02.html %%ICINGAWWWDIR%%/docs/en/ch03.html %%ICINGAWWWDIR%%/docs/en/ch04.html %%ICINGAWWWDIR%%/docs/en/ch05.html %%ICINGAWWWDIR%%/docs/en/ch06.html %%ICINGAWWWDIR%%/docs/en/ch07.html %%ICINGAWWWDIR%%/docs/en/ch08.html %%ICINGAWWWDIR%%/docs/en/ch09.html %%ICINGAWWWDIR%%/docs/en/ch10.html %%ICINGAWWWDIR%%/docs/en/ch11.html %%ICINGAWWWDIR%%/docs/en/ch12.html %%ICINGAWWWDIR%%/docs/en/checkscheduling.html %%ICINGAWWWDIR%%/docs/en/clusters.html %%ICINGAWWWDIR%%/docs/en/config.html %%ICINGAWWWDIR%%/docs/en/configcgi.html %%ICINGAWWWDIR%%/docs/en/configido.html %%ICINGAWWWDIR%%/docs/en/configmain.html %%ICINGAWWWDIR%%/docs/en/configobject.html %%ICINGAWWWDIR%%/docs/en/customobjectvars.html %%ICINGAWWWDIR%%/docs/en/db_changes.html %%ICINGAWWWDIR%%/docs/en/db_components.html %%ICINGAWWWDIR%%/docs/en/db_example-configs.html %%ICINGAWWWDIR%%/docs/en/db_intro.html %%ICINGAWWWDIR%%/docs/en/db_model.html %%ICINGAWWWDIR%%/docs/en/dependencies.html %%ICINGAWWWDIR%%/docs/en/dependencychecks.html %%ICINGAWWWDIR%%/docs/en/distributed.html %%ICINGAWWWDIR%%/docs/en/downtime.html %%ICINGAWWWDIR%%/docs/en/embeddedperl.html %%ICINGAWWWDIR%%/docs/en/epnplugins.html %%ICINGAWWWDIR%%/docs/en/escalation_condition.html %%ICINGAWWWDIR%%/docs/en/escalations.html %%ICINGAWWWDIR%%/docs/en/eventhandlers.html %%ICINGAWWWDIR%%/docs/en/extcommands.html %%ICINGAWWWDIR%%/docs/en/extcommands2.html %%ICINGAWWWDIR%%/docs/en/faststartup.html %%ICINGAWWWDIR%%/docs/en/flapping.html %%ICINGAWWWDIR%%/docs/en/freshness.html %%ICINGAWWWDIR%%/docs/en/hostchecks.html %%ICINGAWWWDIR%%/docs/en/howtos.html %%ICINGAWWWDIR%%/docs/en/icinga-api.html %%ICINGAWWWDIR%%/docs/en/icinga-web-api.html %%ICINGAWWWDIR%%/docs/en/icinga-web-config.html %%ICINGAWWWDIR%%/docs/en/icinga-web-intro.html %%ICINGAWWWDIR%%/docs/en/icinga-web-introduction.html %%ICINGAWWWDIR%%/docs/en/icinga-web-pnp.html %%ICINGAWWWDIR%%/docs/en/icinga-web-scratch.html %%ICINGAWWWDIR%%/docs/en/icinga-web.html %%ICINGAWWWDIR%%/docs/en/icingastats.html %%ICINGAWWWDIR%%/docs/en/index.html %%ICINGAWWWDIR%%/docs/en/int-mklivestatus.html %%ICINGAWWWDIR%%/docs/en/int-snmptrap.html %%ICINGAWWWDIR%%/docs/en/int-tcpwrappers.html %%ICINGAWWWDIR%%/docs/en/integration.html %%ICINGAWWWDIR%%/docs/en/ix01.html %%ICINGAWWWDIR%%/docs/en/largeinstalltweaks.html %%ICINGAWWWDIR%%/docs/en/macrolist.html %%ICINGAWWWDIR%%/docs/en/macros.html +%%ICINGAWWWDIR%%/docs/en/modified_attr.html %%ICINGAWWWDIR%%/docs/en/monitoring-linux.html %%ICINGAWWWDIR%%/docs/en/monitoring-netware.html +%%ICINGAWWWDIR%%/docs/en/monitoring-overview.html %%ICINGAWWWDIR%%/docs/en/monitoring-printers.html %%ICINGAWWWDIR%%/docs/en/monitoring-publicservices.html %%ICINGAWWWDIR%%/docs/en/monitoring-routers.html %%ICINGAWWWDIR%%/docs/en/monitoring-windows.html %%ICINGAWWWDIR%%/docs/en/mrtggraphs.html %%ICINGAWWWDIR%%/docs/en/networkreachability.html %%ICINGAWWWDIR%%/docs/en/notifications.html +%%ICINGAWWWDIR%%/docs/en/notifications2.html %%ICINGAWWWDIR%%/docs/en/nrpe.html %%ICINGAWWWDIR%%/docs/en/nsca.html %%ICINGAWWWDIR%%/docs/en/objectdefinitions.html %%ICINGAWWWDIR%%/docs/en/objectinheritance.html %%ICINGAWWWDIR%%/docs/en/objecttricks.html %%ICINGAWWWDIR%%/docs/en/oncallrotation.html %%ICINGAWWWDIR%%/docs/en/passivechecks.html %%ICINGAWWWDIR%%/docs/en/passivestatetranslation.html %%ICINGAWWWDIR%%/docs/en/perfdata.html %%ICINGAWWWDIR%%/docs/en/perfgraphs.html %%ICINGAWWWDIR%%/docs/en/pluginapi.html %%ICINGAWWWDIR%%/docs/en/plugins.html %%ICINGAWWWDIR%%/docs/en/quickstart-icinga-freebsd.html %%ICINGAWWWDIR%%/docs/en/quickstart-icinga.html %%ICINGAWWWDIR%%/docs/en/quickstart-idoutils-freebsd.html %%ICINGAWWWDIR%%/docs/en/quickstart-idoutils.html %%ICINGAWWWDIR%%/docs/en/quickstart.html +%%ICINGAWWWDIR%%/docs/en/recurring_downtimes.html %%ICINGAWWWDIR%%/docs/en/redundancy.html %%ICINGAWWWDIR%%/docs/en/reporting_1.6.html %%ICINGAWWWDIR%%/docs/en/reporting.html %%ICINGAWWWDIR%%/docs/en/security.html %%ICINGAWWWDIR%%/docs/en/servicechecks.html %%ICINGAWWWDIR%%/docs/en/stalking.html %%ICINGAWWWDIR%%/docs/en/startstop.html %%ICINGAWWWDIR%%/docs/en/statetypes.html %%ICINGAWWWDIR%%/docs/en/temp_data.html %%ICINGAWWWDIR%%/docs/en/timeperiods.html %%ICINGAWWWDIR%%/docs/en/tuning.html %%ICINGAWWWDIR%%/docs/en/upgrading.html %%ICINGAWWWDIR%%/docs/en/upgrading_icingaweb.html %%ICINGAWWWDIR%%/docs/en/upgrading_idoutils.html %%ICINGAWWWDIR%%/docs/en/verifyconfig.html %%ICINGAWWWDIR%%/docs/en/volatileservices.html %%ICINGAWWWDIR%%/docs/en/whatsnew.html +%%ICINGAWWWDIR%%/docs/images/Architecture_1.5_800px.png %%ICINGAWWWDIR%%/docs/images/MyServiceStatus.png %%ICINGAWWWDIR%%/docs/images/activechecks.png %%ICINGAWWWDIR%%/docs/images/cachedcheckgraphs.png %%ICINGAWWWDIR%%/docs/images/cachedchecks.png %%ICINGAWWWDIR%%/docs/images/cachedchecks1.png %%ICINGAWWWDIR%%/docs/images/caution.gif %%ICINGAWWWDIR%%/docs/images/caution.png %%ICINGAWWWDIR%%/docs/images/cgi-avail-a.png %%ICINGAWWWDIR%%/docs/images/cgi-avail-b.png %%ICINGAWWWDIR%%/docs/images/cgi-cmd.png %%ICINGAWWWDIR%%/docs/images/cgi-commands.png %%ICINGAWWWDIR%%/docs/images/cgi-config.png %%ICINGAWWWDIR%%/docs/images/cgi-continue.png %%ICINGAWWWDIR%%/docs/images/cgi-extinfo-a.png %%ICINGAWWWDIR%%/docs/images/cgi-extinfo-b.png %%ICINGAWWWDIR%%/docs/images/cgi-extinfo-c.png %%ICINGAWWWDIR%%/docs/images/cgi-extinfo-d.png %%ICINGAWWWDIR%%/docs/images/cgi-general.png %%ICINGAWWWDIR%%/docs/images/cgi-histogram.png %%ICINGAWWWDIR%%/docs/images/cgi-history.png %%ICINGAWWWDIR%%/docs/images/cgi-notifications.png %%ICINGAWWWDIR%%/docs/images/cgi-outages.png %%ICINGAWWWDIR%%/docs/images/cgi-pause.png %%ICINGAWWWDIR%%/docs/images/cgi-showlog.png %%ICINGAWWWDIR%%/docs/images/cgi-status-a.png %%ICINGAWWWDIR%%/docs/images/cgi-status-b.png %%ICINGAWWWDIR%%/docs/images/cgi-status-c.png %%ICINGAWWWDIR%%/docs/images/cgi-status-d.png %%ICINGAWWWDIR%%/docs/images/cgi-statusinfo.png %%ICINGAWWWDIR%%/docs/images/cgi-statusmap.png %%ICINGAWWWDIR%%/docs/images/cgi-statuswml.png %%ICINGAWWWDIR%%/docs/images/cgi-statuswrl.png %%ICINGAWWWDIR%%/docs/images/cgi-summary.png %%ICINGAWWWDIR%%/docs/images/cgi-tac.png %%ICINGAWWWDIR%%/docs/images/cgi-trends.png %%ICINGAWWWDIR%%/docs/images/checkmark.png %%ICINGAWWWDIR%%/docs/images/checktiming.png %%ICINGAWWWDIR%%/docs/images/configoverview.png %%ICINGAWWWDIR%%/docs/images/db_model_cf.png %%ICINGAWWWDIR%%/docs/images/db_model_ct.png %%ICINGAWWWDIR%%/docs/images/db_model_cu.png %%ICINGAWWWDIR%%/docs/images/db_model_dt.png %%ICINGAWWWDIR%%/docs/images/db_model_ht.png %%ICINGAWWWDIR%%/docs/images/distributed.png %%ICINGAWWWDIR%%/docs/images/downtime.png %%ICINGAWWWDIR%%/docs/images/epn.png %%ICINGAWWWDIR%%/docs/images/eventhandlers.png %%ICINGAWWWDIR%%/docs/images/externalcommands.png %%ICINGAWWWDIR%%/docs/images/fast-startup.png %%ICINGAWWWDIR%%/docs/images/fast-startup1.png %%ICINGAWWWDIR%%/docs/images/fast-startup2.png %%ICINGAWWWDIR%%/docs/images/fig1.png %%ICINGAWWWDIR%%/docs/images/fig10.png %%ICINGAWWWDIR%%/docs/images/fig11.png %%ICINGAWWWDIR%%/docs/images/fig12.png %%ICINGAWWWDIR%%/docs/images/fig13.png %%ICINGAWWWDIR%%/docs/images/fig2.png %%ICINGAWWWDIR%%/docs/images/fig3.png %%ICINGAWWWDIR%%/docs/images/fig4.png %%ICINGAWWWDIR%%/docs/images/fig5.png %%ICINGAWWWDIR%%/docs/images/fig6.png %%ICINGAWWWDIR%%/docs/images/fig7.png %%ICINGAWWWDIR%%/docs/images/fig8.png %%ICINGAWWWDIR%%/docs/images/fig9.png %%ICINGAWWWDIR%%/docs/images/flags/de.png %%ICINGAWWWDIR%%/docs/images/flags/um_gb.png %%ICINGAWWWDIR%%/docs/images/freshness.png %%ICINGAWWWDIR%%/docs/images/host-dependencies.png %%ICINGAWWWDIR%%/docs/images/icinga-reporting_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups1_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups2_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_logs1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_principals.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_tasks.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users1_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users2_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2a.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2a_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2a_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter1_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter1_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter2_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-filter3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-host_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-host_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-hostgroup_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-hostgroup_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-log.png %%ICINGAWWWDIR%%/docs/images/icinga-web-log_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-log_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-login.png %%ICINGAWWWDIR%%/docs/images/icinga-web-main_bar.png %%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-open_problems.png %%ICINGAWWWDIR%%/docs/images/icinga-web-overview.png %%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-search1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-search1_1.3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-search1_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-search1_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-settings.png %%ICINGAWWWDIR%%/docs/images/icinga-web-settings_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-srv_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-srv_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-statuscronk.png %%ICINGAWWWDIR%%/docs/images/icinga-web-statuscronk_1.5.png %%ICINGAWWWDIR%%/docs/images/icinga-web-statuscronk_1.6.png %%ICINGAWWWDIR%%/docs/images/icinga-web-tackle1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-tackle2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-tackle3.png %%ICINGAWWWDIR%%/docs/images/icinga-web-tackle4.png %%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu1.png %%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu1_1.6.png +%%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu1_1.7.png %%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu2.png %%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu2_1.3.png %%ICINGAWWWDIR%%/docs/images/idoutils.png %%ICINGAWWWDIR%%/docs/images/important.gif %%ICINGAWWWDIR%%/docs/images/important.png %%ICINGAWWWDIR%%/docs/images/integrationoverview.png %%ICINGAWWWDIR%%/docs/images/interleaved1.png %%ICINGAWWWDIR%%/docs/images/interleaved2.png %%ICINGAWWWDIR%%/docs/images/interleaved3.png %%ICINGAWWWDIR%%/docs/images/logofullsize.png %%ICINGAWWWDIR%%/docs/images/monitoring-printers.png %%ICINGAWWWDIR%%/docs/images/monitoring-routers.png %%ICINGAWWWDIR%%/docs/images/monitoring-windows.png %%ICINGAWWWDIR%%/docs/images/multiple-templates1.png %%ICINGAWWWDIR%%/docs/images/multiple-templates2.png %%ICINGAWWWDIR%%/docs/images/nagios.jpg %%ICINGAWWWDIR%%/docs/images/ndoutils.png %%ICINGAWWWDIR%%/docs/images/network-outage1.png %%ICINGAWWWDIR%%/docs/images/network-outage2.png %%ICINGAWWWDIR%%/docs/images/noninterleaved1.png %%ICINGAWWWDIR%%/docs/images/noninterleaved2.png %%ICINGAWWWDIR%%/docs/images/note.gif %%ICINGAWWWDIR%%/docs/images/note.png %%ICINGAWWWDIR%%/docs/images/nrpe.png %%ICINGAWWWDIR%%/docs/images/nrpe_remote.png %%ICINGAWWWDIR%%/docs/images/nsca.png %%ICINGAWWWDIR%%/docs/images/nscpp.png %%ICINGAWWWDIR%%/docs/images/objects-commands.png %%ICINGAWWWDIR%%/docs/images/objects-contacts.png %%ICINGAWWWDIR%%/docs/images/objects-hosts.png %%ICINGAWWWDIR%%/docs/images/objects-services.png %%ICINGAWWWDIR%%/docs/images/objects-timeperiods.png %%ICINGAWWWDIR%%/docs/images/passivechecks.png %%ICINGAWWWDIR%%/docs/images/passivehosttranslation.png %%ICINGAWWWDIR%%/docs/images/perfdata_cached.png %%ICINGAWWWDIR%%/docs/images/perfdata_cached2.png %%ICINGAWWWDIR%%/docs/images/perfdata_cmdbuf.png %%ICINGAWWWDIR%%/docs/images/perfdata_exec.png %%ICINGAWWWDIR%%/docs/images/perfdata_extcmd.png %%ICINGAWWWDIR%%/docs/images/perfdata_host.png %%ICINGAWWWDIR%%/docs/images/perfdata_lat.png %%ICINGAWWWDIR%%/docs/images/perfdata_state_chg.png %%ICINGAWWWDIR%%/docs/images/perfdata_svc.png %%ICINGAWWWDIR%%/docs/images/plugins.png %%ICINGAWWWDIR%%/docs/images/predictive-dependency-checks.png %%ICINGAWWWDIR%%/docs/images/printer.png %%ICINGAWWWDIR%%/docs/images/reachability1.png %%ICINGAWWWDIR%%/docs/images/reachability2.png %%ICINGAWWWDIR%%/docs/images/reachability3.png %%ICINGAWWWDIR%%/docs/images/reachability4.png %%ICINGAWWWDIR%%/docs/images/redundancy.png %%ICINGAWWWDIR%%/docs/images/rep_avail.png %%ICINGAWWWDIR%%/docs/images/reptop10.png %%ICINGAWWWDIR%%/docs/images/security.png %%ICINGAWWWDIR%%/docs/images/security1.png %%ICINGAWWWDIR%%/docs/images/security2.png %%ICINGAWWWDIR%%/docs/images/security3.png %%ICINGAWWWDIR%%/docs/images/seealso.gif %%ICINGAWWWDIR%%/docs/images/service-dependencies.png %%ICINGAWWWDIR%%/docs/images/statetransitions.png %%ICINGAWWWDIR%%/docs/images/statetransitions2.png %%ICINGAWWWDIR%%/docs/images/stoprestart.png %%ICINGAWWWDIR%%/docs/images/switch.png %%ICINGAWWWDIR%%/docs/images/tac_header2.png %%ICINGAWWWDIR%%/docs/images/tcpwrappers.png %%ICINGAWWWDIR%%/docs/images/tip.gif %%ICINGAWWWDIR%%/docs/images/tip.png %%ICINGAWWWDIR%%/docs/images/tuning.png %%ICINGAWWWDIR%%/docs/images/upto.gif %%ICINGAWWWDIR%%/docs/index.html %%ICINGAWWWDIR%%/docs/robots.txt %%ICINGAWWWDIR%%/images/Icinga_Header_Webinterface.jpg %%ICINGAWWWDIR%%/images/Icinga_Header_Webinterface_Pixel.jpg %%ICINGAWWWDIR%%/images/Icinga_TAC_Header_Webinterface.jpg %%ICINGAWWWDIR%%/images/NagiosEnterprises-whitebg-112x46.png %%ICINGAWWWDIR%%/images/ack.gif %%ICINGAWWWDIR%%/images/action.gif %%ICINGAWWWDIR%%/images/application-monitor.png %%ICINGAWWWDIR%%/images/arrow-menu.png %%ICINGAWWWDIR%%/images/cmd_shadow.gif %%ICINGAWWWDIR%%/images/cmd_stop.png %%ICINGAWWWDIR%%/images/command.png %%ICINGAWWWDIR%%/images/comment.gif %%ICINGAWWWDIR%%/images/contexthelp1.gif %%ICINGAWWWDIR%%/images/contexthelp2.gif %%ICINGAWWWDIR%%/images/critical.png %%ICINGAWWWDIR%%/images/database.gif %%ICINGAWWWDIR%%/images/dd_arrow.gif %%ICINGAWWWDIR%%/images/delay.gif %%ICINGAWWWDIR%%/images/delete.gif %%ICINGAWWWDIR%%/images/detail.gif %%ICINGAWWWDIR%%/images/disabled.gif %%ICINGAWWWDIR%%/images/down.gif %%ICINGAWWWDIR%%/images/downtime.gif %%ICINGAWWWDIR%%/images/empty.gif %%ICINGAWWWDIR%%/images/enabled.gif %%ICINGAWWWDIR%%/images/export_csv.png %%ICINGAWWWDIR%%/images/export_json.png %%ICINGAWWWDIR%%/images/export_link.png %%ICINGAWWWDIR%%/images/export_xml.png %%ICINGAWWWDIR%%/images/extinfo.gif %%ICINGAWWWDIR%%/images/favicon.ico %%ICINGAWWWDIR%%/images/flapping.gif %%ICINGAWWWDIR%%/images/globe-support-150x150.png %%ICINGAWWWDIR%%/images/greendot.gif %%ICINGAWWWDIR%%/images/histogram.png %%ICINGAWWWDIR%%/images/history.gif %%ICINGAWWWDIR%%/images/hostevent.gif %%ICINGAWWWDIR%%/images/hourglass-arrow.png %%ICINGAWWWDIR%%/images/hourglass-exclamation.png %%ICINGAWWWDIR%%/images/icinga-logo.png %%ICINGAWWWDIR%%/images/icon_collapse.gif %%ICINGAWWWDIR%%/images/icon_expand.gif +%%ICINGAWWWDIR%%/images/icon_reload.png %%ICINGAWWWDIR%%/images/info.png %%ICINGAWWWDIR%%/images/interface/bar.gif %%ICINGAWWWDIR%%/images/interface/menu_blank.gif %%ICINGAWWWDIR%%/images/interface/menu_body.gif %%ICINGAWWWDIR%%/images/interface/menu_less.gif %%ICINGAWWWDIR%%/images/interface/menu_li1.gif %%ICINGAWWWDIR%%/images/interface/menu_li2.gif %%ICINGAWWWDIR%%/images/interface/menu_more.gif %%ICINGAWWWDIR%%/images/left.gif %%ICINGAWWWDIR%%/images/logofullsize.png +%%ICINGAWWWDIR%%/images/logos/Stats1.gif +%%ICINGAWWWDIR%%/images/logos/Stats2.png %%ICINGAWWWDIR%%/images/logos/icinga.gd2 %%ICINGAWWWDIR%%/images/logos/icinga.gif %%ICINGAWWWDIR%%/images/logos/icingavrml.png +%%ICINGAWWWDIR%%/images/logos/s.gif %%ICINGAWWWDIR%%/images/logos/unknown.gd2 %%ICINGAWWWDIR%%/images/logos/unknown.gif %%ICINGAWWWDIR%%/images/logrotate.png %%ICINGAWWWDIR%%/images/ndisabled.gif %%ICINGAWWWDIR%%/images/noack.gif %%ICINGAWWWDIR%%/images/notes.gif %%ICINGAWWWDIR%%/images/notify.gif %%ICINGAWWWDIR%%/images/orangedot.gif %%ICINGAWWWDIR%%/images/passiveonly.gif %%ICINGAWWWDIR%%/images/recovery.png %%ICINGAWWWDIR%%/images/redudancy.png %%ICINGAWWWDIR%%/images/redundancy.png %%ICINGAWWWDIR%%/images/restart.gif %%ICINGAWWWDIR%%/images/right.gif %%ICINGAWWWDIR%%/images/save.gif %%ICINGAWWWDIR%%/images/sblogo.png %%ICINGAWWWDIR%%/images/server.png %%ICINGAWWWDIR%%/images/serviceevent.gif %%ICINGAWWWDIR%%/images/sflogo.png %%ICINGAWWWDIR%%/images/splunk1.gif %%ICINGAWWWDIR%%/images/splunk2.gif %%ICINGAWWWDIR%%/images/start.gif %%ICINGAWWWDIR%%/images/stats.gif %%ICINGAWWWDIR%%/images/status.gif %%ICINGAWWWDIR%%/images/status2.gif %%ICINGAWWWDIR%%/images/status3.gif %%ICINGAWWWDIR%%/images/status4.gif %%ICINGAWWWDIR%%/images/stop.gif %%ICINGAWWWDIR%%/images/tacdisabled.jpg %%ICINGAWWWDIR%%/images/tacdisabled.png %%ICINGAWWWDIR%%/images/tacenabled.jpg %%ICINGAWWWDIR%%/images/tacenabled.png %%ICINGAWWWDIR%%/images/thermcrit.png %%ICINGAWWWDIR%%/images/thermok.png %%ICINGAWWWDIR%%/images/thermwarn.png %%ICINGAWWWDIR%%/images/trends.gif %%ICINGAWWWDIR%%/images/trendshost.png %%ICINGAWWWDIR%%/images/trendssvc.png %%ICINGAWWWDIR%%/images/unknown.png %%ICINGAWWWDIR%%/images/up.gif %%ICINGAWWWDIR%%/images/warning.png %%ICINGAWWWDIR%%/images/warning_triangle.gif %%ICINGAWWWDIR%%/images/weblogo1.png %%ICINGAWWWDIR%%/images/zoom1.gif %%ICINGAWWWDIR%%/images/zoom2.gif %%ICINGAWWWDIR%%/index.html %%ICINGAWWWDIR%%/js/checkbox_functions.js %%ICINGAWWWDIR%%/js/jquery-1.6.2.min.js %%ICINGAWWWDIR%%/js/jquery.dd.js %%ICINGAWWWDIR%%/js/menu.js +%%ICINGAWWWDIR%%/js/page_refresh.js %%ICINGAWWWDIR%%/js/skinnytip.js %%ICINGAWWWDIR%%/log/.htaccess %%ICINGAWWWDIR%%/log/index.htm %%ICINGAWWWDIR%%/main.html %%ICINGAWWWDIR%%/menu.html %%ICINGAWWWDIR%%/robots.txt %%ICINGAWWWDIR%%/sidebar.html %%ICINGAWWWDIR%%/stylesheets/avail.css %%ICINGAWWWDIR%%/stylesheets/checksanity.css %%ICINGAWWWDIR%%/stylesheets/cmd.css %%ICINGAWWWDIR%%/stylesheets/common.css %%ICINGAWWWDIR%%/stylesheets/config.css %%ICINGAWWWDIR%%/stylesheets/dd.css %%ICINGAWWWDIR%%/stylesheets/extinfo.css %%ICINGAWWWDIR%%/stylesheets/histogram.css %%ICINGAWWWDIR%%/stylesheets/history.css %%ICINGAWWWDIR%%/stylesheets/interface/common.css %%ICINGAWWWDIR%%/stylesheets/interface/menu.css %%ICINGAWWWDIR%%/stylesheets/interface/search.css %%ICINGAWWWDIR%%/stylesheets/ministatus.css %%ICINGAWWWDIR%%/stylesheets/notifications.css %%ICINGAWWWDIR%%/stylesheets/outages.css %%ICINGAWWWDIR%%/stylesheets/showlog.css %%ICINGAWWWDIR%%/stylesheets/status.css %%ICINGAWWWDIR%%/stylesheets/statusmap.css %%ICINGAWWWDIR%%/stylesheets/summary.css %%ICINGAWWWDIR%%/stylesheets/tac.css %%ICINGAWWWDIR%%/stylesheets/tacheader.css %%ICINGAWWWDIR%%/stylesheets/trends.css +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/scripts +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/queries +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/pgsql/upgrade +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/pgsql/fix +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/pgsql +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/oracle/upgrade +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/oracle +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/mysql/upgrade +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db/mysql +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/db +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils/config +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/idoutils +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% +@dirrmtry libexec/icinga/eventhandlers/redundancy-scenario1 +@dirrmtry libexec/icinga/eventhandlers/distributed-monitoring +@dirrmtry libexec/icinga/eventhandlers @dirrmtry libexec/icinga @dirrmtry etc/icinga/objects @dirrmtry etc/icinga/modules +@dirrmtry etc/icinga/conf.d @dirrmtry etc/icinga @dirrmtry %%ICINGAWWWDIR%%/stylesheets/interface @dirrmtry %%ICINGAWWWDIR%%/stylesheets @dirrmtry %%ICINGAWWWDIR%%/ssi @dirrmtry %%ICINGAWWWDIR%%/media @dirrmtry %%ICINGAWWWDIR%%/log @dirrmtry %%ICINGAWWWDIR%%/js @dirrmtry %%ICINGAWWWDIR%%/images/logos @dirrmtry %%ICINGAWWWDIR%%/images/interface @dirrmtry %%ICINGAWWWDIR%%/images -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests/apiSearchDefinitions -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search/filter -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/result -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/ociPDO/PDO -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/ociPDO -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/debug/debugTargets -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/debug -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/conversion -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/connection -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/command -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/log -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/contrib/ido2dbparser -@dirrmtry %%ICINGAWWWDIR%%/icinga-api/contrib -@dirrmtry %%ICINGAWWWDIR%%/icinga-api @dirrmtry %%ICINGAWWWDIR%%/docs/images/flags @dirrmtry %%ICINGAWWWDIR%%/docs/images @dirrmtry %%ICINGAWWWDIR%%/docs/en @dirrmtry %%ICINGAWWWDIR%%/docs/de @dirrmtry %%ICINGAWWWDIR%%/docs @dirrmtry %%ICINGAWWWDIR%%/contexthelp @dirrmtry %%ICINGAWWWDIR%%/cgi-bin @dirrmtry %%ICINGAWWWDIR%% @dirrmtry %%ICINGADIR%%/archives @dirrmtry %%ICINGADIR%%/checkresults @dirrmtry %%ICINGADIR%%/rw @dirrmtry %%ICINGADIR%% Property changes on: head/net-mgmt/icinga/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property