pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hobbitmon Hobbitmon is a big brother like network ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/805f6b1a19fd
branches:  trunk
changeset: 487361:805f6b1a19fd
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Jan 13 09:27:06 2005 +0000

description:
Hobbitmon is a big brother like network monitoring tool

diffstat:

 net/hobbitmon/DESCR            |   14 ++
 net/hobbitmon/Makefile         |   73 ++++++++++++
 net/hobbitmon/PLIST            |  234 +++++++++++++++++++++++++++++++++++++++++
 net/hobbitmon/distinfo         |   12 ++
 net/hobbitmon/patches/patch-aa |  214 +++++++++++++++++++++++++++++++++++++
 net/hobbitmon/patches/patch-ab |   13 ++
 net/hobbitmon/patches/patch-ac |   13 ++
 net/hobbitmon/patches/patch-ad |   12 ++
 net/hobbitmon/patches/patch-af |   12 ++
 net/hobbitmon/patches/patch-ag |   18 +++
 net/hobbitmon/patches/patch-ah |   13 ++
 net/hobbitmon/patches/patch-ai |   11 +
 12 files changed, 639 insertions(+), 0 deletions(-)

diffs (truncated from 687 to 300 lines):

diff -r f5c305a4ba9c -r 805f6b1a19fd net/hobbitmon/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hobbitmon/DESCR       Thu Jan 13 09:27:06 2005 +0000
@@ -0,0 +1,14 @@
+Hobbit is the successor to the bbgen toolkit, which 
+has been available as an add-on to Big Brother since late 2002.
+The name change was decided upon when Hobbit acquired enough
+functionality to be a stand-alone product. The tools that formed
+the bbgen toolkit are still present in Hobbit and are quite 
+important for it, so if you have used bbgen before, Hobbit
+will seem quite familiar.
+
+Hobbit monitors your hosts, your network services, and anything else
+you configure it to do via extensions. Hobbit will
+periodically generate requests to network services - http, ftp,
+smtp and so on - and record if the service is responding as
+expected. Through the use of agents installed on the servers,
+you can also monitor local disk utilisation, logfiles and processes.
diff -r f5c305a4ba9c -r 805f6b1a19fd net/hobbitmon/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hobbitmon/Makefile    Thu Jan 13 09:27:06 2005 +0000
@@ -0,0 +1,73 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/13 09:27:06 manu Exp $
+#
+
+DISTNAME=      hobbit-4.0beta4
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hobbitmon/}
+
+MAINTAINER=    manu%NetBSD.org@localhost
+HOMEPAGE=      http://hobbitmon.sourceforge.net/
+COMMENT=       Network services monitor a la Big Brother
+
+DEPENDS+=      fping>2:../../net/fping
+
+USE_BUILDLINK3=        YES
+HAS_CONFIGURE= YES
+USE_GNU_TOOLS+=        make
+USE_PKGINSTALL=YES
+
+.include "../../mk/bsd.prefs.mk"
+
+BBUSER?=       hobbit
+BBGROUP?=      hobbit
+BBTOPDIR?=     ${PREFIX}/hobbit
+BBLOGDIR?=     /var/log/hobbit
+BBHOSTURL?=    /hobbit
+CGIDIR?=       ${BBTOPDIR}/cgi-bin
+BBCGIURL?=     /cgi-bin
+BBHOSTIP?=     127.0.0.1
+
+PKG_GROUPS=    ${BBGROUP}
+PKG_USERS=     ${BBUSER}:${BBGROUP}::Hobbit\\ monitor:${BBTOPDIR}
+
+CONFIGURE_ENV+=        TARGET=hobbit
+CONFIGURE_ENV+=        FPING=${PREFIX}/sbin/fping
+CONFIGURE_ENV+=        RRDINC=${PREFIX}/include
+CONFIGURE_ENV+=        RRDLIB=${PREFIX}/lib/librrd.a
+CONFIGURE_ENV+=        PNGLIB=${PREFIX}/lib/libpng.a
+CONFIGURE_ENV+=        LDAPINC=${PREFIX}/include
+CONFIGURE_ENV+=        LDAPLIB=${PREFIX}/lib
+CONFIGURE_ENV+=        OSSLINC=${PREFIX}/include
+CONFIGURE_ENV+=        OSSLLIB=${PREFIX}/lib
+CONFIGURE_ENV+=        PCREINC=${PREFIX}/include
+CONFIGURE_ENV+=        PCRELIB=${PREFIX}/lib
+CONFIGURE_ENV+=        ENABLESSL=y
+CONFIGURE_ENV+=        ENABLELDAP=y
+CONFIGURE_ENV+=        BBUSER=${BBUSER}
+CONFIGURE_ENV+=        BBTOPDIR=${BBTOPDIR}
+CONFIGURE_ENV+=        BBHOSTURL=${BBHOSTURL}
+CONFIGURE_ENV+=        CGIDIR=${CGIDIR}
+CONFIGURE_ENV+=        BBCGIURL=${BBCGIURL}
+CONFIGURE_ENV+=        HTTPDGID=${APACHE_GROUP}
+CONFIGURE_ENV+=        BBLOGDIR=${BBLOGDIR}
+CONFIGURE_ENV+=        BBHOSTIP=${BBHOSTIP}
+CONFIGURE_ENV+=        MANROOT=${PREFIX}/man
+CONFIGURE_ENV+=        BARS=all
+CONFIGURE_ENV+=        USENEWHIST=y
+CONFIGURE_ENV+=        PIXELCOUNT=560
+
+do-install:
+       cd ${WRKSRC} ;                                          \
+       if ${TEST} -f ${BBTOPDIR}/server/etc/bb-hosts ; then    \
+               ${GMAKE} install ;                              \
+       else                                                    \
+               ${GMAKE} setup ;                                \
+       fi
+
+.include "../../databases/rrdtool/buildlink3.mk"
+.include "../../databases/openldap/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r f5c305a4ba9c -r 805f6b1a19fd net/hobbitmon/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hobbitmon/PLIST       Thu Jan 13 09:27:06 2005 +0000
@@ -0,0 +1,234 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/13 09:27:06 manu Exp $
+man/man1/bbhostshow.1
+man/man1/bbhostgrep.1
+man/man1/bbdigest.1
+man/man1/bbcmd.1
+man/man1/bb.1
+man/man1/bb-ack.cgi.1
+man/man1/bbgen.1
+man/man1/bbcombotest.1
+man/man1/bb-snapshot.cgi.1
+man/man1/bb-replog.cgi.1
+man/man1/bb-rep.cgi.1
+man/man1/bb-hostsvc.cgi.1
+man/man1/bb-hist.cgi.1
+man/man1/bb-findhost.cgi.1
+man/man1/bb-eventlog.cgi.1
+man/man1/bb-csvinfo.cgi.1
+man/man1/bbmessage.cgi.1
+man/man1/bbtest-net.1
+man/man1/bbretest-net.sh.1
+man/man1/hobbitgraph.cgi.1
+man/man5/hobbitserver.cfg.5
+man/man5/hobbitlaunch.cfg.5
+man/man5/bb-hosts.5
+man/man5/bbcombotest.cfg.5
+man/man5/bb-services.5
+man/man5/hobbitgraph.cfg.5
+man/man7/hobbit.7
+man/man8/hobbitlaunch.8
+man/man8/bbproxy.8
+man/man8/hobbitd_larrd.8
+man/man8/hobbitd_history.8
+man/man8/hobbitd_filestore.8
+man/man8/hobbitd_channel.8
+man/man8/hobbitd_alert.8
+man/man8/hobbitd.8
+hobbit/server/bin/bbcmd
+hobbit/server/bin/hobbitlaunch
+hobbit/server/bin/bb
+hobbit/server/bin/bbdigest
+hobbit/server/bin/bbhostshow
+hobbit/server/bin/bbhostgrep
+hobbit/server/bin/bbgen
+hobbit/server/bin/bb-larrdcolumn
+hobbit/server/bin/bb-webpage
+hobbit/server/bin/bb-ack.cgi
+hobbit/server/bin/bb-hostsvc.cgi
+hobbit/server/bin/bb-csvinfo.cgi
+hobbit/server/bin/bb-findhost.cgi
+hobbit/server/bin/bb-eventlog.cgi
+hobbit/server/bin/bb-snapshot.cgi
+hobbit/server/bin/bb-hist.cgi
+hobbit/server/bin/bb-replog.cgi
+hobbit/server/bin/bb-rep.cgi
+hobbit/server/bin/bb-infocolumn
+hobbit/server/bin/bbtest-net
+hobbit/server/bin/bbproxy
+hobbit/server/bin/hobbitd
+hobbit/server/bin/starthobbit.sh
+hobbit/server/bin/hobbitd_sample
+hobbit/server/bin/hobbitd_larrd
+hobbit/server/bin/hobbitd_alert
+hobbit/server/bin/hobbitd_history
+hobbit/server/bin/hobbitd_filestore
+hobbit/server/bin/hobbitd_channel
+hobbit/server/bin/hobbitgraph.cgi
+hobbit/server/etc/bb-services
+hobbit/server/etc/hobbitgraph.cfg
+hobbit/server/etc/columndoc.csv
+hobbit/server/etc/hobbit-apache.conf
+hobbit/server/etc/hobbitserver.cfg
+hobbit/server/etc/bb-hosts
+hobbit/server/etc/hobbit-alerts.cfg
+hobbit/server/etc/hobbitlaunch.cfg
+hobbit/server/ext/bbcombotest
+hobbit/server/ext/bbretest-net.sh
+hobbit/server/web/acknowledge_header
+hobbit/server/web/acknowledge_footer
+hobbit/server/web/acknowledge_form
+hobbit/server/web/findhost_header
+hobbit/server/web/findhost_footer
+hobbit/server/web/findhost_form
+hobbit/server/web/report_header
+hobbit/server/web/report_footer
+hobbit/server/web/report_form
+hobbit/server/web/bbrep_footer
+hobbit/server/web/info_footer
+hobbit/server/web/bbnk_footer
+hobbit/server/web/bbrep_header
+hobbit/server/web/graphs_footer
+hobbit/server/web/info_header
+hobbit/server/web/bbnk_header
+hobbit/server/web/bb2_header
+hobbit/server/web/bb2_footer
+hobbit/server/web/histlog_footer
+hobbit/server/web/graphs_header
+hobbit/server/web/hostsvc_footer
+hobbit/server/web/maint_footer
+hobbit/server/web/hist_footer
+hobbit/server/web/histlog_header
+hobbit/server/web/hostsvc_header
+hobbit/server/web/bb_footer
+hobbit/server/web/replog_footer
+hobbit/server/web/bb_header
+hobbit/server/web/maint_header
+hobbit/server/web/columndoc_footer
+hobbit/server/web/hist_header
+hobbit/server/web/replog_header
+hobbit/server/web/columndoc_header
+hobbit/server/www/gifs/bbfindhost1.gif
+hobbit/server/www/gifs/bbfindhost2.gif
+hobbit/server/www/gifs/unknown-recent.gif
+hobbit/server/www/gifs/clear.gif
+hobbit/server/www/gifs/green.gif
+hobbit/server/www/gifs/yellow.gif
+hobbit/server/www/gifs/red.gif
+hobbit/server/www/gifs/purple-recent.gif
+hobbit/server/www/gifs/bkg-clear.gif
+hobbit/server/www/gifs/bkg-green.gif
+hobbit/server/www/gifs/README
+hobbit/server/www/gifs/purple.gif
+hobbit/server/www/gifs/bkg-blue.gif
+hobbit/server/www/gifs/blue-recent.gif
+hobbit/server/www/gifs/red-recent.gif
+hobbit/server/www/gifs/blue.gif
+hobbit/server/www/gifs/yellow-ack.gif
+hobbit/server/www/gifs/green-recent.gif
+hobbit/server/www/gifs/arrow.gif
+hobbit/server/www/gifs/purple-ack.gif
+hobbit/server/www/gifs/red-ack.gif
+hobbit/server/www/gifs/yellow-recent.gif
+hobbit/server/www/gifs/bkg-red.gif
+hobbit/server/www/gifs/bkg-yellow.gif
+hobbit/server/www/gifs/clear-recent.gif
+hobbit/server/www/gifs/bkg-purple.gif
+hobbit/server/www/help/bb-findhost.html
+hobbit/server/www/help/manpages/man1/bb-eventlog.cgi.1.html
+hobbit/server/www/help/manpages/man1/bb-rep.cgi.1.html
+hobbit/server/www/help/manpages/man1/bbmessage.cgi.1.html
+hobbit/server/www/help/manpages/man1/bbtest-net.1.html
+hobbit/server/www/help/manpages/man1/bb-ack.cgi.1.html
+hobbit/server/www/help/manpages/man1/bb-findhost.cgi.1.html
+hobbit/server/www/help/manpages/man1/bb-hist.cgi.1.html
+hobbit/server/www/help/manpages/man1/bb-csvinfo.cgi.1.html
+hobbit/server/www/help/manpages/man1/bbcombotest.1.html
+hobbit/server/www/help/manpages/man1/bb-hostsvc.cgi.1.html
+hobbit/server/www/help/manpages/man1/bbcmd.1.html
+hobbit/server/www/help/manpages/man1/bbdigest.1.html
+hobbit/server/www/help/manpages/man1/bbhostgrep.1.html
+hobbit/server/www/help/manpages/man1/bbhostshow.1.html
+hobbit/server/www/help/manpages/man1/bb.1.html
+hobbit/server/www/help/manpages/man1/bbgen.1.html
+hobbit/server/www/help/manpages/man1/bbretest-net.sh.1.html
+hobbit/server/www/help/manpages/man1/bb-replog.cgi.1.html
+hobbit/server/www/help/manpages/man1/hobbitgraph.cgi.1.html
+hobbit/server/www/help/manpages/man1/bb-snapshot.cgi.1.html
+hobbit/server/www/help/manpages/man5/hobbitlaunch.cfg.5.html
+hobbit/server/www/help/manpages/man5/hobbitgraph.cfg.5.html
+hobbit/server/www/help/manpages/man5/hobbitserver.cfg.5.html
+hobbit/server/www/help/manpages/man5/bb-hosts.5.html
+hobbit/server/www/help/manpages/man5/bb-services.5.html
+hobbit/server/www/help/manpages/man5/bbcombotest.cfg.5.html
+hobbit/server/www/help/manpages/man7/hobbit.7.html
+hobbit/server/www/help/manpages/man8/hobbitd_channel.8.html
+hobbit/server/www/help/manpages/man8/hobbitd.8.html
+hobbit/server/www/help/manpages/man8/hobbitd_filestore.8.html
+hobbit/server/www/help/manpages/man8/hobbitd_larrd.8.html
+hobbit/server/www/help/manpages/man8/hobbitd_history.8.html
+hobbit/server/www/help/manpages/man8/hobbitd_alert.8.html
+hobbit/server/www/help/manpages/man8/bbproxy.8.html
+hobbit/server/www/help/manpages/man8/hobbitlaunch.8.html
+hobbit/server/www/help/manpages/index.html
+hobbit/server/www/help/about.html
+hobbit/server/www/help/hobbitmain.png
+hobbit/server/www/help/hobbit-bbhosts.png
+hobbit/server/www/help/hobbit-apacheconf.txt
+hobbit/server/www/help/configure.txt
+hobbit/server/www/help/known-issues.html
+hobbit/server/www/help/install.html
+hobbit/server/www/help/hobbit-tips.html
+hobbit/server/www/help/hobbit-config.html
+hobbit/server/www/help/hobbit-bigbrother.html
+hobbit/server/www/help/hobbit-alerts.html
+hobbit/server/www/help/bb-to-hobbit.html
+hobbit/server/www/help/hobbitprocs.png
+hobbit/server/www/menu/menu_items.js
+hobbit/server/www/menu/menu_tpl.js
+hobbit/server/www/menu/menu.css
+hobbit/server/www/menu/README
+hobbit/server/www/menu/menu.js
+hobbit/server/www/menu/menu_items.js.DIST
+hobbit/server/starthobbit.sh
+hobbit/cgi-bin/bb-rep.sh
+hobbit/cgi-bin/bb-histlog.sh
+hobbit/cgi-bin/bb-hostsvc.sh
+hobbit/cgi-bin/bbmessage.cgi
+hobbit/cgi-bin/bb-csvinfo.sh
+hobbit/cgi-bin/bb-findhost.sh
+hobbit/cgi-bin/bb-eventlog.sh
+hobbit/cgi-bin/bb-snapshot.sh
+hobbit/cgi-bin/bb-hist.sh



Home | Main Index | Thread Index | Old Index