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)
* Undefined Variable When SNMP=NONE:
Fixes an PHP undefined variable error from occurring when SNMP is set
the 'none' for a device.
* Patch to Correct for a Uninitialized Settings Array When Using Superlinks
Plugin:
When certain Cacti Plugins, such as Superlinks are used, the httpd
error log can become overrun with reset() and each() array warnings.
This patch will eliminate those errors.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
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>
- Augment CATEGORIES (add to `security')
- Improve on COMMENT, port description, and pkg-message
- Allow to build with SQLite support
- Switch to vendor-provided installation routine
- Utilize pkg-plist, since PLIST_FILES started to look overbloated,
hard to read and maintain in the future
- Remove check for FreeBSD <= 6.0, both 4.x and 5.x are beyond EOL
- Surround ${PKG_MESSAGE} with blank lines to be consistent with
with what pkg_add(1) does
Approved by: maintainer (lme)
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)
failed to open directory, error: No such file or directory)
- Look for sasl in LOCALBASE, not in PREFIX
PR: ports/123880
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Approved by: maintainer timeout (se; 2 months)
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far!
- nuke some small plists while here
PR: ports/125698
Submitted by: Andrew Stuart
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>