git: 30c034ff424e - main - net-mgmt/nagiosql: Update to 3.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Feb 2023 18:51:02 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=30c034ff424e9ef7ddfb40bea190294ebef59589 commit 30c034ff424e9ef7ddfb40bea190294ebef59589 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-02-25 18:48:30 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-02-25 18:50:53 +0000 net-mgmt/nagiosql: Update to 3.5.0 PR: 269804 --- net-mgmt/nagiosql/Makefile | 35 +++- net-mgmt/nagiosql/distinfo | 6 +- net-mgmt/nagiosql/pkg-plist | 399 -------------------------------------------- 3 files changed, 30 insertions(+), 410 deletions(-) diff --git a/net-mgmt/nagiosql/Makefile b/net-mgmt/nagiosql/Makefile index 17f694766198..75ea524119d7 100644 --- a/net-mgmt/nagiosql/Makefile +++ b/net-mgmt/nagiosql/Makefile @@ -1,5 +1,5 @@ PORTNAME= nagiosql -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 CATEGORIES= net-mgmt www MAINTAINER= dvl@FreeBSD.org @@ -9,16 +9,13 @@ WWW= https://gitlab.com/wizonet/nagiosql LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= nagios:net-mgmt/nagios \ - ${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR} +IGNORE_WITH_PHP= 82 USES= cpe gettext mysql php:web tar:bzip2 USE_PHP= filter gettext mysqli session simplexml -IGNORE_WITH_PHP= 82 - USE_GITLAB= yes GL_ACCOUNT= wizonet -GL_COMMIT= 365d4e0b5edc623b12ea96e8002e8ac66aad6aac +GL_COMMIT= 148feacf2b22d5842574dcb5f6d2bf5071c14719 USERS?= nagios GROUPS?= nagios @@ -28,17 +25,27 @@ NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} NAGIOSUSER=${NAGIOSUSER} PEARDIR?= ${LOCALBASE}/share/pear -OPTIONS_DEFINE= CURL FTP +OPTIONS_DEFINE= CURL FTP NAGIOS4 CURL_DESC= Configure with cURL support FTP_DESC= Configure with FTP support +NAGIOS4_DESC= Configure with Nagios 4 CURL_USE= PHP=curl FTP_USE= PHP=ftp +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNAGIOS4} +RUN_DEPENDS= ${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR} \ + nagios:net-mgmt/nagios4 +.else +RUN_DEPENDS= ${PEARDIR}/HTML/Template/IT.php:devel/pear-HTML_Template_IT@${PHP_FLAVOR} \ + nagios:net-mgmt/nagios +.endif + post-patch: ${REINPLACE_CMD} -e "s|'/etc/nagiosql/|'${ETCDIR}/|g" \ -e "s|/opt/nagios/etc/objects/|${LOCALBASE}/etc/nagios/objects/|" \ @@ -64,6 +71,18 @@ do-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/hosts @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/services @${MKDIR} ${STAGEDIR}${ETCDIR}/backup/ssh + @${MKDIR} ${STAGEDIR}/var/spool/nagios (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! ( -name *\.orig -o -name *\.bak )") +post-install: + ${FIND} -s ${STAGEDIR}${WWWDIR} -type d | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${WWWDIR} -type f | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${ETCDIR} -type d | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/#@dir #' >> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${ETCDIR} -type f | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} + @${ECHO_CMD} "@dir(nagios,nagios,0775) /var/spool/nagios" >> ${TMPPLIST} + .include <bsd.port.mk> diff --git a/net-mgmt/nagiosql/distinfo b/net-mgmt/nagiosql/distinfo index 670f58b8c49e..e5f80d46dd3e 100644 --- a/net-mgmt/nagiosql/distinfo +++ b/net-mgmt/nagiosql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617891878 -SHA256 (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 5421a2eb44bd4050c2f09cf105fb1042daaeb90c731cff503ab8a4f1cf2c1ae5 -SIZE (wizonet-nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac_GL0.tar.gz) = 1502157 +TIMESTAMP = 1677267549 +SHA256 (wizonet-nagiosql-148feacf2b22d5842574dcb5f6d2bf5071c14719_GL0.tar.gz) = 84c6c0c1601b8cdddfd3180d671dbbf233c922f90318fa9626bdfd3a75fdc02d +SIZE (wizonet-nagiosql-148feacf2b22d5842574dcb5f6d2bf5071c14719_GL0.tar.gz) = 1551471 diff --git a/net-mgmt/nagiosql/pkg-plist b/net-mgmt/nagiosql/pkg-plist deleted file mode 100644 index 249d3edb5e23..000000000000 --- a/net-mgmt/nagiosql/pkg-plist +++ /dev/null @@ -1,399 +0,0 @@ -%%WWWDIR%%/LICENSE -%%WWWDIR%%/admin.php -%%WWWDIR%%/admin/administration.php -%%WWWDIR%%/admin/alarming.php -%%WWWDIR%%/admin/cgicfg.php -%%WWWDIR%%/admin/checkcommands.php -%%WWWDIR%%/admin/commandline.php -%%WWWDIR%%/admin/commands.php -%%WWWDIR%%/admin/configtargets.php -%%WWWDIR%%/admin/contactgroups.php -%%WWWDIR%%/admin/contacts.php -%%WWWDIR%%/admin/contacttemplates.php -%%WWWDIR%%/admin/datadomain.php -%%WWWDIR%%/admin/delbackup.php -%%WWWDIR%%/admin/delconfig.php -%%WWWDIR%%/admin/download.php -%%WWWDIR%%/admin/group.php -%%WWWDIR%%/admin/groupusers.php -%%WWWDIR%%/admin/helpedit.php -%%WWWDIR%%/admin/hostdependencies.php -%%WWWDIR%%/admin/hostescalations.php -%%WWWDIR%%/admin/hostextinfo.php -%%WWWDIR%%/admin/hostgroups.php -%%WWWDIR%%/admin/hosts.php -%%WWWDIR%%/admin/hosttemplates.php -%%WWWDIR%%/admin/import.php -%%WWWDIR%%/admin/index.html -%%WWWDIR%%/admin/info.php -%%WWWDIR%%/admin/logbook.php -%%WWWDIR%%/admin/menuaccess.php -%%WWWDIR%%/admin/monitoring.php -%%WWWDIR%%/admin/mutdialog.php -%%WWWDIR%%/admin/nagioscfg.php -%%WWWDIR%%/admin/password.php -%%WWWDIR%%/admin/servicedependencies.php -%%WWWDIR%%/admin/serviceescalations.php -%%WWWDIR%%/admin/serviceextinfo.php -%%WWWDIR%%/admin/servicegroups.php -%%WWWDIR%%/admin/services.php -%%WWWDIR%%/admin/servicetemplates.php -%%WWWDIR%%/admin/settings.php -%%WWWDIR%%/admin/specials.php -%%WWWDIR%%/admin/support.php -%%WWWDIR%%/admin/templatedefinitions.php -%%WWWDIR%%/admin/timedefinitions.php -%%WWWDIR%%/admin/timeperiods.php -%%WWWDIR%%/admin/tools.php -%%WWWDIR%%/admin/user.php -%%WWWDIR%%/admin/variabledefinitions.php -%%WWWDIR%%/admin/verify.php -%%WWWDIR%%/admin/versioncheck.php -%%WWWDIR%%/config/content.css -%%WWWDIR%%/config/fieldvars.php -%%WWWDIR%%/config/locale/da_DK/LC_MESSAGES/da_DK.mo -%%WWWDIR%%/config/locale/da_DK/LC_MESSAGES/da_DK.po -%%WWWDIR%%/config/locale/da_DK/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/da_DK/index.html -%%WWWDIR%%/config/locale/de_DE/LC_MESSAGES/de_DE.mo -%%WWWDIR%%/config/locale/de_DE/LC_MESSAGES/de_DE.po -%%WWWDIR%%/config/locale/de_DE/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/de_DE/index.html -%%WWWDIR%%/config/locale/en_GB/LC_MESSAGES/en_GB.mo -%%WWWDIR%%/config/locale/en_GB/LC_MESSAGES/en_GB.po -%%WWWDIR%%/config/locale/en_GB/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/en_GB/index.html -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/es_AR.mo -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/es_AR.po -%%WWWDIR%%/config/locale/es_AR/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/es_AR/index.html -%%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/es_ES.mo -%%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/es_ES.po -%%WWWDIR%%/config/locale/es_ES/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/es_ES/index.html -%%WWWDIR%%/config/locale/fr_FR/LC_MESSAGES/fr_FR.mo -%%WWWDIR%%/config/locale/fr_FR/LC_MESSAGES/fr_FR.po -%%WWWDIR%%/config/locale/fr_FR/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/fr_FR/index.html -%%WWWDIR%%/config/locale/it_IT/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/it_IT/LC_MESSAGES/it_IT.mo -%%WWWDIR%%/config/locale/it_IT/LC_MESSAGES/it_IT.po -%%WWWDIR%%/config/locale/it_IT/index.html -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/ja_JP.mo -%%WWWDIR%%/config/locale/ja_JP/LC_MESSAGES/ja_JP.po -%%WWWDIR%%/config/locale/ja_JP/index.html -%%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/nl_NL.mo -%%WWWDIR%%/config/locale/nl_NL/LC_MESSAGES/nl_NL.po -%%WWWDIR%%/config/locale/nl_NL/index.html -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/pl_PL.mo -%%WWWDIR%%/config/locale/pl_PL/LC_MESSAGES/pl_PL.po -%%WWWDIR%%/config/locale/pl_PL/index.html -%%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/pt_BR.mo -%%WWWDIR%%/config/locale/pt_BR/LC_MESSAGES/pt_BR.po -%%WWWDIR%%/config/locale/pt_BR/index.html -%%WWWDIR%%/config/locale/ru_RU/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/ru_RU/LC_MESSAGES/ru_RU.mo -%%WWWDIR%%/config/locale/ru_RU/LC_MESSAGES/ru_RU.po -%%WWWDIR%%/config/locale/ru_RU/index.html -%%WWWDIR%%/config/locale/zh_CN/LC_MESSAGES/index.html -%%WWWDIR%%/config/locale/zh_CN/LC_MESSAGES/zh_CN.mo -%%WWWDIR%%/config/locale/zh_CN/LC_MESSAGES/zh_CN.po -%%WWWDIR%%/config/locale/zh_CN/index.html -%%WWWDIR%%/config/main.css -%%WWWDIR%%/doc/CHANGELOG -%%WWWDIR%%/doc/INSTALLATION_deDE.txt -%%WWWDIR%%/doc/INSTALLATION_enGB.txt -%%WWWDIR%%/doc/README_SSH_KEY -%%WWWDIR%%/favicon.ico -%%WWWDIR%%/functions/Autoloader.php -%%WWWDIR%%/functions/MysqliDbClass.php -%%WWWDIR%%/functions/NagConfigClass.php -%%WWWDIR%%/functions/NagContentClass.php -%%WWWDIR%%/functions/NagDataClass.php -%%WWWDIR%%/functions/NagImportClass.php -%%WWWDIR%%/functions/NagVisualClass.php -%%WWWDIR%%/functions/common.js -%%WWWDIR%%/functions/prepend_adm.php -%%WWWDIR%%/functions/prepend_content.php -%%WWWDIR%%/functions/prepend_scripting.php -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/langs/en.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/license.txt -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/safari/blank.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/safari/editor_plugin.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/cell.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/css/cell.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/css/row.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/css/table.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/editor_plugin.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/js/cell.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/js/merge_cells.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/js/row.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/js/table.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/langs/en_dlg.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/merge_cells.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/row.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/plugins/table/table.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/about.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/anchor.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/charmap.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/color_picker.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/editor_template.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/image.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/flash.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/icons.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/iframe.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/pagebreak.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/quicktime.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/realmedia.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/shockwave.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/trans.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/video.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/img/windowsmedia.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/about.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/anchor.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/charmap.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/color_picker.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/image.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/link.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/js/source_editor.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/langs/en.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/link.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/shortcuts.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/content.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/default/ui.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/highcontrast/content.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/highcontrast/dialog.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/highcontrast/ui.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/themes/advanced/source_editor.htm -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/tiny_mce.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/tiny_mce_popup.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/utils/editable_selects.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/utils/form_utils.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/utils/mctabs.js -%%WWWDIR%%/functions/tinyMCE/jscripts/tiny_mce/utils/validate.js -%%WWWDIR%%/functions/translator.php -%%WWWDIR%%/functions/yui/build/assets/skins/sam/sprite.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/button.css -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/menu-button-arrow-disabled.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/menu-button-arrow.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/split-button-arrow-active.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/split-button-arrow-disabled.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/split-button-arrow-focus.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/split-button-arrow-hover.png -%%WWWDIR%%/functions/yui/build/button/assets/skins/sam/split-button-arrow.png -%%WWWDIR%%/functions/yui/build/button/button-min.js -%%WWWDIR%%/functions/yui/build/calendar/assets/skins/sam/calendar.css -%%WWWDIR%%/functions/yui/build/calendar/calendar-min.js -%%WWWDIR%%/functions/yui/build/connection/connection-min.js -%%WWWDIR%%/functions/yui/build/container/assets/alrt16_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/blck16_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/close12_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/container.css -%%WWWDIR%%/functions/yui/build/container/assets/hlp16_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/info16_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/skins/sam/container.css -%%WWWDIR%%/functions/yui/build/container/assets/tip16_1.gif -%%WWWDIR%%/functions/yui/build/container/assets/warn16_1.gif -%%WWWDIR%%/functions/yui/build/container/container-min.js -%%WWWDIR%%/functions/yui/build/datasource/datasource-min.js -%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/datatable.css -%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/dt-arrow-dn.png -%%WWWDIR%%/functions/yui/build/datatable/assets/skins/sam/dt-arrow-up.png -%%WWWDIR%%/functions/yui/build/datatable/datatable-min.js -%%WWWDIR%%/functions/yui/build/element/element-beta-min.js -%%WWWDIR%%/functions/yui/build/element/element-min.js -%%WWWDIR%%/functions/yui/build/event-delegate/event-delegate-min.js -%%WWWDIR%%/functions/yui/build/fonts/fonts-min.css -%%WWWDIR%%/functions/yui/build/json/json-min.js -%%WWWDIR%%/functions/yui/build/paginator/assets/skins/sam/paginator.css -%%WWWDIR%%/functions/yui/build/paginator/paginator-min.js -%%WWWDIR%%/functions/yui/build/tabview/assets/skins/sam/tabview.css -%%WWWDIR%%/functions/yui/build/tabview/tabview-min.js -%%WWWDIR%%/functions/yui/build/utilities/utilities.js -%%WWWDIR%%/functions/yui/build/yahoo-dom-event/yahoo-dom-event.js -%%WWWDIR%%/images/bg_menu_aktiv.png -%%WWWDIR%%/images/bg_menu_inaktiv.png -%%WWWDIR%%/images/bg_submenu.png -%%WWWDIR%%/images/bg_top.png -%%WWWDIR%%/images/calbtn.gif -%%WWWDIR%%/images/copy.gif -%%WWWDIR%%/images/del.png -%%WWWDIR%%/images/delete.gif -%%WWWDIR%%/images/donate.png -%%WWWDIR%%/images/donate_2.png -%%WWWDIR%%/images/down.gif -%%WWWDIR%%/images/download.gif -%%WWWDIR%%/images/edit.gif -%%WWWDIR%%/images/exclude_01.gif -%%WWWDIR%%/images/info.gif -%%WWWDIR%%/images/input.png -%%WWWDIR%%/images/inputlock.png -%%WWWDIR%%/images/inputmust.png -%%WWWDIR%%/images/loader.gif -%%WWWDIR%%/images/lupe.gif -%%WWWDIR%%/images/menu.gif -%%WWWDIR%%/images/mut.gif -%%WWWDIR%%/images/nagiosql_logo.png -%%WWWDIR%%/images/pfeil_l.gif -%%WWWDIR%%/images/pfeil_r.gif -%%WWWDIR%%/images/pixel.gif -%%WWWDIR%%/images/sort_asc.png -%%WWWDIR%%/images/sort_desc.png -%%WWWDIR%%/images/tip.gif -%%WWWDIR%%/images/up.gif -%%WWWDIR%%/images/write.gif -%%WWWDIR%%/index.php -%%WWWDIR%%/install/css/install.css -%%WWWDIR%%/install/functions/NagInstallClass.php -%%WWWDIR%%/install/functions/initial_settings.php -%%WWWDIR%%/install/functions/prepend_install.php -%%WWWDIR%%/install/images/background.png -%%WWWDIR%%/install/images/body_background.png -%%WWWDIR%%/install/images/favicon.ico -%%WWWDIR%%/install/images/index-install.png -%%WWWDIR%%/install/images/index-update.png -%%WWWDIR%%/install/images/index.html -%%WWWDIR%%/install/images/input.png -%%WWWDIR%%/install/images/inputlock.png -%%WWWDIR%%/install/images/inputmust.png -%%WWWDIR%%/install/images/install.png -%%WWWDIR%%/install/images/invalid.png -%%WWWDIR%%/install/images/nagiosql.png -%%WWWDIR%%/install/images/next.png -%%WWWDIR%%/install/images/onlinehelp.png -%%WWWDIR%%/install/images/pixel.gif -%%WWWDIR%%/install/images/previous.png -%%WWWDIR%%/install/images/reload.png -%%WWWDIR%%/install/images/step1_active.png -%%WWWDIR%%/install/images/step1_deactive.png -%%WWWDIR%%/install/images/step2_active.png -%%WWWDIR%%/install/images/step2_deactive.png -%%WWWDIR%%/install/images/step3_active.png -%%WWWDIR%%/install/images/step3_deactive.png -%%WWWDIR%%/install/images/tip_header.gif -%%WWWDIR%%/install/images/update.png -%%WWWDIR%%/install/images/valid.png -%%WWWDIR%%/install/images/warning.png -%%WWWDIR%%/install/index.php -%%WWWDIR%%/install/install.php -%%WWWDIR%%/install/sql/import_nagios_sample.sql -%%WWWDIR%%/install/sql/nagiosQL_v32_db_mysql.sql -%%WWWDIR%%/install/sql/nagiosQL_v34_db_mysql.sql -%%WWWDIR%%/install/sql/nagiosQL_v341_db_mysql.sql -%%WWWDIR%%/install/sql/update_300_301.sql -%%WWWDIR%%/install/sql/update_300_310.sql -%%WWWDIR%%/install/sql/update_301_302.sql -%%WWWDIR%%/install/sql/update_302_303.sql -%%WWWDIR%%/install/sql/update_303_304.sql -%%WWWDIR%%/install/sql/update_304_310.sql -%%WWWDIR%%/install/sql/update_310_311.sql -%%WWWDIR%%/install/sql/update_310_320.sql -%%WWWDIR%%/install/sql/update_311_320.sql -%%WWWDIR%%/install/sql/update_320_340.sql -%%WWWDIR%%/install/sql/update_340_341.sql -%%WWWDIR%%/install/step1.php -%%WWWDIR%%/install/step2.php -%%WWWDIR%%/install/step3.php -%%WWWDIR%%/install/templates/index.htm.tpl -%%WWWDIR%%/install/templates/install.htm.tpl -%%WWWDIR%%/install/templates/step1.htm.tpl -%%WWWDIR%%/install/templates/step2.htm.tpl -%%WWWDIR%%/install/templates/step3.htm.tpl -%%WWWDIR%%/libraries/pear/HTML/Template/IT.php -%%WWWDIR%%/libraries/pear/HTML/Template/ITX.php -%%WWWDIR%%/libraries/pear/HTML/Template/IT_Error.php -%%WWWDIR%%/libraries/pear/JSON/JSON.php -%%WWWDIR%%/libraries/pear/JSON/index.html -%%WWWDIR%%/libraries/pear/PEAR.php -%%WWWDIR%%/libraries/pear/PEAR5.php -%%WWWDIR%%/libraries/pear/index.html -%%WWWDIR%%/scripts/do_config.php -%%WWWDIR%%/templates/admin/checkcommands.htm.tpl -%%WWWDIR%%/templates/admin/configtargets.htm.tpl -%%WWWDIR%%/templates/admin/contactgroups.htm.tpl -%%WWWDIR%%/templates/admin/contacts.htm.tpl -%%WWWDIR%%/templates/admin/contacttemplates.htm.tpl -%%WWWDIR%%/templates/admin/datadomain.htm.tpl -%%WWWDIR%%/templates/admin/datalist.htm.tpl -%%WWWDIR%%/templates/admin/datalist_common.htm.tpl -%%WWWDIR%%/templates/admin/datalist_hosts.htm.tpl -%%WWWDIR%%/templates/admin/datalist_services.htm.tpl -%%WWWDIR%%/templates/admin/delbackup.htm.tpl -%%WWWDIR%%/templates/admin/group.htm.tpl -%%WWWDIR%%/templates/admin/helpedit.htm.tpl -%%WWWDIR%%/templates/admin/hostdependencies.htm.tpl -%%WWWDIR%%/templates/admin/hostescalations.htm.tpl -%%WWWDIR%%/templates/admin/hostextinfo.htm.tpl -%%WWWDIR%%/templates/admin/hostgroups.htm.tpl -%%WWWDIR%%/templates/admin/hosts.htm.tpl -%%WWWDIR%%/templates/admin/hosttemplates.htm.tpl -%%WWWDIR%%/templates/admin/import.htm.tpl -%%WWWDIR%%/templates/admin/logbook.htm.tpl -%%WWWDIR%%/templates/admin/mainpages.htm.tpl -%%WWWDIR%%/templates/admin/menuaccess.htm.tpl -%%WWWDIR%%/templates/admin/mutdialog.htm.tpl -%%WWWDIR%%/templates/admin/nagioscfg.htm.tpl -%%WWWDIR%%/templates/admin/password.htm.tpl -%%WWWDIR%%/templates/admin/servicedependencies.htm.tpl -%%WWWDIR%%/templates/admin/serviceescalations.htm.tpl -%%WWWDIR%%/templates/admin/serviceextinfo.htm.tpl -%%WWWDIR%%/templates/admin/servicegroups.htm.tpl -%%WWWDIR%%/templates/admin/services.htm.tpl -%%WWWDIR%%/templates/admin/servicetemplates.htm.tpl -%%WWWDIR%%/templates/admin/settings.htm.tpl -%%WWWDIR%%/templates/admin/support.htm.tpl -%%WWWDIR%%/templates/admin/timeperiods.htm.tpl -%%WWWDIR%%/templates/admin/user.htm.tpl -%%WWWDIR%%/templates/admin/verify.htm.tpl -%%WWWDIR%%/templates/files/commands.tpl.dat -%%WWWDIR%%/templates/files/contactgroups.tpl.dat -%%WWWDIR%%/templates/files/contacts.tpl.dat -%%WWWDIR%%/templates/files/contacttemplates.tpl.dat -%%WWWDIR%%/templates/files/hostdependencies.tpl.dat -%%WWWDIR%%/templates/files/hostescalations.tpl.dat -%%WWWDIR%%/templates/files/hostextinfo.tpl.dat -%%WWWDIR%%/templates/files/hostgroups.tpl.dat -%%WWWDIR%%/templates/files/hosts.tpl.dat -%%WWWDIR%%/templates/files/hosttemplates.tpl.dat -%%WWWDIR%%/templates/files/servicedependencies.tpl.dat -%%WWWDIR%%/templates/files/serviceescalations.tpl.dat -%%WWWDIR%%/templates/files/serviceextinfo.tpl.dat -%%WWWDIR%%/templates/files/servicegroups.tpl.dat -%%WWWDIR%%/templates/files/services.tpl.dat -%%WWWDIR%%/templates/files/servicetemplates.tpl.dat -%%WWWDIR%%/templates/files/timeperiods.tpl.dat -%%WWWDIR%%/templates/index.htm.tpl -%%WWWDIR%%/templates/main.htm.tpl -@dir %%ETCDIR%%/backup/hosts -@dir %%ETCDIR%%/backup/services -@dir %%ETCDIR%%/backup/ssh -@dir %%ETCDIR%%/hosts -@dir %%ETCDIR%%/services -@dir %%ETCDIR%%/ssh