dumpfiles as generated by tcpdump(1) or via live capture from an
interface using pcap(3) into bidirectional flows, then exports those
flows to IPFIX Collecting Processes or in an IPFIX-based file format.
YAF's output can be used with the SiLK flow analysis tools and any
other IPFIX compliant toolchain.
WWW: http://tools.netsa.cert.org/yaf/index.html
PR: ports/136118
Submitted by: Dikshie <dikshie at sfc.wide.ad.jp>
SNMP: disks, memory, load, network interfaces, running processes, etc...
The other idea is to select disks, interfaces, process using regular
expressions:
- it is possible to test more than one disk/int/process in one Nagios check
(ex.: eth* instead of eth0,eth1,eth2,...)
- you only have to provide a unique part of the name to select a
disk/int/process (ex. : "C:" instead of "C:\ Label: Serial Number xxxxxxx"
makes it easy to use on multiple Windows hosts).
Most of these scripts can make performance outputs.
WWW: http://nagios.manubulon.com/
PR: ports/135523
Submitted by: Alexey V. Degtyarev
(daily.cvd) version to the version advertised from the ClamAV site. It verifies
the latest ClamAV revision using a DNS TXT query against
current.cvd.clamav.net.
WWW: http://bsd.phoenix.az.us/projects/check_clamav
PR: ports/135512
Submitted by: Alexey V. Degtyarev
the host it is running from and displays streams sorted by bandwidth
they use.
WWW: http://sourceforge.net/projects/jnettop
PR: ports/135304
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
availability with SNMP.
Why check_puppet?
1. It does check whether puppetd and puppetmasterd is alive.
2. It does check state.yaml freshness
3. It does not require the full net-mgmt/nagios-plugins package on the client
side
4. It is written in sh - code interpreter available in a base system
WWW: http://renatasystems.org/freebsd/check_puppet.html
PR: ports/135006
Submitted by: Alexey V. Degtyarev
One of the main advantages of this interface is use of PHP for generation of
dynamic page allowing highly configurable web statistic available for system
administrator with NeTAMS.
Features:
- View traffic for all the configured networks and peers
- Manage accounting policies with web interface
- Manage NeTAMS peers: clusters, networks, groups, hosts and users with web
interface
- NeTAMS database service
WWW: http://netams.it2k.ru
PR: ports/134426
Submitted by: Alexey V. Degtyarev
2009-04-29 devel/cppadvio: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be dropped
2009-04-12 multimedia/toxine: has been inactive for almost 5 years
2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to net-mgmt/nagios
2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead
2009-04-28 sysutils/tua: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
Nagios 3.x capability to display multiple lines of plugin output.
It calls multiple child plugins and displays their output in the
long_plugin_output. A summary is given in the standard plugin output.
The child return code with the highest severity becomes the parent
(check_multi) plugin return code.
The configuration is very simple: a NRPE-stylish config file contains
a tag for each child plugin and then the check command line.
check_multi can cover complex Business Process Views - using a builtin
state evaluation mechanism. The second benefit is cluster monitoring
with no need for extra services. All you need is provided by check_multi.
LICENSE: GPL2 or later
WWW: http://www.my-plugin.de/wiki/projects/check_multi/start
devices, commonly referred to as "filers".
This is the first public release of my NetApp Perl API, and although I
consider the code to be very stable, the API should be considered
experimental. The convention I will be following regarding
non-compatible API changes is as follows. I'm using a
major.minor.subminor release naming convention, and I will promise to
NOT make non-backwards compatible changes between subminor releases.
However, in order to allow the API to evolve, it is entirely possible
that non-backwards compatible changes will be made between minor
releases. IOW, the major.minor release numbers can be considered an
API version. Any changes to 1.1.0, 1.1.2, etc. must be backwards
compatible with the previous 1.1.* releases.
There is no guarantee that 1.2.0 will be 100% backwards compatible,
although such changes will be made only when justified. The author
does not believe in infinite backwards compatibility.
WWW: http://search.cpan.org/dist/NetApp/
PR: ports/131166
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x
2009-01-19 games/planeshift: Depends on broken, expired port
2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore
2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months
2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
It provides a captive portal / walled garden environment.
Coova builds on the popular features of the now defunct Chillispot.
WWW: http://www.coova.org/
PR: 130357
Submitted by: Sevan Janiyan <venture37 at geeklan dot co dot uk>
Instrumentation for Manageability is an IBM-initiated Open Source
project, intended to enhance the manageability of GNU/Linux
systems. It does so by enabling WBEM, Web Based Enterprise Management.
# I use this for VMware ESXi to obtain CIM info.
information about an IP address including contact/reporting addresses,
ASN/network info, reverse dns, and DNSBL listing status.
WWW: http://search.cpan.org/dist/Net-Abuse-Utils/
PR: ports/127950
Submitted by: Gea-Suan Lin <gslin at gslin.org>
and/or portupgrade packages to be installed on your FreeBSD system.
With these packages installed, the plugin will scan your system for
either vulnerable packages, or obsolete packages - and display
appropriate warnings to Nagios.
Portaudit can also be successfully run remotely from nrpe, and does
not require superuser privileges to operate.
WWW: http://www.geocities.com/ntb4real/proj/portaudit.htm
PR: ports/126710
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: gabor (mentor)
After evaluation of net-mgmt/nagiosgraph I decided to search for
something more useful -- Nagios Graph was too hackish and unpretty for
my taste. Digging through Nagios sites I had found PNP and was pleased
by its simplicity and power.
WWW: http://www.pnp4nagios.org/pnp/start
PR: ports/126576
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Nagios Plugin to monitor your FreeBSD Ports Tree for updates or
installed packages with known security vulnerabilities.
PR: ports/126497
Submitted by: Anders Troback <freebsd@troback.com>
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.
WWW: http://www.nagios.org
Approved by: araujo (mentor)
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.
WWW: http://search.cpan.org/dist/MRTG-Parse/
PR: ports/125879
Submitted by: gslin <gslin at host-1.pixnet.tw>
snmp4nagios home page:
SNMP4Nagios is a package of Nagios plugins which use SNMP
to query hosts. While some of the plugins use standard MIBs,
most are designed for vendor specific agents.
Unlike other Nagios plugins, they are able to scan hosts for
objects which can be monitored. They also can keep performance
logs and draw plots of these using Tobias Oetiker's RRDTool.
Currently devices by Brocade, Cisco, Compaq/HP and Network Appliance
as well as computers running Microsoft Windows or Net-SNMP
and uninterruptable power supplies are supported.
WWW: http://snmp4nagios.sourceforge.net/
PR: ports/124954
Submitted by: Ryan Steinmetz
2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned
2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead
2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead
2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi
- Add appropriate CONFLICTS, NO_LATEST_LINK.
- Upgrade net-mgmt/net-snmp to 5.4.1 [1].
PR: ports/110969 [1]
Submitted by: valerio.daelli@gmail.com [1]
This upgrade (5.3.x -> 5.4.1) includes various changes in original
sources.
If you find something strange (or missing/incorrect MIB values) than
5.3.x, please let me know. And you can choose net-mgmt/net-snmp53
port for old 5.3.x version.
cpu utilization and other system statistics.
It implements parts of UCD-SNMP-MIB for this. It is also possible to specify
your own commands under UCD-SNMP-MIB::extTable mib.
PR: ports/120238
Submitted by: Mikolaj Golub <to.my.trociny (at) gmail.com>
2007-12-01 www/xpi-surfkeys: Development has been ceased
2008-02-01 sysutils/eventwatcher: no active development
2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired
2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port
2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port
2008-01-22 benchmarks/tsung: "fails to install"
2007-10-03 games/ggo: developer's focus have moved elsewhere
2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers
systems. It first helps you to install, configure and use Tor. It then
reduces the task of anonymizing most applications to a single-click, including
Firefox, Opera, Konqueror, Pidgin, Kopete, SSH, and IRC.For advanced users
TorK provides detailed network information, and more, in an accessible manner.
WWW: http://www.anonymityanywhere.com/tork/
Submitted by: Beat Gätzi <beat at chruetertee.ch>
Net::Telnet::Cisco module and provides an easy way to manage and
monitor Cisco IOS devices. I'll mention this a lot,
but make sure you read up on Net::Telnet::Cisco for a lot of information.
WWW: http://search.cpan.org/dist/Net-Telnet-Cisco-IOS/
PR: ports/120349
Submitted by: Tsung-Han Yeh <snowfly at yunteche.du.tw>
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/
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/
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>