Update net-mgmt/nagios to Nagios 2.0.b6.
- Changed license to specifically state GPL version 2
- Minor fixes to sample nagios.cfg config file
- Fix for non-US date formats in command CGI
- Spec file updates
- Include file modifications for C++ event broker modules
- Minor event broker changes (addition of timed event "sleep" data)
- Added some sanity checks during write of status data for full partitions
- Sample web server config file changes
- Doc updates
PR: ports/89869
Sumitted by: Jarrod Sayers <jarrod@netleader.com.au>
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
- Support changes made to user, group or spool directory to be recorded in the
packing list correctly
- Added support for overriding install path of web component with an aim to
migrate the default from share/nagios to www/nagios
- Added temporary knob to allow users to migrate to the new default without
actually setting the path
PR: ports/88312
Submitted by: Jarrod Sayers (maintainer)
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
See Changelog for details.
Details about the changes to the port (as differntiated from the source):
- we depend on perl5 on build
- remove nagmin support as the nagmin port was never commited
- add rc.subr support
- document supported tunables
- add post-install documentation that documents the remaining
steps the user needs to take to finish the installation
- add deinstallation script the reminds the user to remove
the username, group and directory
PR: ports/62537
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
- update nagios port to 1.1
- add NAGIOS_FILE_PERFDATA switch to enable collection of
performance data to a file (suggested by Douglas K. Rand
<rand@meridian-enviro.com>)
PR: ports/53034
Submitted by: Blaz Zupan <blaz.zupan@amis.net>
- move nagios workfile directory from /usr/local/var/nagios
to /var/spool/nagios. /usr/local is read-only on some NFS
booted systems.
- remove scripts/checkps, everybody should have a working
/bin/ps by now.
- add new switches WITH_MYSQL and WITH_PGSQL which enable
support for putting configuration files into a MySQL or
PostgreSQL database, based on a patch submitted in PR
48102 by Krzysztof Stryjek <wtp@mud.pl>
PR: ports/48988
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org>
Move ${PREFIX}/share/nagios/sbin to ${PREFIX}/share/nagios/cgi-bin as that
is the location originally used by the nagios author.
Apache runs as user "www" now, so nagios the nagios socket should be owned by
"www" instead of nobody.
Submitted by: David Douthitt <n9ubh@callsign.net> via maintainer
- install configuration files with .dist suffix so that users configuration
files are not deleted on package removal
- create ${PREFIX}/var/netsaint/rw directory needed for correct operation
of CGI script
- fix netsaint.log file permission problem
- depend on netsaint-plugins port
PR: 26328
Submitted by: maintainer