[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: mystuff
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: mystuff
- From: Jim Dew <jdew@cleannorth.org>
- Date: Thu, 10 Jul 2008 14:07:52 -0401 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Thu, 10 Jul 2008 14:08:06 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <TFtapC.A.6Y.cAldIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Nuke
Modified Files:
--------------
mystuff/sysutils:
Makefile
Removed Files:
-------------
mystuff/sysutils/nagios:
Makefile
distinfo
mystuff/sysutils/nagios/files:
httpd-nagios.conf
mystuff/sysutils/nagios/patches:
patch-xdata_xcddb_c
patch-xdata_xdddb_c
patch-xdata_xeddb_c
patch-xdata_xrddb_c
patch-xdata_xsddb_c
mystuff/sysutils/nagios/pkg:
DEINSTALL
DESCR
INSTALL
PLIST
USERINST
mystuff/sysutils/nagios-plugins:
Makefile
distinfo
patch-check_ntp
mystuff/sysutils/nagios-plugins/pkg:
DESCR
PLIST
Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /cvs/mystuff/sysutils/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -Lsysutils/Makefile -Lsysutils/Makefile -u -r1.1.1.1 -r1.2
--- sysutils/Makefile
+++ sysutils/Makefile
@@ -1,8 +1,6 @@
# $OpenBSD: Makefile,v 1.46 2004/07/20 12:01:13 espie Exp $
SUBDIR += clamav
-SUBDIR += nagios
-SUBDIR += nagios-plugins
SUBDIR += p5-Authen-SMB
.include <bsd.port.subdir.mk>
--- sysutils/nagios/Makefile
+++ /dev/null
@@ -1,96 +0,0 @@
-# $OpenBSD$
-
-COMMENT= "powerful network monitoring system"
-
-DISTNAME= nagios-1.2
-CATEGORIES= net
-
-HOMEPAGE= http://www.nagios.org
-
-MAINTAINER= ports@openbsd.org
-
-# GPL
-PERMIT_PACKAGE_CDROM= Yes
-PERMIT_PACKAGE_FTP= Yes
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP= Yes
-
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}
-
-## problem with sample-config generation (perl)
-#SEPARATE_BUILD= Yes
-NO_REGRESS= Yes
-
-LIB_DEPENDS= gd.18::graphics/gd \
- jpeg::graphics/jpeg \
- png::graphics/png
-
-CONFIGURE_STYLE= gnu
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LIBS="-lttf"
-CONFIGURE_ARGS+= --with-nagios-user=_nagios \
- --with-nagios-grp=_nagios \
- --with-command-user=_nagios \
- --with-command-grp=www \
- --with-init-dir=${PREFIX}/share/nagios \
- --with-gd-inc=${LOCALBASE}/include \
- --with-gd-lib=${LOCALBASE}/lib \
- --with-cgiurl=/cgi-bin/nagios \
- --with-htmurl=/nagios \
- --with-lockfile=/var/run/nagios.pid \
- --sbindir=/var/www/cgi-bin/nagios \
- --libexecdir=${PREFIX}/libexec/nagios \
- --datadir=/var/www/htdocs/nagios/share \
- --localstatedir=${VARDIR}
-#SUBST_VARS= CONFDIR VARDIR CONFWWW
-SUBST_VARS= PREFIX2 VARDIR CONFWWW SYSCONFDIR
-
-pre-fake:
- ${PKGDIR}/USERINST
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/daemon-init ${PREFIX}/libexec/nagios-init
-# ${INSTALL_DATA_DIR} ${SYSCONFDIR}
-# ${INSTALL_DATA_DIR} ${VARDIR}
-# ${INSTALL_DATA_DIR} ${CONFWWW}
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nagios
- ${INSTALL_DATA} ${FILESDIR}/httpd-nagios.conf ${PREFIX}/share/examples/nagios/
- for file in ${WRKSRC}/sample-config/*.cfg \
- ${WRKSRC}/sample-config/template-object/*.cfg; do \
- ${INSTALL_DATA} $$file ${PREFIX}/share/examples/nagios/ ; \
- done;
-
-FLAVORS= mysql pgsql chroot
-FLAVOR?=
-
-# mysql
-.if ${FLAVOR:L:Mmysql}
-CONFIGURE_ARGS+= --with-mysql-lib=${LOCALBASE}/lib/mysql \
- --with-mysql-inc=${LOCALBASE}/include/mysql \
- --with-mysql-status \
- --with-myqsl-comments \
- --with-mysql-retention \
- --with-mysql-downtime
-.endif
-
-# postgres
-.if ${FLAVOR:L:Mpgsql}
-LIB_DEPENDS+= pq.2::databases/postgresql
-CONFIGURE_ARGS+= --with-pgsql-lib=${LOCALBASE}/lib \
- --with-pgsql-inc=${LOCALBASE}/include/postgresql \
- --with-pgsql-xdata
-.endif
-
-# chroot
-.if ${FLAVOR:L:Mchroot}
-PATCH_LIST= patch-* chroot_patch-*
-PREFIX2=
-SYSCONFDIR= ${PREFIX2}/var/www/htdocs/nagios/etc
-VARDIR= ${PREFIX2}/var/www/htdocs/nagios/var
-.else
-PREFIX2=
-SYSCONFDIR= /etc/nagios
-VARDIR= ${PREFIX2}/var/log/nagios
-.endif
-CONFWWW= ${PREFIX2}/var/www/conf
-
-.include <bsd.port.mk>
--- sysutils/nagios/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nagios-1.2.tar.gz) = 414d70e5269d5b8d7c21bf3ee129309f
-RMD160 (nagios-1.2.tar.gz) = a5a6da9e9ede4948706197beb83d64d46f287859
-SHA1 (nagios-1.2.tar.gz) = 7c52bf9738df60b84e6cf4d49d73a190067f8760
--- sysutils/nagios/files/httpd-nagios.conf
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## httpd conf for nagios
-##
-
-ScriptAlias /nagios/cgi-bin/ /var/www/cgi-bin/nagios/
-<Directory "/var/www/cgi-bin/nagios/">
- AllowOverride AuthConfig
- Options ExecCGI
- Order deny,allow
- Deny from all
- Allow from 127.0.0.1
-</Directory>
-
-Alias /nagios/ /var/www/htdocs/nagios/share/
-<Directory "/var/www/htdocs/nagios/share">
- Options +Indexes
- AllowOverride AuthConfig
- Order deny,allow
- Deny from all
- Allow from 127.0.0.1
-</Directory>
-
--- sysutils/nagios/patches/patch-xdata_xcddb_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD$
---- xdata/xcddb.c.orig 2004-04-05 22:00:16.000000000 -0400
-+++ xdata/xcddb.c 2004-04-05 22:01:05.000000000 -0400
-@@ -51,7 +51,7 @@
- #endif
-
- #ifdef USE_XCDPGSQL
--#include <pgsql/libpq-fe.h>
-+#include <postgresql/libpq-fe.h>
- #endif
-
-
--- sysutils/nagios/patches/patch-xdata_xdddb_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD$
---- xdata/xdddb.c.orig 2004-04-05 22:00:33.000000000 -0400
-+++ xdata/xdddb.c 2004-04-05 22:01:21.000000000 -0400
-@@ -51,7 +51,7 @@
- #endif
-
- #ifdef USE_XDDPGSQL
--#include <pgsql/libpq-fe.h>
-+#include <postgresql/libpq-fe.h>
- #endif
-
-
--- sysutils/nagios/patches/patch-xdata_xsddb_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD$
---- xdata/xsddb.c.orig 2004-04-05 22:00:26.000000000 -0400
-+++ xdata/xsddb.c 2004-04-05 22:01:34.000000000 -0400
-@@ -48,7 +48,7 @@
- #endif
-
- #ifdef USE_XSDPGSQL
--#include <pgsql/libpq-fe.h>
-+#include <postgresql/libpq-fe.h>
- #endif
-
-
--- sysutils/nagios/patches/patch-xdata_xrddb_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD$
---- xdata/xrddb.c.orig 2004-04-05 22:00:06.000000000 -0400
-+++ xdata/xrddb.c 2004-04-05 22:00:46.000000000 -0400
-@@ -43,7 +43,7 @@
- #endif
-
- #ifdef USE_XRDPGSQL
--#include <pgsql/libpq-fe.h>
-+#include <postgresql/libpq-fe.h>
- #endif
-
-
--- sysutils/nagios/patches/patch-xdata_xeddb_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$OpenBSD$
---- xdata/xeddb.c.orig 2004-04-05 22:33:30.000000000 -0400
-+++ xdata/xeddb.c 2004-04-05 22:33:38.000000000 -0400
-@@ -44,7 +44,7 @@
- #endif
-
- #ifdef USE_XEDPGSQL
--#include <pgsql/libpq-fe.h>
-+#include <postgresql/libpq-fe.h>
- #endif
-
-
--- sysutils/nagios/pkg/USERINST
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-
-PREFIX=${PKG_PREFIX:-/usr/local}
-NAGIOSUSER=_nagios
-NAGIOSGROUP=_nagios
-ID=527
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-groupinfo -e $NAGIOSGROUP
-if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSGROUP group for nagios"
-else
- echo "===> Creating $NAGIOSGROUP group for nagios"
- groupadd -g $ID $NAGIOSGROUP
-fi
-userinfo -e $NAGIOSUSER
-if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSUSER user for nagios"
-else
- echo "===> Creating $NAGIOSUSER user for nagios"
- useradd -g $NAGIOSGROUP -d /dev/null -L daemon -c 'nagios network monitor' -s /sbin/nologin -u $ID $NAGIOSUSER
-fi
-
-#!/bin/sh
-
-PREFIX=${PKG_PREFIX:-/usr/local}
-NAGIOSUSER=_nagios
-NAGIOSGROUP=_nagios
-ID=527
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-groupinfo -e $NAGIOSGROUP
-if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSGROUP group for nagios"
-else
- echo "===> Creating $NAGIOSGROUP group for nagios"
- groupadd -g $ID $NAGIOSGROUP
-fi
-userinfo -e $NAGIOSUSER
-if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSUSER user for nagios"
-else
- echo "===> Creating $NAGIOSUSER user for nagios"
- useradd -g $NAGIOSGROUP -d /dev/null -L daemon -c 'nagios network monitor' -s /sbin/nologin -u $ID $NAGIOSUSER
-fi
-
--- sysutils/nagios/pkg/PLIST
+++ /dev/null
@@ -1,309 +0,0 @@
-@comment $OpenBSD$
-bin/nagios
-libexec/nagios-init
-share/examples/nagios/cgi.cfg
-share/examples/nagios/checkcommands.cfg
-share/examples/nagios/contactgroups.cfg
-share/examples/nagios/contacts.cfg
-share/examples/nagios/dependencies.cfg
-share/examples/nagios/escalations.cfg
-share/examples/nagios/hostgroups.cfg
-share/examples/nagios/hosts.cfg
-share/examples/nagios/minimal.cfg
-share/examples/nagios/misccommands.cfg
-share/examples/nagios/nagios.cfg
-share/examples/nagios/resource.cfg
-share/examples/nagios/services.cfg
-share/examples/nagios/timeperiods.cfg
-share/examples/nagios/httpd-nagios.conf
-@dirrm share/examples/nagios
-@cwd /var/www/cgi-bin
-nagios/avail.cgi
-nagios/cmd.cgi
-nagios/config.cgi
-nagios/extinfo.cgi
-nagios/histogram.cgi
-nagios/history.cgi
-nagios/notifications.cgi
-nagios/outages.cgi
-nagios/showlog.cgi
-nagios/status.cgi
-nagios/statusmap.cgi
-nagios/statuswml.cgi
-nagios/statuswrl.cgi
-nagios/summary.cgi
-nagios/tac.cgi
-nagios/trends.cgi
-@dirrm nagios
-@cwd /var/www/htdocs
-nagios/share/media/critical.wav
-nagios/share/media/hostdown.wav
-nagios/share/media/warning.wav
-nagios/share/stylesheets/avail.css
-nagios/share/stylesheets/checksanity.css
-nagios/share/stylesheets/cmd.css
-nagios/share/stylesheets/config.css
-nagios/share/stylesheets/extinfo.css
-nagios/share/stylesheets/histogram.css
-nagios/share/stylesheets/history.css
-nagios/share/stylesheets/ministatus.css
-nagios/share/stylesheets/notifications.css
-nagios/share/stylesheets/outages.css
-nagios/share/stylesheets/showlog.css
-nagios/share/stylesheets/status.css
-nagios/share/stylesheets/statusmap.css
-nagios/share/stylesheets/summary.css
-nagios/share/stylesheets/tac.css
-nagios/share/stylesheets/trends.css
-nagios/share/contexthelp/A1.html
-nagios/share/contexthelp/A2.html
-nagios/share/contexthelp/A3.html
-nagios/share/contexthelp/A4.html
-nagios/share/contexthelp/A5.html
-nagios/share/contexthelp/A6.html
-nagios/share/contexthelp/A7.html
-nagios/share/contexthelp/B1.html
-nagios/share/contexthelp/C1.html
-nagios/share/contexthelp/D1.html
-nagios/share/contexthelp/E1.html
-nagios/share/contexthelp/F1.html
-nagios/share/contexthelp/G1.html
-nagios/share/contexthelp/G2.html
-nagios/share/contexthelp/G3.html
-nagios/share/contexthelp/G4.html
-nagios/share/contexthelp/G5.html
-nagios/share/contexthelp/G6.html
-nagios/share/contexthelp/H1.html
-nagios/share/contexthelp/H2.html
-nagios/share/contexthelp/H3.html
-nagios/share/contexthelp/H4.html
-nagios/share/contexthelp/H5.html
-nagios/share/contexthelp/H6.html
-nagios/share/contexthelp/H7.html
-nagios/share/contexthelp/H8.html
-nagios/share/contexthelp/I1.html
-nagios/share/contexthelp/I2.html
-nagios/share/contexthelp/I3.html
-nagios/share/contexthelp/I4.html
-nagios/share/contexthelp/I5.html
-nagios/share/contexthelp/I6.html
-nagios/share/contexthelp/I7.html
-nagios/share/contexthelp/I8.html
-nagios/share/contexthelp/J1.html
-nagios/share/contexthelp/K1.html
-nagios/share/contexthelp/L1.html
-nagios/share/contexthelp/L10.html
-nagios/share/contexthelp/L11.html
-nagios/share/contexthelp/L12.html
-nagios/share/contexthelp/L13.html
-nagios/share/contexthelp/L2.html
-nagios/share/contexthelp/L3.html
-nagios/share/contexthelp/L4.html
-nagios/share/contexthelp/L5.html
-nagios/share/contexthelp/L6.html
-nagios/share/contexthelp/L7.html
-nagios/share/contexthelp/L8.html
-nagios/share/contexthelp/L9.html
-nagios/share/contexthelp/M1.html
-nagios/share/contexthelp/M2.html
-nagios/share/contexthelp/M3.html
-nagios/share/contexthelp/M4.html
-nagios/share/contexthelp/M5.html
-nagios/share/contexthelp/M6.html
-nagios/share/contexthelp/N1.html
-nagios/share/contexthelp/N2.html
-nagios/share/contexthelp/N3.html
-nagios/share/contexthelp/N4.html
-nagios/share/contexthelp/N5.html
-nagios/share/contexthelp/N6.html
-nagios/share/contexthelp/N7.html
-nagios/share/docs/images/activepassive.png
-nagios/share/docs/images/cgi-avail-a.png
-nagios/share/docs/images/cgi-avail-b.png
-nagios/share/docs/images/cgi-cmd.png
-nagios/share/docs/images/cgi-config.png
-nagios/share/docs/images/cgi-extinfo-a.png
-nagios/share/docs/images/cgi-extinfo-b.png
-nagios/share/docs/images/cgi-extinfo-c.png
-nagios/share/docs/images/cgi-extinfo-d.png
-nagios/share/docs/images/cgi-histogram.png
-nagios/share/docs/images/cgi-history.png
-nagios/share/docs/images/cgi-notifications.png
-nagios/share/docs/images/cgi-outages.png
-nagios/share/docs/images/cgi-showlog.png
-nagios/share/docs/images/cgi-status-a.png
-nagios/share/docs/images/cgi-status-b.png
-nagios/share/docs/images/cgi-status-c.png
-nagios/share/docs/images/cgi-status-d.png
-nagios/share/docs/images/cgi-statusmap.png
-nagios/share/docs/images/cgi-statuswml.png
-nagios/share/docs/images/cgi-statuswrl.png
-nagios/share/docs/images/cgi-summary.png
-nagios/share/docs/images/cgi-tac.png
-nagios/share/docs/images/cgi-trends.png
-nagios/share/docs/images/checktiming.png
-nagios/share/docs/images/distributed.png
-nagios/share/docs/images/host-dependencies.png
-nagios/share/docs/images/indirecthostcheck.png
-nagios/share/docs/images/indirectsvccheck.png
-nagios/share/docs/images/indirectsvccheck2.png
-nagios/share/docs/images/interleaved1.png
-nagios/share/docs/images/interleaved2.png
-nagios/share/docs/images/interleaved3.png
-nagios/share/docs/images/logofullsize.png
-nagios/share/docs/images/network-heirarchy.png
-nagios/share/docs/images/network-outage1.png
-nagios/share/docs/images/network-outage2.png
-nagios/share/docs/images/noninterleaved1.png
-nagios/share/docs/images/noninterleaved2.png
-nagios/share/docs/images/physical-network.png
-nagios/share/docs/images/plugintheory.png
-nagios/share/docs/images/redudancy.png
-nagios/share/docs/images/redundancy.png
-nagios/share/docs/images/service-dependencies.png
-nagios/share/docs/images/statetransitions.png
-nagios/share/docs/images/statetransitions2.png
-nagios/share/docs/robots.txt
-nagios/share/docs/about.html
-nagios/share/docs/addons.html
-nagios/share/docs/beginners.html
-nagios/share/docs/cgiauth.html
-nagios/share/docs/cgiincludes.html
-nagios/share/docs/cgis.html
-nagios/share/docs/checkscheduling.html
-nagios/share/docs/clusters.html
-nagios/share/docs/commandfile.html
-nagios/share/docs/config.html
-nagios/share/docs/configcgi.html
-nagios/share/docs/configextinfo.html
-nagios/share/docs/configmain.html
-nagios/share/docs/configobject.html
-nagios/share/docs/dependencies.html
-nagios/share/docs/distributed.html
-nagios/share/docs/downtime.html
-nagios/share/docs/embeddedperl.html
-nagios/share/docs/escalations.html
-nagios/share/docs/eventhandlers.html
-nagios/share/docs/extcommands.html
-nagios/share/docs/faqs.html
-nagios/share/docs/flapping.html
-nagios/share/docs/freshness.html
-nagios/share/docs/funstuff.html
-nagios/share/docs/index.html
-nagios/share/docs/indirectchecks.html
-nagios/share/docs/installing.html
-nagios/share/docs/installweb.html
-nagios/share/docs/int-portsentry.html
-nagios/share/docs/int-snmptrap.html
-nagios/share/docs/int-tcpwrappers.html
-nagios/share/docs/macros.html
-nagios/share/docs/networkoutages.html
-nagios/share/docs/networkreachability.html
-nagios/share/docs/notifications.html
-nagios/share/docs/parallelization.html
-nagios/share/docs/passivechecks.html
-nagios/share/docs/perfdata.html
-nagios/share/docs/plugins.html
-nagios/share/docs/plugintheory.html
-nagios/share/docs/redundancy.html
-nagios/share/docs/security.html
-nagios/share/docs/stalking.html
-nagios/share/docs/starting.html
-nagios/share/docs/statetypes.html
-nagios/share/docs/stoprestart.html
-nagios/share/docs/templaterecursion.html
-nagios/share/docs/templatetricks.html
-nagios/share/docs/timeperiods.html
-nagios/share/docs/toc.html
-nagios/share/docs/tuning.html
-nagios/share/docs/verifyconfig.html
-nagios/share/docs/volatileservices.html
-nagios/share/docs/whatsnew.html
-nagios/share/docs/xdata-db.html
-nagios/share/docs/xeddefault.html
-nagios/share/docs/xedtemplate.html
-nagios/share/docs/xoddefault.html
-nagios/share/docs/xodtemplate.html
-nagios/share/docs/xpddefault.html
-nagios/share/docs/xpdfile.html
-nagios/share/images/logos/nagios.gd2
-nagios/share/images/logos/nagios.gif
-nagios/share/images/logos/nagiosvrml.png
-nagios/share/images/logos/unknown.gd2
-nagios/share/images/logos/unknown.gif
-nagios/share/images/ack.gif
-nagios/share/images/comment.gif
-nagios/share/images/contexthelp1.gif
-nagios/share/images/contexthelp2.gif
-nagios/share/images/delay.gif
-nagios/share/images/delete.gif
-nagios/share/images/disabled.gif
-nagios/share/images/down.gif
-nagios/share/images/downtime.gif
-nagios/share/images/empty.gif
-nagios/share/images/enabled.gif
-nagios/share/images/extinfo.gif
-nagios/share/images/flapping.gif
-nagios/share/images/greendot.gif
-nagios/share/images/history.gif
-nagios/share/images/hostevent.gif
-nagios/share/images/left.gif
-nagios/share/images/ndisabled.gif
-nagios/share/images/noack.gif
-nagios/share/images/notes.gif
-nagios/share/images/notify.gif
-nagios/share/images/up.gif
-nagios/share/images/orangedot.gif
-nagios/share/images/passiveonly.gif
-nagios/share/images/restart.gif
-nagios/share/images/right.gif
-nagios/share/images/serviceevent.gif
-nagios/share/images/start.gif
-nagios/share/images/status.gif
-nagios/share/images/status2.gif
-nagios/share/images/status3.gif
-nagios/share/images/status4.gif
-nagios/share/images/stop.gif
-nagios/share/images/trends.gif
-nagios/share/images/zoom1.gif
-nagios/share/images/zoom2.gif
-nagios/share/images/logofullsize.jpg
-nagios/share/images/sblogo.jpg
-nagios/share/images/tacdisabled.jpg
-nagios/share/images/tacenabled.jpg
-nagios/share/images/command.png
-nagios/share/images/critical.png
-nagios/share/images/histogram.png
-nagios/share/images/info.png
-nagios/share/images/logrotate.png
-nagios/share/images/recovery.png
-nagios/share/images/redudancy.png
-nagios/share/images/redundancy.png
-nagios/share/images/sbconfig.png
-nagios/share/images/sbgeneral.png
-nagios/share/images/sbmonitor.png
-nagios/share/images/sbreport.png
-nagios/share/images/tacdisabled.png
-nagios/share/images/tacenabled.png
-nagios/share/images/thermcrit.png
-nagios/share/images/thermok.png
-nagios/share/images/thermwarn.png
-nagios/share/images/trendshost.png
-nagios/share/images/trendssvc.png
-nagios/share/images/unknown.png
-nagios/share/images/warning.png
-nagios/share/images/weblogo1.png
-nagios/share/robots.txt
-nagios/share/index.html
-nagios/share/main.html
-nagios/share/side.html
-@dirrm nagios/share/images/logos
-@dirrm nagios/share/images
-@dirrm nagios/share/contexthelp
-@dirrm nagios/share/docs/images
-@dirrm nagios/share/docs
-@dirrm nagios/share/media
-@dirrm nagios/share/stylesheets
-@dirrm nagios/share
-@cwd ${VARDIR}
-@comment @dirrm archives
--- sysutils/nagios/pkg/DEINSTALL
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-# $OpenBSD$
-#
-# Nagios de-installation
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-PREFIX=${PKG_PREFIX:-/usr/local}
-NAGIOSUSER=_nagios
-NAGIOSGROUP=_nagios
-CONFIG_DIR=${SYSCONFDIR}
-
-echo
-echo "+---------------"
-echo "| To completely deinstall the $1 package you need"
-echo "| to perform these steps as root:"
-echo "|"
-echo "| userdel $NAGIOSUSER"
-echo "| groupdel $NAGIOSGROUP"
-echo "| rm -rf ${CONFIG_DIR}"
-echo "|"
-echo "| Do not do this if you plan on re-installing $1"
-echo "| at some future time."
-echo "+---------------"
-echo
-
-exit 0
--- sysutils/nagios/pkg/INSTALL
+++ /dev/null
@@ -1,94 +0,0 @@
-#!/bin/sh
-# $OpenBSD$
-#
-# Pre/post-installation setup
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-PREFIX=${PKG_PREFIX:-/usr/local}
-NAGIOSUSER=_nagios
-NAGIOSGROUP=_nagios
-ID=527
-CONFIG_DIR=${SYSCONFDIR}
-SAMPLE_CONFIG_DIR=$PREFIX/share/examples/nagios
-VAR_DIR=${VARDIR}
-CONF_WWW=${CONFWWW}
-
-do_usergroup_install()
-{
- groupinfo -e $NAGIOSGROUP
- if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSGROUP group for nagios"
- else
- echo "===> Creating $NAGIOSGROUP group for nagios"
- groupadd -g $ID $NAGIOSGROUP
- fi
- userinfo -e $NAGIOSUSER
- if [ $? -eq 0 ]; then
- echo "===> Using $NAGIOSUSER user for nagios"
- else
- echo "===> Creating $NAGIOSUSER user for nagios"
- useradd -g $NAGIOSGROUP -d /nonexistent -L daemon -c 'nagios network monitor' -s /sbin/nologin -u $ID $NAGIOSUSER
- fi
-}
-
-do_notice()
-{
- echo
- echo "+---------------"
- echo "| The existing $1 configuration files in $CONFIG_DIR,"
- echo "| have NOT been changed. You may want to compare them to the"
- echo "| current sample files in $SAMPLE_CONFIG_DIR,"
- echo "| and update your configuration as needed."
- echo "+---------------"
- echo
-}
-
-do_notice_conf()
-{
- install -d -o root -g wheel -m 755 $CONFIG_DIR
- install -d -o root -g wheel -m 755 $VAR_DIR
- install -d -o root -g wheel -m 755 $VAR_DIR/archives
- install -o root -g wheel -m 644 ${SAMPLE_CONFIG_DIR}/httpd-nagios.conf ${CONF_WWW}/httpd-nagios.conf
- for file in ${SAMPLE_CONFIG_DIR}/*.cfg; do
- install -o $NAGIOSUSER -g $NAGIOSGROUP -m 644 $file $CONFIG_DIR/
- done
- echo
- echo "+---------------"
- echo "| Sample $1 configuration files have been installed in"
- echo "| $CONFIG_DIR and $CONF_WWW for apache."
- echo "| Change the configuration to meet your needs."
- echo "| "
- echo "| To use nagios with chrooted httpd, you need to do this: "
- echo "| $ mkdir /var/www/var && ln -s / /var/www/var/www"
- echo "| in order to have good path and same config for nagios"
- echo "| daemon and cgis"
- echo "+---------------"
- echo
-}
-
-# Verify/process the command
-#
-case $2 in
- PRE-INSTALL)
- do_usergroup_install
- ;;
- POST-INSTALL)
- if [ ! -d "$CONFIG_DIR" ]; then
- do_notice_conf $1
- else
- do_notice $1
- fi
- echo "+---------------"
- echo "| it may be useful to :"
- echo "| $ chown -R $NAGIOSUSER:$NAGIOSGROUP /var/www/htdocs/nagios/var"
- echo "|"
- echo "| also don't forget to set nagios user/perms (htaccess for example in cgi-bin dir)"
- echo "+---------------"
- ;;
- *)
- echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
- exit 1
- ;;
-esac
-
-exit 0
--- sysutils/nagios/pkg/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Nagios� is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system, but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser.
--- sysutils/nagios-plugins/patch-check_ntp
+++ /dev/null
@@ -1,21 +0,0 @@
---- /usr/local/libexec/nagios/check_ntp.orig 2004-04-04 19:49:24.000000000 +0200
-+++ /usr/local/libexec/nagios/check_ntp 2004-04-04 19:48:30.000000000 +0200
-@@ -63,7 +63,7 @@
- use strict;
- use Getopt::Long;
- use vars qw($opt_V $opt_h $opt_H $opt_w $opt_c $opt_j $opt_k $verbose $PROGNAME $def_jitter);
--use lib "nagios";
-+use lib "/usr/local/libexec/nagios";
- use utils qw($TIMEOUT %ERRORS &print_revision &support);
-
- $PROGNAME="check_ntp";
-@@ -177,7 +177,8 @@
- ###
- ###
-
--if (!open (NTPDATE, "$utils::PATH_TO_NTPDATE -q $host 2>&1 |")) {
-+#if (!open (NTPDATE, "$utils::PATH_TO_NTPDATE -q $host 2>&1 |")) {
-+if (!open (NTPDATE, "/usr/local/sbin/ntpdate -q $host 2>&1 |")) {
- print "Could not open ntpdate\n";
- exit $ERRORS{"UNKNOWN"};
- }
--- sysutils/nagios-plugins/Makefile
+++ /dev/null
@@ -1,82 +0,0 @@
-# $OpenBSD$
-
-COMMENT= "base plugins for nagios"
-
-DISTNAME= nagios-plugins-1.3.1
-CATEGORIES= net
-
-HOMEPAGE= http://www.nagios.org
-
-MAINTAINER= ports@openbsd.org
-
-# GPL
-PERMIT_PACKAGE_CDROM= Yes
-PERMIT_PACKAGE_FTP= Yes
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP= Yes
-
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
-
-#SEPARATE_BUILD= No
-NO_REGRESS= Yes
-
-#RUN_DEPENDS= nagios::net/nagios
-CONFIGURE_STYLE= gnu
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ARGS+= --with-nagios-user=_nagios \
- --with-nagios-grp=_nagios \
- --with-cgiurl=/cgi-bin/nagios \
- --with-openssl=/usr \
- --libexecdir=${PREFIX}/libexec/nagios
-
-FLAVORS= mysql pgsql ldap radius snmp fping ntp
-FLAVOR?=
-
-# mysql
-.if ${FLAVOR:L:Mmysql}
-CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
-LIB_DEPENDS+= lib/mysql/mysqlclient.10:mysql-client-3.23.*:databases/mysql
-.else
-CONFIGURE_ARGS+= --without-mysql
-.endif
-
-# postgres
-.if ${FLAVOR:L:Mpgsql}
-LIB_DEPENDS+= pq.2::databases/postgresql
-CONFIGURE_ARGS+= --with-pgsql=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-pgsql
-.endif
-
-# ldap
-.if ${FLAVOR:L:Mldap}
-LIB_DEPENDS+= ldap::databases/openldap
-CONFIGURE_ARGS+= --with-ldap=/usr/local
-CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include"
-## this one is ignored
-#.else
-#CONFIGURE_ARGS+= --without-ldap
-.endif
-
-# snmp
-.if ${FLAVOR:L:Msnmp}
-LIB_DEPENDS+= snmp::net/ucd-snmp
-.endif
-
-# fping
-.if ${FLAVOR:L:Mfping}
-LIB_DEPENDS+= fping::net/fping
-.endif
-
-# ntp
-.if ${FLAVOR:L:Mntp}
-RUN_DEPENDS+= ntp::net/ntp
-# need a post-compile patch for check_ntp (change ntpdate location)
-.endif
-
-# radius
-.if ${FLAVOR:L:Mradius}
-# prefered one ?
-.endif
-
-.include <bsd.port.mk>
--- sysutils/nagios-plugins/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nagios-plugins-1.3.1.tar.gz) = 0078c9c8137694181a4cdf596fdbd74f
-RMD160 (nagios-plugins-1.3.1.tar.gz) = 356308fa8354ada43e7ef492fbd580dff7b7b398
-SHA1 (nagios-plugins-1.3.1.tar.gz) = dccbb84473533040830ad574e9eaa76c108f52a2
--- sysutils/nagios-plugins/pkg/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $OpenBSD$
-libexec/nagios/check_breeze
-libexec/nagios/check_by_ssh
-libexec/nagios/check_dig
-libexec/nagios/check_disk
-libexec/nagios/check_disk_smb
-libexec/nagios/check_dns
-libexec/nagios/check_dummy
-libexec/nagios/check_flexlm
-@comment libexec/nagios/check_fping
-libexec/nagios/check_ftp
-@comment libexec/nagios/check_game
-libexec/nagios/check_hpjd
-libexec/nagios/check_http
-libexec/nagios/check_ifoperstatus
-libexec/nagios/check_ifstatus
-libexec/nagios/check_imap
-libexec/nagios/check_ircd
-@comment libexec/nagios/check_ldap
-libexec/nagios/check_load
-libexec/nagios/check_log
-libexec/nagios/check_mailq
-libexec/nagios/check_mrtg
-libexec/nagios/check_mrtgtraf
-@comment libexec/nagios/check_mysql
-libexec/nagios/check_nagios
-libexec/nagios/check_nntp
-libexec/nagios/check_nt
-libexec/nagios/check_ntp
-libexec/nagios/check_nwstat
-libexec/nagios/check_oracle
-libexec/nagios/check_overcr
-@comment libexec/nagios/check_pgsql
-libexec/nagios/check_ping
-libexec/nagios/check_pop
-libexec/nagios/check_procs
-libexec/nagios/check_real
-libexec/nagios/check_rpc
-libexec/nagios/check_sensors
-libexec/nagios/check_simap
-libexec/nagios/check_smtp
-libexec/nagios/check_snmp
-libexec/nagios/check_spop
-libexec/nagios/check_ssh
-libexec/nagios/check_tcp
-libexec/nagios/check_time
-libexec/nagios/check_udp
-libexec/nagios/check_ups
-libexec/nagios/check_users
-libexec/nagios/check_vsz
-libexec/nagios/check_wave
-libexec/nagios/negate
-libexec/nagios/urlize
-libexec/nagios/utils.pm
-libexec/nagios/utils.sh
-@dirrm libexec/nagios
- Prev by Date: CVS Update: mystuff
- Next by Date: CVS Update: mystuff
- Previous by thread: CVS Update: mystuff
- Next by thread: CVS Update: mystuff
- Index(es):