Date: Tue, 13 Jul 2004 07:29:44 GMT From: "Roman Y. Bogdanov" <sam@brj.pp.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/68977: New port:nagios v 1.1 with Russian language patches Message-ID: <200407130729.i6D7TiGh093895@www.freebsd.org> Resent-Message-ID: <200407130730.i6D7ULej047863@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68977 >Category: ports >Synopsis: New port:nagios v 1.1 with Russian language patches >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 07:30:21 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Y. Bogdanov >Release: 5.2.1 >Organization: brj.pp.ru >Environment: # uname -a FreeBSD brj.pp.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Thu Jul 1 22:33:05 KRAST 2004 brj@brj.pp.ru:/usr/obj/usr/src/sys/brj-5x i386 >Description: This is a port of nagios v 1.1 with russian language patches. Sergey Matveychuk <sem@FreeBSD.org>, after long discussion in e-mail, give me advise that need to close old port PR (ports/62335) and open new PR, becouse originator email, categore and description has changed. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nagios # nagios/files # nagios/files/patch-ab # nagios/files/patch-ad # nagios/files/patch-ae # nagios/files/patch-ag # nagios/files/patch-ai # nagios/files/patch-xcddb.c # nagios/files/patch-aa # nagios/Makefile # nagios/distinfo # nagios/pkg-descr # nagios/pkg-install # nagios/pkg-plist # echo c - nagios mkdir -p nagios > /dev/null 2>&1 echo c - nagios/files mkdir -p nagios/files > /dev/null 2>&1 echo x - nagios/files/patch-ab sed 's/^X//' >nagios/files/patch-ab << 'END-of-nagios/files/patch-ab' X--- base/Makefile.in.orig Mon Nov 11 04:52:13 2002 X+++ base/Makefile.in Tue Nov 26 13:46:41 2002 X@@ -105,7 +105,6 @@ X devclean: clean X X install: X- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) X $(INSTALL) -m 774 $(INSTALL_OPTS) @nagios_name@ $(DESTDIR)$(BINDIR) X $(STRIP) $(DESTDIR)$(BINDIR)/@nagios_name@ X END-of-nagios/files/patch-ab echo x - nagios/files/patch-ad sed 's/^X//' >nagios/files/patch-ad << 'END-of-nagios/files/patch-ad' X--- configure.orig Tue Jun 3 12:47:57 2003 X+++ configure Thu Jul 31 16:35:45 2003 X@@ -11,7 +11,7 @@ X ac_help= X ac_default_prefix=/usr/local X # Any additions from configure.in: X-ac_default_prefix=/usr/local/nagios X+#ac_default_prefix=/usr/local/nagios X ac_help="$ac_help X --with-nagios-user=<user> sets user name to run nagios" X ac_help="$ac_help X@@ -576,9 +576,9 @@ X # Prefer explicitly selected file to automatically selected ones. X if test -z "$CONFIG_SITE"; then X if test "x$prefix" != xNONE; then X- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" X+ CONFIG_SITE="$prefix/share/nagios/config.site $prefix/etc/nagios/config.site" X else X- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" X+ CONFIG_SITE="$ac_default_prefix/share/nagios/config.site $ac_default_prefix/etc/nagios/config.site" X fi X fi X for ac_site_file in $CONFIG_SITE; do X@@ -2608,6 +2608,9 @@ X LDFLAGS="${LDFLAGS} -L${withval}" X LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" X X+else X+ LDFLAGS="${LDFLAGS} -L/usr/local/lib" X+ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" X fi X X # Check whether --with-gd-inc or --without-gd-inc was given. X@@ -2615,6 +2618,8 @@ X withval="$with_gd_inc" X X CFLAGS="${CFLAGS} -I${withval}" X+else X+ CFLAGS="${CFLAGS} -I/usr/local/include/gd" X X fi X X@@ -2748,14 +2753,14 @@ X fi X X if test x$GDLIBFOUND = x; then X- echo $ac_n "checking for gdImagePng in -lgd (order 3)""... $ac_c" 1>&6 X-echo "configure:2753: checking for gdImagePng in -lgd (order 3)" >&5 X+ echo $ac_n "checking for gdImagePng in -lgd1 (order 3)""... $ac_c" 1>&6 X+echo "configure:2753: checking for gdImagePng in -lgd1 (order 3)" >&5 X ac_lib_var=`echo gd'_'gdImagePng'_'3 | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X- LIBS="-lgd -lpng -lz -lm $LIBS" X+ LIBS="-lgd1 -lz -lm -lpng -ljpeg $LIBS" X cat > conftest.$ac_ext <<EOF X #line 2761 "configure" X #include "confdefs.h" X@@ -2785,7 +2790,7 @@ X echo "$ac_t""yes" 1>&6 X X GDLIBFOUND=yep X- GDLIBS="-lgd -lpng -lz -lm" X+ GDLIBS="-lgd1 -lz -lm -lpng" X X else X echo "$ac_t""no" 1>&6 END-of-nagios/files/patch-ad echo x - nagios/files/patch-ae sed 's/^X//' >nagios/files/patch-ae << 'END-of-nagios/files/patch-ae' X--- configure.in.orig Mon Apr 30 17:22:35 2001 X+++ configure.in Tue May 1 19:36:54 2001 X@@ -1,7 +1,7 @@ X dnl Process this -*-m4-*- file with autoconf to produce a configure script. X AC_INIT(base/nagios.c) X AC_CONFIG_HEADER(common/config.h common/snprintf.h base/nagios.h cgi/cgiutils.h) X-AC_PREFIX_DEFAULT(/usr/local/nagios) X+AC_PREFIX_DEFAULT(/usr/local) X X dnl Figure out how to invoke "install" and what install options to use. X AC_PROG_INSTALL END-of-nagios/files/patch-ae echo x - nagios/files/patch-ag sed 's/^X//' >nagios/files/patch-ag << 'END-of-nagios/files/patch-ag' X--- functions Fri Apr 7 11:11:34 2000 X+++ functions.new Sat Jun 10 13:31:31 2000 X@@ -11,7 +11,7 @@ X # X X # First set up a default search path. X-PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin X+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin X export PATH X X # Get a sane screen width X@@ -174,7 +174,7 @@ X # fi X X # Finally try to extract it from ps X- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` X+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` X if [ "$pid" != "" ] ; then X echo $pid X return 0 X@@ -206,8 +206,8 @@ X fi X fi X X- # See if /var/lock/subsys/$1 exists X- if [ -f /var/lock/subsys/$1 ]; then X+ # See if /var/spool/lock/$1 exists X+ if [ -f /var/spool/lock/$1 ]; then X echo "$1 dead but subsys locked" X return 2 X fi END-of-nagios/files/patch-ag echo x - nagios/files/patch-ai sed 's/^X//' >nagios/files/patch-ai << 'END-of-nagios/files/patch-ai' X--- daemon-init.in.orig Thu Apr 18 06:27:13 2002 X+++ daemon-init.in Sun May 19 08:39:29 2002 X@@ -68,11 +68,8 @@ X X X # Source function library X-# Solaris doesn't have an rc.d directory, so do a test first X-if [ -f /etc/rc.d/init.d/functions ]; then X- . /etc/rc.d/init.d/functions X-elif [ -f /etc/init.d/functions ]; then X- . /etc/init.d/functions X+if [ -f @sysconfdir@/functions ]; then X+. @sysconfdir@/functions X fi X X prefix=@prefix@ X@@ -102,7 +99,7 @@ X X start) X echo "Starting network monitor: nagios" X- su -l $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" X+ su -m $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" X rm -f $NagiosCmd X $NagiosBin -d $NagiosCfg X if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi END-of-nagios/files/patch-ai echo x - nagios/files/patch-xcddb.c sed 's/^X//' >nagios/files/patch-xcddb.c << 'END-of-nagios/files/patch-xcddb.c' X--- xdata/xcddb.c.orig Thu May 16 04:46:11 2002 X+++ xdata/xcddb.c Thu Mar 6 23:14:25 2003 X@@ -51,7 +51,7 @@ X #endif X X #ifdef USE_XCDPGSQL X-#include <pgsql/libpq-fe.h> X+#include <libpq-fe.h> X #endif X X END-of-nagios/files/patch-xcddb.c echo x - nagios/files/patch-aa sed 's/^X//' >nagios/files/patch-aa << 'END-of-nagios/files/patch-aa' X--- Makefile.in.orig Sat Oct 26 02:47:15 2002 X+++ Makefile.in Tue Nov 26 13:58:29 2002 X@@ -28,7 +28,7 @@ X INSTALL_OPTS=@INSTALL_OPTS@ X COMMAND_OPTS=@COMMAND_OPTS@ X INIT_DIR=@init_dir@ X-INIT_OPTS=-o root -g root X+INIT_OPTS=-o root -g wheel X CGICFGDIR=$(CGIDIR) X PERLDIR=@PERLDIR@ X X@@ -196,6 +196,8 @@ X $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/misccommands.cfg $(DESTDIR)$(CFGDIR)/misccommands.cfg-sample X $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/services.cfg $(DESTDIR)$(CFGDIR)/services.cfg-sample X $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/timeperiods.cfg-sample X+ $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-extinfo/hostextinfo.cfg $(DESTDIR)$(CFGDIR)/hostextinfo.cfg-sample X+ $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-extinfo/serviceextinfo.cfg $(DESTDIR)$(CFGDIR)/serviceextinfo.cfg-sample X X @echo "" X @echo "*** Sample config file installed ***" X@@ -215,7 +217,7 @@ X X install-daemoninit: X $(INSTALL) -m 755 -d $(INIT_OPTS) $(DESTDIR)$(INIT_DIR) X- $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios X+ $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios.sh X X @echo "" X @echo "*** Init script installed ***" X@@ -238,7 +240,6 @@ X X install-commandmode: X $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw X- chmod g+s $(DESTDIR)$(LOGDIR)/rw X X @echo "" X @echo "*** External command directory configured ***" END-of-nagios/files/patch-aa echo x - nagios/Makefile sed 's/^X//' >nagios/Makefile << 'END-of-nagios/Makefile' X# New ports collection makefile for: nagios X# Date created: 04 Feb 2004 X# Whom: Roman Y. Bogdanov <sam@brj.pp.ru> X# X# $FreeBSD$ X# X XPORTNAME= nagios XPORTVERSION= 1.1 XCATEGORIES= russian net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:main \ X http://onix.opennet.ru/files/:ruspatch XMASTER_SITE_SUBDIR=nagios XDISTFILES= nagios-1.1.tar.gz:main nagios_rus_1_1.tar.gz:ruspatch X XMAINTAINER= sam@brj.pp.ru XCOMMENT= Extremely powerful network monitoring system with Russian language X XLIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd XRUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins X XCONFLICTS= nagios-1* X XUSE_GETOPT_LONG=yes XGNU_CONFIGURE= yes X XCPPFLAGS= ${INCGD} -I${LOCALBASE}/include XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ X LDFLAGS="${LDFLAGS}" \ X CFLAGS="${CPPFLAGS} ${CFLAGS} ${INCGD}" \ X LIBS="-L${LOCALBASE}/lib ${LIBGD}" XCONFIGURE_ARGS+= \ X --with-command-user=nagios \ X --with-command-grp=www \ X --with-nagios-user=nagios \ X --with-nagios-grp=nagios \ X --with-template-objects \ X --with-template-extinfo \ X --with-init-dir=${PREFIX}/etc/rc.d \ X --with-gd-lib=${LOCALBASE}/lib \ X --sbindir=${PREFIX}/share/nagios/cgi-bin \ X --libexecdir=${PREFIX}/libexec/nagios \ X --datadir=${PREFIX}/share/nagios \ X --sysconfdir=${PREFIX}/etc/nagios \ X --localstatedir=/var/spool/nagios \ X X.if defined(WITH_MYSQL)||defined(WITH_NAGMIN) XUSE_MYSQL= yes XCONFIGURE_ARGS+= --with-mysql-lib=${LOCALBASE}/lib/mysql \ X --with-mysql-inc=${LOCALBASE}/include/mysql \ X --with-mysql-xdata X.endif X X.if defined(NAGIOS_FILE_PERFDATA) XCONFIGURE_ARGS+=--with-file-perfdata X.endif X X.if defined(WITH_POSTGRES) XLIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 XCONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \ X --with-pgsql-inc=${LOCALBASE}/pgsql \ X --with-pgsql-xdata X.endif X XINSTALL_TARGET= all install config install-config install-daemoninit install-commandmode X Xpre-patch: X ${CP} -R ${WRKSRC}/../nagios_rus_1_1/cgi/* ${WRKSRC}/cgi/ X ${CP} -R ${WRKSRC}/../nagios_rus_1_1/html/* ${WRKSRC}/html/ X ${CP} -R ${WRKSRC}/../nagios_rus_1_1/html/images/* ${WRKSRC}/html/images/ X Xpre-install: X @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL X X.include <bsd.port.mk> END-of-nagios/Makefile echo x - nagios/distinfo sed 's/^X//' >nagios/distinfo << 'END-of-nagios/distinfo' XMD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf XMD5 (nagios_rus_1_1.tar.gz) = 81253c03ccaa5b30059a11b9e6a707c2 END-of-nagios/distinfo echo x - nagios/pkg-descr sed 's/^X//' >nagios/pkg-descr << 'END-of-nagios/pkg-descr' Xnagios v 1.1 with Russian language patches X XWWW: http://onix.opennet.ru/ END-of-nagios/pkg-descr echo x - nagios/pkg-install sed 's/^X//' >nagios/pkg-install << 'END-of-nagios/pkg-install' X#!/bin/sh X# X# $FreeBSD$ X# X XPKG_PREFIX=${PKG_PREFIX:=/usr/local} X Xuser=nagios Xgroup=nagios X Xask() { X local question default answer X X question=$1 X default=$2 X if [ -z "${PACKAGE_BUILDING}" ]; then X read -p "${question} [${default}]? " answer X fi X if [ x${answer} = x ]; then X answer=${default} X fi X echo ${answer} X} X Xyesno() { X local dflt question answer X X question=$1 X dflt=$2 X while :; do X answer=$(ask "${question}" "${dflt}") X case "${answer}" in X [Yy]*) return 0;; X [Nn]*) return 1;; X esac X echo "Please answer yes or no." X done X} X Xif [ x"$2" = xPRE-INSTALL ]; then X if /usr/sbin/pw groupshow "${group}" 2>/dev/null; then X echo "You already have a group \"${group}\", so I will use it." X else X echo "You need a group \"${group}\"." X if yesno "Would you like me to create it" y; then X /usr/sbin/pw groupadd ${group} -h - || exit X echo "Done." X else X echo "Please create it, and try again." X exit 1 X fi X fi X X if /usr/sbin/pw user show "${user}" 2>/dev/null; then X echo "You already have a user \"${user}\", so I will use it." X else X echo "You need a user \"${user}\"." X if yesno "Would you like me to create it" y; then X /usr/sbin/pw useradd ${user} -g ${group} -h - -d ${PKG_PREFIX}/var/nagios \ X -s /nonexistent -c "Nagios pseudo-user" || exit X echo "Done." X else X echo "Please create it, and try again." X exit 1 X fi X fi X Xfi END-of-nagios/pkg-install echo x - nagios/pkg-plist sed 's/^X//' >nagios/pkg-plist << 'END-of-nagios/pkg-plist' X@exec mkdir -p %D/%%DATADIR%%//ssi X@exec mkdir -p /var/spool/nagios/archives X@exec mkdir -p /var/spool/nagios/rw X@exec chmod 775 /var/spool/nagios /var/spool/nagios/archives /var/spool/nagios/rw X@exec chown nagios:nagios /var/spool/nagios /var/spool/nagios/archives X@exec chown nagios:nogroup /var/spool/nagios/rw Xbin/nagios Xetc/nagios/cgi.cfg-sample Xetc/nagios/checkcommands.cfg-sample Xetc/nagios/contactgroups.cfg-sample Xetc/nagios/contacts.cfg-sample Xetc/nagios/dependencies.cfg-sample Xetc/nagios/escalations.cfg-sample Xetc/nagios/hostextinfo.cfg-sample Xetc/nagios/hostgroups.cfg-sample Xetc/nagios/hosts.cfg-sample Xetc/nagios/misccommands.cfg-sample Xetc/nagios/nagios.cfg-sample Xetc/nagios/resource.cfg-sample Xetc/nagios/serviceextinfo.cfg-sample Xetc/nagios/services.cfg-sample Xetc/nagios/timeperiods.cfg-sample Xetc/rc.d/nagios.sh X%%DATADIR%%/cgi-bin/avail.cgi X%%DATADIR%%/cgi-bin/cmd.cgi X%%DATADIR%%/cgi-bin/config.cgi X%%DATADIR%%/cgi-bin/extinfo.cgi X%%DATADIR%%/cgi-bin/histogram.cgi X%%DATADIR%%/cgi-bin/history.cgi X%%DATADIR%%/cgi-bin/notifications.cgi X%%DATADIR%%/cgi-bin/outages.cgi X%%DATADIR%%/cgi-bin/showlog.cgi X%%DATADIR%%/cgi-bin/status.cgi X%%DATADIR%%/cgi-bin/statusmap.cgi X%%DATADIR%%/cgi-bin/statuswml.cgi X%%DATADIR%%/cgi-bin/statuswrl.cgi X%%DATADIR%%/cgi-bin/summary.cgi X%%DATADIR%%/cgi-bin/tac.cgi X%%DATADIR%%/cgi-bin/trends.cgi X%%DATADIR%%/contexthelp/A1.html X%%DATADIR%%/contexthelp/A2.html X%%DATADIR%%/contexthelp/A3.html X%%DATADIR%%/contexthelp/A4.html X%%DATADIR%%/contexthelp/A5.html X%%DATADIR%%/contexthelp/A6.html X%%DATADIR%%/contexthelp/A7.html X%%DATADIR%%/contexthelp/B1.html X%%DATADIR%%/contexthelp/C1.html X%%DATADIR%%/contexthelp/D1.html X%%DATADIR%%/contexthelp/E1.html X%%DATADIR%%/contexthelp/F1.html X%%DATADIR%%/contexthelp/G1.html X%%DATADIR%%/contexthelp/G2.html X%%DATADIR%%/contexthelp/G3.html X%%DATADIR%%/contexthelp/G4.html X%%DATADIR%%/contexthelp/G5.html X%%DATADIR%%/contexthelp/G6.html X%%DATADIR%%/contexthelp/H1.html X%%DATADIR%%/contexthelp/H2.html X%%DATADIR%%/contexthelp/H3.html X%%DATADIR%%/contexthelp/H4.html X%%DATADIR%%/contexthelp/H5.html X%%DATADIR%%/contexthelp/H6.html X%%DATADIR%%/contexthelp/H7.html X%%DATADIR%%/contexthelp/H8.html X%%DATADIR%%/contexthelp/I1.html X%%DATADIR%%/contexthelp/I2.html X%%DATADIR%%/contexthelp/I3.html X%%DATADIR%%/contexthelp/I4.html X%%DATADIR%%/contexthelp/I5.html X%%DATADIR%%/contexthelp/I6.html X%%DATADIR%%/contexthelp/I7.html X%%DATADIR%%/contexthelp/I8.html X%%DATADIR%%/contexthelp/J1.html X%%DATADIR%%/contexthelp/K1.html X%%DATADIR%%/contexthelp/L1.html X%%DATADIR%%/contexthelp/L10.html X%%DATADIR%%/contexthelp/L11.html X%%DATADIR%%/contexthelp/L12.html X%%DATADIR%%/contexthelp/L13.html X%%DATADIR%%/contexthelp/L2.html X%%DATADIR%%/contexthelp/L3.html X%%DATADIR%%/contexthelp/L4.html X%%DATADIR%%/contexthelp/L5.html X%%DATADIR%%/contexthelp/L6.html X%%DATADIR%%/contexthelp/L7.html X%%DATADIR%%/contexthelp/L8.html X%%DATADIR%%/contexthelp/L9.html X%%DATADIR%%/contexthelp/M1.html X%%DATADIR%%/contexthelp/M2.html X%%DATADIR%%/contexthelp/M3.html X%%DATADIR%%/contexthelp/M4.html X%%DATADIR%%/contexthelp/M5.html X%%DATADIR%%/contexthelp/M6.html X%%DATADIR%%/contexthelp/N1.html X%%DATADIR%%/contexthelp/N2.html X%%DATADIR%%/contexthelp/N3.html X%%DATADIR%%/contexthelp/N4.html X%%DATADIR%%/contexthelp/N5.html X%%DATADIR%%/contexthelp/N6.html X%%DATADIR%%/contexthelp/N7.html X%%DATADIR%%/docs/images/activepassive.png X%%DATADIR%%/docs/images/cgi-avail-a.png X%%DATADIR%%/docs/images/cgi-avail-b.png X%%DATADIR%%/docs/images/cgi-cmd.png X%%DATADIR%%/docs/images/cgi-config.png X%%DATADIR%%/docs/images/cgi-extinfo-a.png X%%DATADIR%%/docs/images/cgi-extinfo-b.png X%%DATADIR%%/docs/images/cgi-extinfo-c.png X%%DATADIR%%/docs/images/cgi-extinfo-d.png X%%DATADIR%%/docs/images/cgi-histogram.png X%%DATADIR%%/docs/images/cgi-history.png X%%DATADIR%%/docs/images/cgi-notifications.png X%%DATADIR%%/docs/images/cgi-outages.png X%%DATADIR%%/docs/images/cgi-showlog.png X%%DATADIR%%/docs/images/cgi-status-a.png X%%DATADIR%%/docs/images/cgi-status-b.png X%%DATADIR%%/docs/images/cgi-status-c.png X%%DATADIR%%/docs/images/cgi-status-d.png X%%DATADIR%%/docs/images/cgi-statusmap.png X%%DATADIR%%/docs/images/cgi-statuswml.png X%%DATADIR%%/docs/images/cgi-statuswrl.png X%%DATADIR%%/docs/images/cgi-summary.png X%%DATADIR%%/docs/images/cgi-tac.png X%%DATADIR%%/docs/images/cgi-trends.png X%%DATADIR%%/docs/images/checktiming.png X%%DATADIR%%/docs/images/distributed.png X%%DATADIR%%/docs/images/host-dependencies.png X%%DATADIR%%/docs/images/indirecthostcheck.png X%%DATADIR%%/docs/images/indirectsvccheck.png X%%DATADIR%%/docs/images/indirectsvccheck2.png X%%DATADIR%%/docs/images/interleaved1.png X%%DATADIR%%/docs/images/interleaved2.png X%%DATADIR%%/docs/images/interleaved3.png X%%DATADIR%%/docs/images/logofullsize.png X%%DATADIR%%/docs/images/network-heirarchy.png X%%DATADIR%%/docs/images/network-outage1.png X%%DATADIR%%/docs/images/network-outage2.png X%%DATADIR%%/docs/images/noninterleaved1.png X%%DATADIR%%/docs/images/noninterleaved2.png X%%DATADIR%%/docs/images/physical-network.png X%%DATADIR%%/docs/images/plugintheory.png X%%DATADIR%%/docs/images/redudancy.png X%%DATADIR%%/docs/images/redundancy.png X%%DATADIR%%/docs/images/service-dependencies.png X%%DATADIR%%/docs/images/statetransitions.png X%%DATADIR%%/docs/images/statetransitions2.png X%%DATADIR%%/docs/about.html X%%DATADIR%%/docs/addons.html X%%DATADIR%%/docs/beginners.html X%%DATADIR%%/docs/cgiauth.html X%%DATADIR%%/docs/cgiincludes.html X%%DATADIR%%/docs/cgis.html X%%DATADIR%%/docs/checkscheduling.html X%%DATADIR%%/docs/clusters.html X%%DATADIR%%/docs/commandfile.html X%%DATADIR%%/docs/config.html X%%DATADIR%%/docs/configcgi.html X%%DATADIR%%/docs/configextinfo.html X%%DATADIR%%/docs/configmain.html X%%DATADIR%%/docs/configobject.html X%%DATADIR%%/docs/dependencies.html X%%DATADIR%%/docs/distributed.html X%%DATADIR%%/docs/downtime.html X%%DATADIR%%/docs/embeddedperl.html X%%DATADIR%%/docs/escalations.html X%%DATADIR%%/docs/eventhandlers.html X%%DATADIR%%/docs/extcommands.html X%%DATADIR%%/docs/faqs.html X%%DATADIR%%/docs/flapping.html X%%DATADIR%%/docs/freshness.html X%%DATADIR%%/docs/funstuff.html X%%DATADIR%%/docs/index.html X%%DATADIR%%/docs/indirectchecks.html X%%DATADIR%%/docs/installing.html X%%DATADIR%%/docs/installweb.html X%%DATADIR%%/docs/int-portsentry.html X%%DATADIR%%/docs/int-snmptrap.html X%%DATADIR%%/docs/int-tcpwrappers.html X%%DATADIR%%/docs/macros.html X%%DATADIR%%/docs/networkoutages.html X%%DATADIR%%/docs/networkreachability.html X%%DATADIR%%/docs/notifications.html X%%DATADIR%%/docs/parallelization.html X%%DATADIR%%/docs/passivechecks.html X%%DATADIR%%/docs/perfdata.html X%%DATADIR%%/docs/plugins.html X%%DATADIR%%/docs/plugintheory.html X%%DATADIR%%/docs/redundancy.html X%%DATADIR%%/docs/robots.txt X%%DATADIR%%/docs/security.html X%%DATADIR%%/docs/stalking.html X%%DATADIR%%/docs/starting.html X%%DATADIR%%/docs/statetypes.html X%%DATADIR%%/docs/stoprestart.html X%%DATADIR%%/docs/templaterecursion.html X%%DATADIR%%/docs/templatetricks.html X%%DATADIR%%/docs/timeperiods.html X%%DATADIR%%/docs/toc.html X%%DATADIR%%/docs/tuning.html X%%DATADIR%%/docs/verifyconfig.html X%%DATADIR%%/docs/volatileservices.html X%%DATADIR%%/docs/whatsnew.html X%%DATADIR%%/docs/xdata-db.html X%%DATADIR%%/docs/xeddefault.html X%%DATADIR%%/docs/xedtemplate.html X%%DATADIR%%/docs/xoddefault.html X%%DATADIR%%/docs/xodtemplate.html X%%DATADIR%%/docs/xpddefault.html X%%DATADIR%%/docs/xpdfile.html X%%DATADIR%%/images/ack.gif X%%DATADIR%%/images/command.png X%%DATADIR%%/images/comment.gif X%%DATADIR%%/images/contexthelp1.gif X%%DATADIR%%/images/contexthelp2.gif X%%DATADIR%%/images/critical.png X%%DATADIR%%/images/delay.gif X%%DATADIR%%/images/delete.gif X%%DATADIR%%/images/disabled.gif X%%DATADIR%%/images/down.gif X%%DATADIR%%/images/downtime.gif X%%DATADIR%%/images/empty.gif X%%DATADIR%%/images/enabled.gif X%%DATADIR%%/images/extinfo.gif X%%DATADIR%%/images/flapping.gif X%%DATADIR%%/images/greendot.gif X%%DATADIR%%/images/histogram.png X%%DATADIR%%/images/history.gif X%%DATADIR%%/images/hostevent.gif X%%DATADIR%%/images/info.png X%%DATADIR%%/images/left.gif X%%DATADIR%%/images/logofullsize.jpg X%%DATADIR%%/images/logos/nagios.gd2 X%%DATADIR%%/images/logos/nagios.gif X%%DATADIR%%/images/logos/nagiosvrml.png X%%DATADIR%%/images/logos/unknown.gd2 X%%DATADIR%%/images/logos/unknown.gif X%%DATADIR%%/images/logrotate.png X%%DATADIR%%/images/ndisabled.gif X%%DATADIR%%/images/noack.gif X%%DATADIR%%/images/notes.gif X%%DATADIR%%/images/notify.gif X%%DATADIR%%/images/orangedot.gif X%%DATADIR%%/images/passiveonly.gif X%%DATADIR%%/images/recovery.png X%%DATADIR%%/images/redudancy.png X%%DATADIR%%/images/redundancy.png X%%DATADIR%%/images/restart.gif X%%DATADIR%%/images/right.gif X%%DATADIR%%/images/sbconfig.png X%%DATADIR%%/images/sbgeneral.png X%%DATADIR%%/images/sblogo.jpg X%%DATADIR%%/images/sbmonitor.png X%%DATADIR%%/images/sbreport.png X%%DATADIR%%/images/serviceevent.gif X%%DATADIR%%/images/start.gif X%%DATADIR%%/images/status.gif X%%DATADIR%%/images/status2.gif X%%DATADIR%%/images/status3.gif X%%DATADIR%%/images/status4.gif X%%DATADIR%%/images/stop.gif X%%DATADIR%%/images/tacdisabled.jpg X%%DATADIR%%/images/tacdisabled.png X%%DATADIR%%/images/tacenabled.jpg X%%DATADIR%%/images/tacenabled.png X%%DATADIR%%/images/thermcrit.png X%%DATADIR%%/images/thermok.png X%%DATADIR%%/images/thermwarn.png X%%DATADIR%%/images/trends.gif X%%DATADIR%%/images/trendshost.png X%%DATADIR%%/images/trendssvc.png X%%DATADIR%%/images/unknown.png X%%DATADIR%%/images/up.gif X%%DATADIR%%/images/warning.png X%%DATADIR%%/images/weblogo1.png X%%DATADIR%%/images/zoom1.gif X%%DATADIR%%/images/zoom2.gif X%%DATADIR%%/index.html X%%DATADIR%%/main.html X%%DATADIR%%/media/critical.wav X%%DATADIR%%/media/hostdown.wav X%%DATADIR%%/media/warning.wav X%%DATADIR%%/robots.txt X%%DATADIR%%/side.html X%%DATADIR%%/stylesheets/avail.css X%%DATADIR%%/stylesheets/checksanity.css X%%DATADIR%%/stylesheets/cmd.css X%%DATADIR%%/stylesheets/config.css X%%DATADIR%%/stylesheets/extinfo.css X%%DATADIR%%/stylesheets/histogram.css X%%DATADIR%%/stylesheets/history.css X%%DATADIR%%/stylesheets/ministatus.css X%%DATADIR%%/stylesheets/notifications.css X%%DATADIR%%/stylesheets/outages.css X%%DATADIR%%/stylesheets/showlog.css X%%DATADIR%%/stylesheets/status.css X%%DATADIR%%/stylesheets/statusmap.css X%%DATADIR%%/stylesheets/summary.css X%%DATADIR%%/stylesheets/tac.css X%%DATADIR%%/stylesheets/trends.css X@unexec rmdir %D/etc/nagios 2>/dev/null || true X@dirrm %%DATADIR%%/cgi-bin X@dirrm %%DATADIR%%/contexthelp X@dirrm %%DATADIR%%/docs/images X@dirrm %%DATADIR%%/docs X@dirrm %%DATADIR%%/images/logos X@dirrm %%DATADIR%%/images X@dirrm %%DATADIR%%/media X@dirrm %%DATADIR%%/ssi X@dirrm %%DATADIR%%/stylesheets X@dirrm %%DATADIR%%/ X@unexec rmdir /var/spool/nagios/archives 2>/dev/null || true X@unexec rmdir /var/spool/nagios/rw 2>/dev/null || true X@unexec rmdir /var/spool/nagios 2>/dev/null || true END-of-nagios/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407130729.i6D7TiGh093895>