Commit graph

146 commits

Author SHA1 Message Date
Dirk Meyer
fd59850748 Hobbit is a system for monitoring servers and networks. It has a great deal
of inspiration from the Big Brother monitor, but unlike Big Brother it is
designed to work well whether you need to monitor small network with just
a handful of hosts, or large networks with thousands of hosts.

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.

This is the server.

WWW: http://hobbitmon.sourceforge.net/
2008-01-28 16:01:17 +00:00
Dirk Meyer
cff03bf167 Hobbit is a system for monitoring servers and networks. It has a great deal
of inspiration from the Big Brother monitor, but unlike Big Brother it is
designed to work well whether you need to monitor small network with just
a handful of hosts, or large networks with thousands of hosts.

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.

This is the client.

WWW: http://hobbitmon.sourceforge.net/
2008-01-28 11:56:56 +00:00
Clement Laforet
b1d1079d11 - Add cacti-spine formely know as (cacti-)cactid
- Move it to net-mgmt to follow cacti
- Drop maintenership

Repocopy done by:       marcus
2008-01-27 20:20:29 +00:00
Martin Wilke
25e7a0db9d This module collects ip validation routines to make input validation, and
untainting easier and more readable.

All functions return an untainted value if the test passes, and undef if it
fails. This means that you should always check for a defined status
explicitly. Don't assume the return will be true. (e.g. is_username('0'))

The value to test is always the first (and often only) argument.

WWW: http://search.cpan.org/dist/Data-Validate-IP/

PR:		ports/119264
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net>
2008-01-14 11:15:31 +00:00
Renato Botelho
3b9a8a3824 This module provides shortcuts when performing repetitive information-retrieval
tasks with p5-SNMP.

WWW:	http://search.cpan.org/dist/SNMP-Simple/

PR:		ports/118623
Submitted by:	BluePex Security Solutions <freebsd-ports at bluepex.com>
2007-12-12 18:38:06 +00:00
Erwin Lansing
4c411b83ec net-mgmt/wispytools has been replaced by net-mgmt/spectools.
PR:		117044
Submitted by:	Henrik Brix Andersen <henrik@brixandersen.dk>
2007-10-29 14:19:48 +00:00
Marcelo Araujo
10990a435b Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/

PR:		ports/116756
Approved by:	stas (mentor)
2007-10-29 10:07:27 +00:00
Martin Wilke
a079cec3c2 collectd is a small daemon written in C for performance. It reads various
system & network statistics along with updating output RRD or CSV files.
The daemon is very fast and allows for frequent polling of values, with
support for polling as frequent as every 10 seconds.

WWW: http://www.collectd.org/

PR:		ports/116736
Submitted by:	Matt Peterson <matt at peterson.org>
2007-10-08 18:28:19 +00:00
Edwin Groothuis
166a48ec9b [NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6
DoCoMo's Open Source SEND project provides an implementation of
	RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
	secures the IPv6 neighbor discovery protocol, countering the threats
	discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
	Threats).

	DoCoMo's SEND is implemented completely in user space, so it is
	portable and lends itself to experimentation. It currently runs on
	Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).

	Also included in the distribution are implementations of RFC3972
	Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
	Extensions for IP Addresses and AS Identifiers.

	WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html

Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
submit patches for it now it is commited.

PR:		ports/116540
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2007-09-23 06:39:06 +00:00
Martin Wilke
609e437cfa 2007-09-15 x11-wm/obtuner: broken with recent Openbox and the project is not active anymore
2007-08-22 www/mapedit: Depends on obsolete version of jdk
2007-08-22 www/hotjava: Depends on obsolete version of jdk
2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8)
2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions
2007-09-18 15:22:54 +00:00
Martin Wilke
797fbf53b1 2007-08-29 security/vncrypt: not supported on any current version of FreeBSD
2007-09-15 net-mgmt/ocs-unix-agent: Use net-mgmt/ocsinventory-agent instead
2007-09-18 15:14:53 +00:00
Edwin Groothuis
d20b297245 [NEW PORT] net-mgmt/netxms: NetXMS - network monitoring system
NetXMS is new and rapidly developing monitoring system,
	released under GPL2 license. It can be used for monitoring
	entire IT infrastructure, starting with SNMP-capable hardware
	(like switches and routers) and ending with applications
	on your servers. NetXMS is an extremely reliable and powerful
	monitoring system, enabling you to improve your network
	availability and service levels.

	WWW: http://www.netxms.org/

PR:		ports/114495
Submitted by:	samflanker@gmail.com
2007-09-07 12:15:26 +00:00
Edwin Groothuis
19e8252e65 New port: snmp++ v3 library
SNMP++v3.x is a C++ API which supports SNMP v1, v2c, and v3.

	SNMP++v3.x is based on SNMP++v2.8 from HP* and extends it
	by support for SNMPv3 and a couple of bug fixes.

	The v3 support to SNMP++ and AGENT++ is provided by courtesy
	of Jochen Katz (katz07@agentpp.com).

	SNMP++v3.x extends the original SNMP++v2.8 by the following:
	# SNMPv3 including User Security Model (USM) with:
	# MD5 and SHA authentication
	# DES and IDEA privacy
	# Thread-safety
	# Bug-fixes

	WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html for further details.

PR:		ports/112669
Submitted by:	Nicolai Petri <nicolai@petri.cc>
2007-09-07 07:53:34 +00:00
Sergey Matveychuk
7cd81ff1ce New port: net-mgmt/nagios-devel Nagios development stream (3.0.b2)
PR:		ports/114763
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
2007-08-30 14:54:59 +00:00
Ion-Mihai Tetcu
03d5cb4b2b Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/

PR:		ports/115520
Submitted by:	Dennis Cabooter
2007-08-24 14:55:36 +00:00
Edwin Groothuis
714deb5fac [repocopy] net/smokeping -> databases/smokeping
Based on the description of this port, it belongs more in
	net-mgmt than in net.

PR:		ports/114323
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	lth@
2007-08-11 11:13:39 +00:00
Martin Wilke
5623fbea3f - Connect net-mgmt/nfsen-devel 2007-08-02 10:04:08 +00:00
Martin Wilke
d52ce20c04 2007-07-31 x11-fm/endeavour: Development ceased, this port should be updated to Endeavour Mark II
2007-08-01 security/p5-openxpki-client-soap-lite: No longer maintained by Developers.
2007-06-26 net-mgmt/aircrack: Please use net-mgmt/aircrack-ng.
2007-08-01 15:32:50 +00:00
Martin Wilke
148a7749a1 - Switch categorie net -> net-mgmt
- Connect jffnms in net-mgmt
2007-07-14 22:30:17 +00:00
Li-Wen Hsu
430a488d97 Add nagircbot 0.0.20, IRC bot for Nagios.
PR:		ports/112210
Submitted by:	Antoine Beaupre <anarcat AT koumbit.org>
2007-07-06 07:15:08 +00:00
Martin Matuska
e639fcadfa The OpenLLDP project aims to provide a comprehensive implementation of the
IEEE standard 802.1AB Link Layer Discovery Protocol. LLDP is an industry
standard protocol designed to supplant proprietary Link-Layer protocols
such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol).

WWW: http://sourceforge.net/projects/openlldp/

PR:		ports/113063
Submitted by:	Roar Pettersen <roar at uib.no>
Approved by:	garga (mentor)
2007-06-27 13:54:23 +00:00
Andrew Pantyukhin
52e6a297ab - Complete repomove of net/zabbix-agent to net-mgmt/zabbix-agent
PR:		ports/113658
Repocopy by:	marcus
2007-06-18 15:31:39 +00:00
Sergey Matveychuk
42348a6422 - Move net/cacti to net-mgmt category
- Fix format of previous line in MOVED (pointyhat to pav)

PR:		ports/113495
Submitted by:	edwin
2007-06-18 11:09:46 +00:00
Pav Lucistnik
324725bb7d A SNMP library built on top of glib2 and gnet2. The goal of the project is to
provide an efficient, clean, portable implementation of an SNMP stack for
management applications.

WWW: https://trac.eecs.iu-bremen.de/projects/gsnmp/

PR:		ports/113511
Submitted by:	Matt Peterson <matt@peterson.org>
2007-06-16 12:15:27 +00:00
Martin Wilke
042855d8b2 Macroscope is a squid, sendmail, courier, bpft log files analizer,
IP sniffer and HTML report generator.
Features:
  squid log file parser.
  sendmail log file parser.
  courier log file parser.
  bpft(ports/net-mgmt/bpft) log file parser.
  Database backends support: MySQL, Firebird.
  IP sniffer via pcap library (ports/net/libpcap).
  Direct commit changes to database in realtime (no log files).
  Traffic static HTML reports generating by date periods.
  Traffic dynamic HTML reports generating via CGI (Web interface).
  Multithreading architecture.
  Portable: BSD os'es and Windows NT family supported, but tested at this time
            only under FreeBSD 5.x 6.x amd64 i386 and Windows 2000 XP 2003.

WWW: http://developer.berlios.de/projects/macroscope/

- Dukashvili Guram
white_raven@users.berlios.de

PR:		ports/112653
Submitted by:	Dukashvili Guram <white_raven at users.berlios.de>
2007-06-14 15:32:40 +00:00
Martin Wilke
1af9fb6933 Open Computer and Software Inventory Next Generation is an application designed
to help a network or system administrator keep track of the computers
configuration and software that are installed on the network

WWW: http://www.ocsinventory-ng.org/

PR:		ports/112590
Submitted by:	Dennis cabooter<freebsd@rootxs.org>
2007-06-11 12:25:36 +00:00
Rong-En Fan
62dd3f6919 - Add net-mgmt/nfdump-devel back
PR:   	         ports/112807
Work done by:    miwi
2007-06-10 11:41:39 +00:00
Andrew Pantyukhin
5dcdddcbe8 - Update to 0.9.5
- Connect to the build [1]

Suggested by:	kris [1]
2007-06-04 05:51:03 +00:00
MIHIRA Sanpei Yoshiro
036489e28a - Move net/mrtg-ping-probe to net-mgmt category, to improve consistency
(mrtg port is already in net-mgmt.)

PR:		ports/112802
2007-06-03 04:00:15 +00:00
Gabor Kovesdan
6c7a051b99 Network Weathermap is a perl tool that displays in a visual way the utilization
of the network links of your network. The required data are acquired from
graphs created by the MRTG package and are displayed as two ways colored arrows
on a map representing the logical topology of the network. The resulted image
is presented in a web page using extra DHTML and JavaScript code for web-over
pop-ups, based on the OverLib JavaScript library.

WWW:    http://netmon.grnet.gr/weathermap/

Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
		(via private mail)
2007-05-31 09:05:35 +00:00
Martin Wilke
12f5d21f63 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port
2007-04-10 japanese/firefox-ja: Incomplete pkg-plist
2007-04-10 japanese/lookup-xemacs: Does not install
2007-04-10 lang/linux-hla: Does not compile
2007-04-10 mail/vmailmgr: Incomplete pkg-plist
2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install'
2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD
2007-04-10 net-mgmt/tas: Incomplete pkg-plist
2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0
2007-04-10 news/inn-stable: Fails to patch
2007-04-10 palm/malsync: Does not build with new pilot-link
2007-04-10 russian/elm.language: Leaves behind files on deinstall
2007-04-10 russian/pine.language: Leaves behind config file on deinstall
2007-04-01 science/py-scipy03: Replaced by py-scipy
2007-04-10 security/php4-cryptopp: Does not compile
2007-04-10 17:40:51 +00:00
Andrew Pantyukhin
e4c03bc5da Add port net-mgmt/pktstat:
Pktstat listens to the network and shows the bandwidth being consumed
by packets of various kinds in realtime. It understands some protocols
(including FTP, HTTP, and X11) and adds a descriptive name next to the
entry.

WWW: http://www.adaptive-enterprises.com.au/~d/software/pktstat/
Author: David Leonard <leonard at users.sourceforge.net>

Adapted from:	OpenBSD port
2007-04-05 07:51:52 +00:00
Martin Wilke
6e3ad7831e - Add Develoment version of net-mgmt/rancid
Rancid monitors a router's (or device's) configuration, including software
and hardware (cards, serial numbers, etc), using CVS. Rancid currently
supports Bay routers, Cisco routers, Juniper routers, Catalyst switches,
Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd),
Alteon switches, HP procurve switches, Hitachi routers.

Rancid logs into each of the devices in a router table file, runs various
commands, chomps the output, and emails any differences ( sample) from
the previous collection to a mail list.

A looking glass is also included with rancid, based on Ed Kern's in use on
http://nitrous.digex.net/. Rancid version has added functions, supports cisco,
juniper, and foundry and uses the login scripts that come with rancid;
so it can use rsh, telnet, or ssh to connect to your router(s).

WWW: http://www.shrubbery.net/rancid/

PR:             110607
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
Repocopy by:    marcus
2007-03-26 09:06:53 +00:00
Pav Lucistnik
61af452adf check_certexp is a Nagios plugin for checking the number of days left until a
certificate expires. The check is done via an SSL connection (STARTTLS
mechanisms are not supported). The plugin is written in Perl, should work with
the embedded Perl interpreter (not tested though) and requires Net::SSLeay and
Date::Manip to be installed on the Nagios host.

Author: Holger Weiss <holger@CIS.FU-Berlin.DE>
WWW:    http://www.jhweiss.de/software/nagios.html

PR:		ports/110603
Submitted by:	Eric Cronin <ecronin@gizmolabs.org>
2007-03-24 19:07:40 +00:00
Andrew Pantyukhin
74a05dfa3b Add port net-mgmt/horde-nic - a very simple network service monitor
WWW: http://horde.org/nic/

PR:		ports/110541
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
2007-03-19 22:33:48 +00:00
Martin Wilke
419210ee8c check_pf is a plugin intended for use with the Nagios network
monitoring system.  This plugin checks the status of PF, the OpenBSD
packet filter, and compares the current state count to given or default
thresholds, returning the result.  It is written in C.

WWW:	http://www.zampanosbits.com/check_pf/

PR:		ports/110112
Submitted by:	Kian Mohageri <kian.mohageri at gmail.com>
2007-03-09 10:11:58 +00:00
Martin Wilke
7589c1d522 Vidalia is a graphical Tor controller based on Qt 4.x.
WWW:     http://www.vidalia-project.net/
Authors: Matt Edman and Justin Hipple

PR:		ports/110034
Submitted by:	Fabian Keil <fk at fabiankeil.de>
2007-03-09 10:08:58 +00:00
Martin Wilke
12c779eb95 - Move ports/www/phpip to ports/net-mgmt/phpip
PR:		109106 [1]
                109159 [2]
Requested by:   Michael <admin@oregonfast.net>
Repocopy by:    marcus [2]
Approved by:	maintainer (implicit)
2007-02-26 19:16:40 +00:00
Alejandro Pulver
6a0b92db05 bsnmp-regex is a module for bsnmpd which allows creation of counters from log
files, program output or other text data. The counters use regular expressions
to count the number of matches, or parse out specific text/numbers. The
resulting data can then be queried or graphed with the usual SNMP tools.

PR:		ports/109103
Submitted by:	brock at cotcomsol.com
2007-02-18 15:21:55 +00:00
Rong-En Fan
cf89040c16 Add nedi , network Discovery and Monitoring tool.
PR:		ports/108807
Submitted by:	cristi
2007-02-07 13:56:46 +00:00
Vasil Dimov
8256d6c525 Remove expired leaf port:
2006-12-01 net-mgmt/pfpro: Does not compile
2007-01-26 08:50:10 +00:00
Ion-Mihai Tetcu
385aa2c790 Remove expired, unmaintained port: 2006-12-01 net-mgmt/apan: Does not install 2007-01-19 20:20:13 +00:00
Martin Wilke
d2a9ca79f8 Bacula-web is a php based web program that provides you a summarized output
of jobs that have already run. It obtains its information from your catalog
database. Aside from a nice graphical display, it provides summaries of your
jobs, as well as graphs of job usage. This is a fairly high level bacula
management tool. Here are a few points that one user made concerning this
important tool:

- It is web-based so can be accessed from anywhere.
- It is "read only" users can examine the state of the backups but not write
  to anything and therefore do no damage
- It packs a phenomenal amount of information into a single web-page - that I
credit as being very good design!

The documentation for bacula-web can be found in a separate bacula-web
document in the bacula-docs release.

WWW: http://www.bacula.org/

PR:		ports/107617
Submitted by:	Dan Langille <dan at langille.org>
2007-01-08 12:26:55 +00:00
Martin Wilke
9a676e7dbc NDPMon is an equivalent of ArpWatch for IPv6.
NDPMon, Neighbor Discovery Protocol Monitor, is a tool working with
ICMPv6 packets. NDPMon observes the local network to see if nodes
using neighbor discovery messages behave properly. When it detects
a suspicious Neighbor Discovery message, it notifies the administrator
by writing in the syslog and in some cases by sending an email
report.

WWW: http://ndpmon.sourceforge.net

Janos Mohacsi <janos.mohacsi@bsd.hu>

PR:		ports/106840
Submitted by:	janos.mohacsi at bsd.hu
2006-12-21 20:20:49 +00:00
Martin Wilke
a08308fc32 rcpd is a RCP server intended specifically for router
or network device clients. It is used to transfer
configurations, boot images, and kernels images
(eg: IOS) to the devices.

These files are often tranfered with TFTP, but TFTP
has reliability and speed issues and file size
limitations due to it's protocol specification and
underlying transport; while RCP is not affected.

WWW:	http://www.shrubbery.net/rcpd/

Submitted by:	Babak Farrokhi <farrokhi at FreeBSD.org>
2006-12-16 22:26:15 +00:00
Martin Wilke
e3e42399d8 Extras extensions and third party scripts for routers2 frontend
WWW: http://www.steveshipway.org/software/

PR:		ports/106720
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
2006-12-14 22:24:26 +00:00
Martin Wilke
a07ce68c37 Extensions of generic web-based frontend for the popular MRTG
systems monitoring software.

WWW: http://www.steveshipway.org/software/

PR:		ports/106714
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
2006-12-14 11:46:20 +00:00
Martin Wilke
0c78ae2751 A set of open source tools for accessing the 2.4GHz Wi-Spy USB
spectrum analyzer by Metageek LLC, http://www.metageek.net/

WWW: http://www.kismetwireless.net/wispy.shtml

PR:		ports/106667
Submitted by:	Henrik Brix Andersen <henrik at brixandersen.dk>
2006-12-14 11:38:53 +00:00
Martin Wilke
dfe5af430a Generic web-based frontend for the popular MRTG systems monitoring software.
WWW: http://www.steveshipway.org/software/

PR:		ports/106637
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
2006-12-12 19:31:12 +00:00
Pav Lucistnik
6f70979b76 * Argus is a system and network monitoring application.
* It will monitor nearly anything you ask it to monitor (TCP + UDP
  applications, IP connectivity, SNMP OIDS, Programs, Databases,
  etc).
* It presents a nice clean, easy to view web interface that will keep both the
  managers happy (Red Bad. Green Good.) and the techs happy ("Ah! that's what
  the problem is").
* It can send alerts numerous ways (such as via pager) and can automatically
  escalate if someone falls asleep.

WWW: http://argus.tcp4me.com/

PR:		ports/105837
Submitted by:	Brock Williams <brock@gringo.cotcomsol.com>
2006-12-01 16:02:07 +00:00