The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net-mgmt : nagios

Extremely powerful network monitoring system

 Nagios is a host and service monitor designed to inform you of network
problems before your clients, end-users or managers do. It has been
designed to run under the Linux operating system, but works fine under
most *NIX variants as well. The monitoring daemon runs intermittent
checks on hosts and services you specify using external "plugins"
which return status information to Nagios. When problems are
encountered, the daemon can send notifications out to administrative
contacts in a variety of different ways (email, instant message, SMS,
etc.). Current status information, historical logs, and reports can
all be accessed via a web browser.  

http://www.nagios.org/



nagios history


v. 1.65
date: 2007/12/12 13:57:52;  author: miwi;  state: Exp;  lines: +3 -2
- Update to 2.10

PR:		117742
Submitted by:	Jarrod Sayers  (maintainer)

v. 1.64 date: 2007/09/30 04:47:18; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.63 date: 2007/09/08 01:02:50; author: linimon; state: Exp; lines: +1 -5 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.62 date: 2007/05/19 20:19:47; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.61 date: 2007/04/15 18:55:26; author: miwi; state: Exp; lines: +1 -2 - Update to 2.9 Changelog: - Fix for incorrect performance data file write/append mode options - Fix for current status of hosts with no host check command defined - SIGSEGV signals should now be logged again (broken in 2.8) - Configure script fix for no mail program found/installed on system - Configure script option bug fixes for cygwin and embedded perl - Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs - Patch for incorrect time down percentage in availability CGI - Updated init script to fix a race condition during restarts PR: 111505 Submitted by: Jarrod Sayers (maintainer)
v. 1.60 date: 2007/04/07 14:25:47; author: rafan; state: Exp; lines: +6 -0 - Use registered UID and GID. See UPDATING for migration. PR: ports/111345 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/13 13:27:13; author: miwi; state: Exp; lines: +1 -1 Update to Nagios 2.8: - Bug fix for calculating notification interval with service escalations - Bug fix for using servicegroups in service dependency definitions - Bug fix for bad date format submission in command CGI - Possible segfault fix during restarts when daemon was performing host checks - Fix for missing check timeout in event broker calls - Fix for handling signals under NPTL - Added error messages for passive service checks that don't correspond to a defined service PR: 110262 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2007/01/28 00:31:19; author: pav; state: Exp; lines: +1 -1 - Update to 2.7 - Change examples to read freebsd-server instead of linux-server PR: ports/108417 Submitted by: Jarrod Sayers (maintainer)
v. 1.57 date: 2006/12/09 09:12:24; author: miwi; state: Exp; lines: +1 -1 - Update to 2.6 PR: ports/106502 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/07/18 11:16:48; author: garga; state: Exp; lines: +1 -1 Update to 2.5 PR: ports/100373 Submitted by: maintainer
v. 1.55 date: 2006/06/04 16:39:50; author: erwin; state: Exp; lines: +1 -1 Update to 2.4 PR: 98413 Submitted by: Jarrod Sayers (maintainer)
v. 1.54 date: 2006/05/27 02:27:12; author: lawrance; state: Exp; lines: +1 -1 Update to 2.3.1. PR: ports/97328 Submitted by: Jarrod Sayers (maintainer)
v. 1.53 date: 2006/05/06 23:37:01; author: mnag; state: Exp; lines: +4 -3 - Update to 2.3 - portlint(1) PR: 96843 Submitted by: maintainer
v. 1.52 date: 2006/04/15 16:13:46; author: pav; state: Exp; lines: +2 -3 - Update to 2.2 PR: ports/95739 Submitted by: Jarrod Sayers (maintainer)
v. 1.51 date: 2006/02/10 09:49:06; author: demon; state: Exp; lines: +1 -2 Update to 2.0 release. PR: 93084 Submitted by: maintainer
v. 1.50 date: 2006/01/17 10:39:58; author: tdb; state: Exp; lines: +2 -2 Update to nagios-2.0.r2 includes: - Added SHA256 checksum to distinfo - Added reload argument to nagios.sh script - PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant - Removed duplicated etc/rc.d/nagios.sh from pkg-plist PR: 91892 Submitted by: Jarrod Sayers (maintainer)
v. 1.49 date: 2006/01/09 00:54:01; author: edwin; state: Exp; lines: +56 -64 [maintainer-update] net-mgmt/nagios: Update to 2.0.r1 Update to 2.0.r1 also includes: - Rewrite of port Makefile, options closer aligned in order to bsd.port.mk - Added dependency of libiconv (library required by CGI's, currently installed via nagios-plugins port) - Added support for embedded Perl interpreter (requires Perl 5.8+), caching automatically assumed if enabled, off by default - Added support for use of nanosleep() in event timings, off by default - Added ability to override default view at http://webserver/nagios/ URL, suggested values listed in Makefile (validity after future Nagios releases not guaranteed) - Default install location for web component moved to www/nagios, overridable using existing NAGIOSWWWDIR tunable - Corrected minor build issues by tweaking use of CFLAGS - Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES - Added configuration file tunable (nagios_configfile) for /etc/rc.conf - Configuration tests now show error on failure instead of command to run - Host status (status.sav) now saved across application starts and restarts - Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch supplied and tested by Karl Friesen , thanks! - Added Apache configuration suggestion in pkg-message for new installs Files changed: - ports/net-mgmt/nagios/Makefile - ports/net-mgmt/nagios/distinfo - ports/net-mgmt/nagios/files/patch-Makefile.in - ports/net-mgmt/nagios/pkg-plist Files created: - ports/net-mgmt/nagios/files/nagios.sh.in - ports/net-mgmt/nagios/files/patch-base-utils.c - ports/net-mgmt/nagios/files/patch-contrib-Makefile.in - ports/net-mgmt/nagios/files/pkg-deinstall.in - ports/net-mgmt/nagios/files/pkg-install.in - ports/net-mgmt/nagios/files/pkg-message.in Files to be removed: - ports/net-mgmt/nagios/files/DEINSTALL.tmpl - ports/net-mgmt/nagios/files/INSTALL.tmpl - ports/net-mgmt/nagios/files/MESSAGE.tmpl - ports/net-mgmt/nagios/files/nagios.sh.tmpl PR: ports/91499 Submitted by: Jarrod Sayers
v. 1.48 date: 2005/12/03 02:32:49; author: edwin; state: Exp; lines: +2 -2 [maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6 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
v. 1.47 date: 2005/11/15 12:42:05; author: lawrance; state: Exp; lines: +2 -3 Update to 2.0.b5 PR: ports/89054 Submitted by: Jarrod Sayers
v. 1.46 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.45 date: 2005/11/01 13:37:09; author: sem; state: Exp; lines: +51 -5 - Remove hard coded references to the www group and spool directory - 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)
v. 1.44 date: 2005/10/16 10:33:34; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.43 date: 2005/10/15 14:28:44; author: sem; state: Exp; lines: +7 -1 - Add a knob which allow changing URL of HTML pages and CGI scripts. Submitted by Jarrod - Reset maintainer PR: ports/87474 Submitted by: Blaz Zupan (maintainer)
v. 1.42 date: 2005/08/31 12:29:48; author: sem; state: Exp; lines: +2 -3 - Update to 2.0.b4 PR: ports/84504 Submitted by: maintainer
v. 1.41 date: 2005/05/19 15:56:37; author: pav; state: Exp; lines: +1 -0 - Check validity of configurations files in the startup script. PR: ports/81220 Submitted by: Artem Naluzhny via maintainer
v. 1.40 date: 2005/04/05 17:17:52; author: demon; state: Exp; lines: +2 -2 Upgrade to version 2.0b3 PR: 79565 Submitted by: maintainer
v. 1.39 date: 2005/02/14 21:52:42; author: pav; state: Exp; lines: +11 -32 - Update to 2.0b2 WARNING: This version removes MySQL and PostgreSQL support. PR: ports/77478 Submitted by: Blaz Zupan (maintainer)
v. 1.38 date: 2005/01/31 00:35:50; author: girgen; state: Exp; lines: +1 -1 Split the postgresql ports into a server and a client part. 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)
v. 1.37 date: 2004/07/25 18:48:12; author: pav; state: Exp; lines: +15 -29 - Don't use --with-template-extinfo together with MYSQL, neither will work [1] - Engage OPTIONS PR: ports/69540 Submitted by: Sascha Luck [1], Blaz Zupan (maintainer)
v. 1.36 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +2 -2 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.35 date: 2004/02/11 04:56:00; author: linimon; state: Exp; lines: +43 -18 Update to 1.2: mostly bugfixes, but also configuration for other OSes. 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 (maintainer)
v. 1.34 date: 2003/12/04 13:53:29; author: sergei; state: Exp; lines: +12 -4 - Add WITH_NAGMIN knob - Utilize USE_MYSQL instead of explicit dependency - Bump PORTREVISION PR: 58950 Submitted by: Jim Shewmaker Approved by: maintainer
v. 1.33 date: 2003/08/18 16:15:10; author: nork; state: Exp; lines: +8 -8 o Main modification graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
v. 1.32 date: 2003/08/02 15:02:05; author: kuriyama; state: Exp; lines: +1 -1 (1) Fix HTML generation of tac.cgi. (2) Fix to detect gd1 library. Submitted by: Bradley Dean (1), kuriyama (2) Approved by: maintainer
v. 1.31 date: 2003/07/14 14:29:10; author: sf; state: Exp; lines: +1 -1 bad Makefile.in's, they don't even see CPPFLAGS. Notified by: Mike Harding
v. 1.30 date: 2003/07/14 02:53:00; author: sf; state: Exp; lines: +9 -5 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.29 date: 2003/07/11 18:16:13; author: nork; state: Exp; lines: +12 -4 o Change library name from libgd to libgd1. 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
v. 1.28 date: 2003/06/08 12:55:22; author: edwin; state: Exp; lines: +5 -2 [MAINTAINER-UPDATE] Update nagios to 1.1 - 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 ) PR: ports/53034 Submitted by: Blaz Zupan
v. 1.27 date: 2003/04/23 10:40:02; author: demon; state: Exp; lines: +6 -2 Add WITH_GD2 knob to use gd2 rather than gd1. PR: 51287 Submitted by: "Leonid A. Lyamanov" Reviewed by: maintainer
v. 1.26 date: 2003/04/07 01:16:37; author: edwin; state: Exp; lines: +3 -7 MAINTAINER UPDATE: net/nagios - 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 PR: ports/48988 Submitted by: Blaz Zupan
v. 1.25 date: 2003/04/07 00:39:54; author: edwin; state: Exp; lines: +15 -0 add-ons for netsaint and nagios Add mysql/pgsql support to net/nagios PR: ports/48102 Submitted by: Krzysztof Stryjek
v. 1.24 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.23 date: 2003/01/03 19:07:18; author: petef; state: Exp; lines: +2 -3 Update to 1.0. Submitted by: maintainer
v. 1.22 date: 2002/09/17 02:28:02; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b6. Submitted by: Blaz Zupan
v. 1.21 date: 2002/09/10 03:14:23; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0.b5. Submitted by: Thomas Vogt via maintaiiner
v. 1.20 date: 2002/07/22 03:19:03; author: kuriyama; state: Exp; lines: +5 -5 Upgrade to 1.0b4. Depends on nagios-plugins. Submitted by: Blaz Zupan
v. 1.19 date: 2002/06/24 01:54:02; author: kuriyama; state: Exp; lines: +3 -2 Bump PORTREVISION. 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 via maintainer
v. 1.18 date: 2002/06/11 08:14:22; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b3. Submitted by: maintainer
v. 1.17 date: 2002/06/03 03:09:20; author: kuriyama; state: Exp; lines: +2 -2 Update to 1.0b2. Approved by: maintainer
v. 1.16 date: 2002/05/29 06:35:16; author: kuriyama; state: Exp; lines: +19 -24 Add nagios-1.0b1 after repocopy from net/netsaint. Submitted by: Blaz Zupan PR: ports/38550
v. 1.15 date: 2002/03/13 21:26:20; author: demon; state: Exp; lines: +2 -1 Upgrade to version 0.0.7 PR: 35844 Submitted by: MAINTAINER Bump PORTEPOCH due to malformed previous PORTVERSION (0.0.7b8 > 0.0.7)
v. 1.14 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +3 -10 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.13 date: 2001/09/23 17:41:34; author: dwcjr; state: Exp; lines: +3 -2 Use MASTER_SITE_LOCAL instead of hardcoding Pointed out by: will
v. 1.12 date: 2001/09/23 02:06:41; author: dwcjr; state: Exp; lines: +18 -2 Add BSD graphics to this port and swap with linux graphics Bump PORTREVISION PR: 30621 Submitted by: Dan Langille No reaponse: maintainer
v. 1.11 date: 2001/07/10 00:35:43; author: dwcjr; state: Exp; lines: +2 -2 Update to 0.0.7b6 PR: 28504 Submitted by: Phil Homewood No response: maintainer (has been really busy at work)
v. 1.10 date: 2001/05/17 06:02:04; author: ijliao; state: Exp; lines: +5 -5 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.9 date: 2001/04/03 22:07:20; author: mharo; state: Exp; lines: +13 -8 - update to netsaint 0.0.7b3 - 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
v. 1.8 date: 2001/03/31 15:02:30; author: dirk; state: Exp; lines: +2 -2 Blaz Zupan wants to maintain this port in addition to netsaint-plugins.
v. 1.7 date: 2001/03/09 21:06:32; author: sf; state: Exp; lines: +2 -3 update to 0.0.7b2. PR: 25482 Submitted by: George Reid
v. 1.6 date: 2001/02/12 10:01:06; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.5 date: 2001/01/12 23:36:31; author: mharo; state: Exp; lines: +14 -7 update to 0.0.6
v. 1.4 date: 2001/01/09 00:06:24; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.3 date: 2000/07/12 22:14:22; author: will; state: Exp; lines: +1 -2 Oops, revert last commit. In my rush to fix a "problem", I forgot to actually check to see that this /bin/echo wasn't accounted for. 8)
v. 1.2 date: 2000/07/12 22:08:01; author: will; state: Exp; lines: +2 -1 Fix /bin/echo -> echo problem that is caused due to the lack of -e option in the base system. Submitted by: Dan Larsson
v. 1.1 date: 2000/07/12 18:43:31; author: will; state: Exp; Add NetSaint 0.0.5-2, an extremely powerful network monitoring system. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! ============================================================================= v. 1.65 date: 2007/12/12 13:57:52; author: miwi; state: Exp; lines: +3 -2 - Update to 2.10 PR: 117742 Submitted by: Jarrod Sayers (maintainer)
v. 1.64 date: 2007/09/30 04:47:18; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.63 date: 2007/09/08 01:02:50; author: linimon; state: Exp; lines: +1 -5 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.62 date: 2007/05/19 20:19:47; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.61 date: 2007/04/15 18:55:26; author: miwi; state: Exp; lines: +1 -2 - Update to 2.9 Changelog: - Fix for incorrect performance data file write/append mode options - Fix for current status of hosts with no host check command defined - SIGSEGV signals should now be logged again (broken in 2.8) - Configure script fix for no mail program found/installed on system - Configure script option bug fixes for cygwin and embedded perl - Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs - Patch for incorrect time down percentage in availability CGI - Updated init script to fix a race condition during restarts PR: 111505 Submitted by: Jarrod Sayers (maintainer)
v. 1.60 date: 2007/04/07 14:25:47; author: rafan; state: Exp; lines: +6 -0 - Use registered UID and GID. See UPDATING for migration. PR: ports/111345 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/13 13:27:13; author: miwi; state: Exp; lines: +1 -1 Update to Nagios 2.8: - Bug fix for calculating notification interval with service escalations - Bug fix for using servicegroups in service dependency definitions - Bug fix for bad date format submission in command CGI - Possible segfault fix during restarts when daemon was performing host checks - Fix for missing check timeout in event broker calls - Fix for handling signals under NPTL - Added error messages for passive service checks that don't correspond to a defined service PR: 110262 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2007/01/28 00:31:19; author: pav; state: Exp; lines: +1 -1 - Update to 2.7 - Change examples to read freebsd-server instead of linux-server PR: ports/108417 Submitted by: Jarrod Sayers (maintainer)
v. 1.57 date: 2006/12/09 09:12:24; author: miwi; state: Exp; lines: +1 -1 - Update to 2.6 PR: ports/106502 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/07/18 11:16:48; author: garga; state: Exp; lines: +1 -1 Update to 2.5 PR: ports/100373 Submitted by: maintainer
v. 1.55 date: 2006/06/04 16:39:50; author: erwin; state: Exp; lines: +1 -1 Update to 2.4 PR: 98413 Submitted by: Jarrod Sayers (maintainer)
v. 1.54 date: 2006/05/27 02:27:12; author: lawrance; state: Exp; lines: +1 -1 Update to 2.3.1. PR: ports/97328 Submitted by: Jarrod Sayers (maintainer)
v. 1.53 date: 2006/05/06 23:37:01; author: mnag; state: Exp; lines: +4 -3 - Update to 2.3 - portlint(1) PR: 96843 Submitted by: maintainer
v. 1.52 date: 2006/04/15 16:13:46; author: pav; state: Exp; lines: +2 -3 - Update to 2.2 PR: ports/95739 Submitted by: Jarrod Sayers (maintainer)
v. 1.51 date: 2006/02/10 09:49:06; author: demon; state: Exp; lines: +1 -2 Update to 2.0 release. PR: 93084 Submitted by: maintainer
v. 1.50 date: 2006/01/17 10:39:58; author: tdb; state: Exp; lines: +2 -2 Update to nagios-2.0.r2 includes: - Added SHA256 checksum to distinfo - Added reload argument to nagios.sh script - PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant - Removed duplicated etc/rc.d/nagios.sh from pkg-plist PR: 91892 Submitted by: Jarrod Sayers (maintainer)
v. 1.49 date: 2006/01/09 00:54:01; author: edwin; state: Exp; lines: +56 -64 [maintainer-update] net-mgmt/nagios: Update to 2.0.r1 Update to 2.0.r1 also includes: - Rewrite of port Makefile, options closer aligned in order to bsd.port.mk - Added dependency of libiconv (library required by CGI's, currently installed via nagios-plugins port) - Added support for embedded Perl interpreter (requires Perl 5.8+), caching automatically assumed if enabled, off by default - Added support for use of nanosleep() in event timings, off by default - Added ability to override default view at http://webserver/nagios/ URL, suggested values listed in Makefile (validity after future Nagios releases not guaranteed) - Default install location for web component moved to www/nagios, overridable using existing NAGIOSWWWDIR tunable - Corrected minor build issues by tweaking use of CFLAGS - Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES - Added configuration file tunable (nagios_configfile) for /etc/rc.conf - Configuration tests now show error on failure instead of command to run - Host status (status.sav) now saved across application starts and restarts - Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch supplied and tested by Karl Friesen , thanks! - Added Apache configuration suggestion in pkg-message for new installs Files changed: - ports/net-mgmt/nagios/Makefile - ports/net-mgmt/nagios/distinfo - ports/net-mgmt/nagios/files/patch-Makefile.in - ports/net-mgmt/nagios/pkg-plist Files created: - ports/net-mgmt/nagios/files/nagios.sh.in - ports/net-mgmt/nagios/files/patch-base-utils.c - ports/net-mgmt/nagios/files/patch-contrib-Makefile.in - ports/net-mgmt/nagios/files/pkg-deinstall.in - ports/net-mgmt/nagios/files/pkg-install.in - ports/net-mgmt/nagios/files/pkg-message.in Files to be removed: - ports/net-mgmt/nagios/files/DEINSTALL.tmpl - ports/net-mgmt/nagios/files/INSTALL.tmpl - ports/net-mgmt/nagios/files/MESSAGE.tmpl - ports/net-mgmt/nagios/files/nagios.sh.tmpl PR: ports/91499 Submitted by: Jarrod Sayers
v. 1.48 date: 2005/12/03 02:32:49; author: edwin; state: Exp; lines: +2 -2 [maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6 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
v. 1.47 date: 2005/11/15 12:42:05; author: lawrance; state: Exp; lines: +2 -3 Update to 2.0.b5 PR: ports/89054 Submitted by: Jarrod Sayers
v. 1.46 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.45 date: 2005/11/01 13:37:09; author: sem; state: Exp; lines: +51 -5 - Remove hard coded references to the www group and spool directory - 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)
v. 1.44 date: 2005/10/16 10:33:34; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.43 date: 2005/10/15 14:28:44; author: sem; state: Exp; lines: +7 -1 - Add a knob which allow changing URL of HTML pages and CGI scripts. Submitted by Jarrod - Reset maintainer PR: ports/87474 Submitted by: Blaz Zupan (maintainer)
v. 1.42 date: 2005/08/31 12:29:48; author: sem; state: Exp; lines: +2 -3 - Update to 2.0.b4 PR: ports/84504 Submitted by: maintainer
v. 1.41 date: 2005/05/19 15:56:37; author: pav; state: Exp; lines: +1 -0 - Check validity of configurations files in the startup script. PR: ports/81220 Submitted by: Artem Naluzhny via maintainer
v. 1.40 date: 2005/04/05 17:17:52; author: demon; state: Exp; lines: +2 -2 Upgrade to version 2.0b3 PR: 79565 Submitted by: maintainer
v. 1.39 date: 2005/02/14 21:52:42; author: pav; state: Exp; lines: +11 -32 - Update to 2.0b2 WARNING: This version removes MySQL and PostgreSQL support. PR: ports/77478 Submitted by: Blaz Zupan (maintainer)
v. 1.38 date: 2005/01/31 00:35:50; author: girgen; state: Exp; lines: +1 -1 Split the postgresql ports into a server and a client part. 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)
v. 1.37 date: 2004/07/25 18:48:12; author: pav; state: Exp; lines: +15 -29 - Don't use --with-template-extinfo together with MYSQL, neither will work [1] - Engage OPTIONS PR: ports/69540 Submitted by: Sascha Luck [1], Blaz Zupan (maintainer)
v. 1.36 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +2 -2 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.35 date: 2004/02/11 04:56:00; author: linimon; state: Exp; lines: +43 -18 Update to 1.2: mostly bugfixes, but also configuration for other OSes. 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 (maintainer)
v. 1.34 date: 2003/12/04 13:53:29; author: sergei; state: Exp; lines: +12 -4 - Add WITH_NAGMIN knob - Utilize USE_MYSQL instead of explicit dependency - Bump PORTREVISION PR: 58950 Submitted by: Jim Shewmaker Approved by: maintainer
v. 1.33 date: 2003/08/18 16:15:10; author: nork; state: Exp; lines: +8 -8 o Main modification graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
v. 1.32 date: 2003/08/02 15:02:05; author: kuriyama; state: Exp; lines: +1 -1 (1) Fix HTML generation of tac.cgi. (2) Fix to detect gd1 library. Submitted by: Bradley Dean (1), kuriyama (2) Approved by: maintainer
v. 1.31 date: 2003/07/14 14:29:10; author: sf; state: Exp; lines: +1 -1 bad Makefile.in's, they don't even see CPPFLAGS. Notified by: Mike Harding
v. 1.30 date: 2003/07/14 02:53:00; author: sf; state: Exp; lines: +9 -5 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.29 date: 2003/07/11 18:16:13; author: nork; state: Exp; lines: +12 -4 o Change library name from libgd to libgd1. 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
v. 1.28 date: 2003/06/08 12:55:22; author: edwin; state: Exp; lines: +5 -2 [MAINTAINER-UPDATE] Update nagios to 1.1 - 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 ) PR: ports/53034 Submitted by: Blaz Zupan
v. 1.27 date: 2003/04/23 10:40:02; author: demon; state: Exp; lines: +6 -2 Add WITH_GD2 knob to use gd2 rather than gd1. PR: 51287 Submitted by: "Leonid A. Lyamanov" Reviewed by: maintainer
v. 1.26 date: 2003/04/07 01:16:37; author: edwin; state: Exp; lines: +3 -7 MAINTAINER UPDATE: net/nagios - 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 PR: ports/48988 Submitted by: Blaz Zupan
v. 1.25 date: 2003/04/07 00:39:54; author: edwin; state: Exp; lines: +15 -0 add-ons for netsaint and nagios Add mysql/pgsql support to net/nagios PR: ports/48102 Submitted by: Krzysztof Stryjek
v. 1.24 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.23 date: 2003/01/03 19:07:18; author: petef; state: Exp; lines: +2 -3 Update to 1.0. Submitted by: maintainer
v. 1.22 date: 2002/09/17 02:28:02; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b6. Submitted by: Blaz Zupan
v. 1.21 date: 2002/09/10 03:14:23; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0.b5. Submitted by: Thomas Vogt via maintaiiner
v. 1.20 date: 2002/07/22 03:19:03; author: kuriyama; state: Exp; lines: +5 -5 Upgrade to 1.0b4. Depends on nagios-plugins. Submitted by: Blaz Zupan
v. 1.19 date: 2002/06/24 01:54:02; author: kuriyama; state: Exp; lines: +3 -2 Bump PORTREVISION. 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 via maintainer
v. 1.18 date: 2002/06/11 08:14:22; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b3. Submitted by: maintainer
v. 1.17 date: 2002/06/03 03:09:20; author: kuriyama; state: Exp; lines: +2 -2 Update to 1.0b2. Approved by: maintainer
v. 1.16 date: 2002/05/29 06:35:16; author: kuriyama; state: Exp; lines: +19 -24 Add nagios-1.0b1 after repocopy from net/netsaint. Submitted by: Blaz Zupan PR: ports/38550
v. 1.15 date: 2002/03/13 21:26:20; author: demon; state: Exp; lines: +2 -1 Upgrade to version 0.0.7 PR: 35844 Submitted by: MAINTAINER Bump PORTEPOCH due to malformed previous PORTVERSION (0.0.7b8 > 0.0.7)
v. 1.14 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +3 -10 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.13 date: 2001/09/23 17:41:34; author: dwcjr; state: Exp; lines: +3 -2 Use MASTER_SITE_LOCAL instead of hardcoding Pointed out by: will
v. 1.12 date: 2001/09/23 02:06:41; author: dwcjr; state: Exp; lines: +18 -2 Add BSD graphics to this port and swap with linux graphics Bump PORTREVISION PR: 30621 Submitted by: Dan Langille No reaponse: maintainer
v. 1.11 date: 2001/07/10 00:35:43; author: dwcjr; state: Exp; lines: +2 -2 Update to 0.0.7b6 PR: 28504 Submitted by: Phil Homewood No response: maintainer (has been really busy at work)
v. 1.10 date: 2001/05/17 06:02:04; author: ijliao; state: Exp; lines: +5 -5 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.9 date: 2001/04/03 22:07:20; author: mharo; state: Exp; lines: +13 -8 - update to netsaint 0.0.7b3 - 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
v. 1.8 date: 2001/03/31 15:02:30; author: dirk; state: Exp; lines: +2 -2 Blaz Zupan wants to maintain this port in addition to netsaint-plugins.
v. 1.7 date: 2001/03/09 21:06:32; author: sf; state: Exp; lines: +2 -3 update to 0.0.7b2. PR: 25482 Submitted by: George Reid
v. 1.6 date: 2001/02/12 10:01:06; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.5 date: 2001/01/12 23:36:31; author: mharo; state: Exp; lines: +14 -7 update to 0.0.6
v. 1.4 date: 2001/01/09 00:06:24; author: will; state: Exp; lines: +2 -2 Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
v. 1.3 date: 2000/07/12 22:14:22; author: will; state: Exp; lines: +1 -2 Oops, revert last commit. In my rush to fix a "problem", I forgot to actually check to see that this /bin/echo wasn't accounted for. 8)
v. 1.2 date: 2000/07/12 22:08:01; author: will; state: Exp; lines: +2 -1 Fix /bin/echo -> echo problem that is caused due to the lack of -e option in the base system. Submitted by: Dan Larsson
v. 1.1 date: 2000/07/12 18:43:31; author: will; state: Exp; Add NetSaint 0.0.5-2, an extremely powerful network monitoring system. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! ============================================================================= v. 1.65 date: 2007/12/12 13:57:52; author: miwi; state: Exp; lines: +3 -2 - Update to 2.10 PR: 117742 Submitted by: Jarrod Sayers (maintainer)
v. 1.64 date: 2007/09/30 04:47:18; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.63 date: 2007/09/08 01:02:50; author: linimon; state: Exp; lines: +1 -5 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+. Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
v. 1.62 date: 2007/05/19 20:19:47; author: flz; state: Exp; lines: +1 -0 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.61 date: 2007/04/15 18:55:26; author: miwi; state: Exp; lines: +1 -2 - Update to 2.9 Changelog: - Fix for incorrect performance data file write/append mode options - Fix for current status of hosts with no host check command defined - SIGSEGV signals should now be logged again (broken in 2.8) - Configure script fix for no mail program found/installed on system - Configure script option bug fixes for cygwin and embedded perl - Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs - Patch for incorrect time down percentage in availability CGI - Updated init script to fix a race condition during restarts PR: 111505 Submitted by: Jarrod Sayers (maintainer)
v. 1.60 date: 2007/04/07 14:25:47; author: rafan; state: Exp; lines: +6 -0 - Use registered UID and GID. See UPDATING for migration. PR: ports/111345 Submitted by: Jarrod Sayers (maintainer)
v. 1.59 date: 2007/03/13 13:27:13; author: miwi; state: Exp; lines: +1 -1 Update to Nagios 2.8: - Bug fix for calculating notification interval with service escalations - Bug fix for using servicegroups in service dependency definitions - Bug fix for bad date format submission in command CGI - Possible segfault fix during restarts when daemon was performing host checks - Fix for missing check timeout in event broker calls - Fix for handling signals under NPTL - Added error messages for passive service checks that don't correspond to a defined service PR: 110262 Submitted by: Jarrod Sayers (maintainer)
v. 1.58 date: 2007/01/28 00:31:19; author: pav; state: Exp; lines: +1 -1 - Update to 2.7 - Change examples to read freebsd-server instead of linux-server PR: ports/108417 Submitted by: Jarrod Sayers (maintainer)
v. 1.57 date: 2006/12/09 09:12:24; author: miwi; state: Exp; lines: +1 -1 - Update to 2.6 PR: ports/106502 Submitted by: Jarrod Sayers (maintainer)
v. 1.56 date: 2006/07/18 11:16:48; author: garga; state: Exp; lines: +1 -1 Update to 2.5 PR: ports/100373 Submitted by: maintainer
v. 1.55 date: 2006/06/04 16:39:50; author: erwin; state: Exp; lines: +1 -1 Update to 2.4 PR: 98413 Submitted by: Jarrod Sayers (maintainer)
v. 1.54 date: 2006/05/27 02:27:12; author: lawrance; state: Exp; lines: +1 -1 Update to 2.3.1. PR: ports/97328 Submitted by: Jarrod Sayers (maintainer)
v. 1.53 date: 2006/05/06 23:37:01; author: mnag; state: Exp; lines: +4 -3 - Update to 2.3 - portlint(1) PR: 96843 Submitted by: maintainer
v. 1.52 date: 2006/04/15 16:13:46; author: pav; state: Exp; lines: +2 -3 - Update to 2.2 PR: ports/95739 Submitted by: Jarrod Sayers (maintainer)
v. 1.51 date: 2006/02/10 09:49:06; author: demon; state: Exp; lines: +1 -2 Update to 2.0 release. PR: 93084 Submitted by: maintainer
v. 1.50 date: 2006/01/17 10:39:58; author: tdb; state: Exp; lines: +2 -2 Update to nagios-2.0.r2 includes: - Added SHA256 checksum to distinfo - Added reload argument to nagios.sh script - PERL_SYS_INIT3 fix now committed to Nagios CVS, patch redundant - Removed duplicated etc/rc.d/nagios.sh from pkg-plist PR: 91892 Submitted by: Jarrod Sayers (maintainer)
v. 1.49 date: 2006/01/09 00:54:01; author: edwin; state: Exp; lines: +56 -64 [maintainer-update] net-mgmt/nagios: Update to 2.0.r1 Update to 2.0.r1 also includes: - Rewrite of port Makefile, options closer aligned in order to bsd.port.mk - Added dependency of libiconv (library required by CGI's, currently installed via nagios-plugins port) - Added support for embedded Perl interpreter (requires Perl 5.8+), caching automatically assumed if enabled, off by default - Added support for use of nanosleep() in event timings, off by default - Added ability to override default view at http://webserver/nagios/ URL, suggested values listed in Makefile (validity after future Nagios releases not guaranteed) - Default install location for web component moved to www/nagios, overridable using existing NAGIOSWWWDIR tunable - Corrected minor build issues by tweaking use of CFLAGS - Moved pkg-install, pkg-deinstall and pkg-message into SUB_FILES - Added configuration file tunable (nagios_configfile) for /etc/rc.conf - Configuration tests now show error on failure instead of command to run - Host status (status.sav) now saved across application starts and restarts - Added patch to correct PERL_SYS_INIT3 call in base/utils.c, patch supplied and tested by Karl Friesen , thanks! - Added Apache configuration suggestion in pkg-message for new installs Files changed: - ports/net-mgmt/nagios/Makefile - ports/net-mgmt/nagios/distinfo - ports/net-mgmt/nagios/files/patch-Makefile.in - ports/net-mgmt/nagios/pkg-plist Files created: - ports/net-mgmt/nagios/files/nagios.sh.in - ports/net-mgmt/nagios/files/patch-base-utils.c - ports/net-mgmt/nagios/files/patch-contrib-Makefile.in - ports/net-mgmt/nagios/files/pkg-deinstall.in - ports/net-mgmt/nagios/files/pkg-install.in - ports/net-mgmt/nagios/files/pkg-message.in Files to be removed: - ports/net-mgmt/nagios/files/DEINSTALL.tmpl - ports/net-mgmt/nagios/files/INSTALL.tmpl - ports/net-mgmt/nagios/files/MESSAGE.tmpl - ports/net-mgmt/nagios/files/nagios.sh.tmpl PR: ports/91499 Submitted by: Jarrod Sayers
v. 1.48 date: 2005/12/03 02:32:49; author: edwin; state: Exp; lines: +2 -2 [maintainer-update] net-mgmt/nagios: Update to Nagios 2.0.b6 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
v. 1.47 date: 2005/11/15 12:42:05; author: lawrance; state: Exp; lines: +2 -3 Update to 2.0.b5 PR: ports/89054 Submitted by: Jarrod Sayers
v. 1.46 date: 2005/11/15 06:50:43; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present 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.
v. 1.45 date: 2005/11/01 13:37:09; author: sem; state: Exp; lines: +51 -5 - Remove hard coded references to the www group and spool directory - 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)
v. 1.44 date: 2005/10/16 10:33:34; author: clement; state: Exp; lines: +1 -1 - Give maintainership to Jarrod
v. 1.43 date: 2005/10/15 14:28:44; author: sem; state: Exp; lines: +7 -1 - Add a knob which allow changing URL of HTML pages and CGI scripts. Submitted by Jarrod - Reset maintainer PR: ports/87474 Submitted by: Blaz Zupan (maintainer)
v. 1.42 date: 2005/08/31 12:29:48; author: sem; state: Exp; lines: +2 -3 - Update to 2.0.b4 PR: ports/84504 Submitted by: maintainer
v. 1.41 date: 2005/05/19 15:56:37; author: pav; state: Exp; lines: +1 -0 - Check validity of configurations files in the startup script. PR: ports/81220 Submitted by: Artem Naluzhny via maintainer
v. 1.40 date: 2005/04/05 17:17:52; author: demon; state: Exp; lines: +2 -2 Upgrade to version 2.0b3 PR: 79565 Submitted by: maintainer
v. 1.39 date: 2005/02/14 21:52:42; author: pav; state: Exp; lines: +11 -32 - Update to 2.0b2 WARNING: This version removes MySQL and PostgreSQL support. PR: ports/77478 Submitted by: Blaz Zupan (maintainer)
v. 1.38 date: 2005/01/31 00:35:50; author: girgen; state: Exp; lines: +1 -1 Split the postgresql ports into a server and a client part. 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)
v. 1.37 date: 2004/07/25 18:48:12; author: pav; state: Exp; lines: +15 -29 - Don't use --with-template-extinfo together with MYSQL, neither will work [1] - Engage OPTIONS PR: ports/69540 Submitted by: Sascha Luck [1], Blaz Zupan (maintainer)
v. 1.36 date: 2004/02/23 04:42:03; author: wollman; state: Exp; lines: +2 -2 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.35 date: 2004/02/11 04:56:00; author: linimon; state: Exp; lines: +43 -18 Update to 1.2: mostly bugfixes, but also configuration for other OSes. 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 (maintainer)
v. 1.34 date: 2003/12/04 13:53:29; author: sergei; state: Exp; lines: +12 -4 - Add WITH_NAGMIN knob - Utilize USE_MYSQL instead of explicit dependency - Bump PORTREVISION PR: 58950 Submitted by: Jim Shewmaker Approved by: maintainer
v. 1.33 date: 2003/08/18 16:15:10; author: nork; state: Exp; lines: +8 -8 o Main modification graphics/gd(based on 1.8.4) -> graphics/gd1 graphics/gd2(based on 2.0.15) -> graphics/gd graphics/p5-GD(based on 1.41) -> graphics/p5-GD1 graphics/p5-GD2(based on 2.07) -> graphics/p5-GD japanese/gd -> japanese/gd1 japanese/gd2 -> japanese/gd o Include some feature WITH_XPM(w/, w/o WITHOUT_X11) o Chase this modification o Fix build error [1] PR: ports/54540 Submitted by: Ports Fury Approved by: maintainer (blanket) Reported by: bento via kris [1]
v. 1.32 date: 2003/08/02 15:02:05; author: kuriyama; state: Exp; lines: +1 -1 (1) Fix HTML generation of tac.cgi. (2) Fix to detect gd1 library. Submitted by: Bradley Dean (1), kuriyama (2) Approved by: maintainer
v. 1.31 date: 2003/07/14 14:29:10; author: sf; state: Exp; lines: +1 -1 bad Makefile.in's, they don't even see CPPFLAGS. Notified by: Mike Harding
v. 1.30 date: 2003/07/14 02:53:00; author: sf; state: Exp; lines: +9 -5 get rid of libgnugetopt dependency for -CURRENT, use USE_GETOPT_LONG instead.
v. 1.29 date: 2003/07/11 18:16:13; author: nork; state: Exp; lines: +12 -4 o Change library name from libgd to libgd1. 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
v. 1.28 date: 2003/06/08 12:55:22; author: edwin; state: Exp; lines: +5 -2 [MAINTAINER-UPDATE] Update nagios to 1.1 - 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 ) PR: ports/53034 Submitted by: Blaz Zupan
v. 1.27 date: 2003/04/23 10:40:02; author: demon; state: Exp; lines: +6 -2 Add WITH_GD2 knob to use gd2 rather than gd1. PR: 51287 Submitted by: "Leonid A. Lyamanov" Reviewed by: maintainer
v. 1.26 date: 2003/04/07 01:16:37; author: edwin; state: Exp; lines: +3 -7 MAINTAINER UPDATE: net/nagios - 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 PR: ports/48988 Submitted by: Blaz Zupan
v. 1.25 date: 2003/04/07 00:39:54; author: edwin; state: Exp; lines: +15 -0 add-ons for netsaint and nagios Add mysql/pgsql support to net/nagios PR: ports/48102 Submitted by: Krzysztof Stryjek
v. 1.24 date: 2003/02/21 13:14:50; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.23 date: 2003/01/03 19:07:18; author: petef; state: Exp; lines: +2 -3 Update to 1.0. Submitted by: maintainer
v. 1.22 date: 2002/09/17 02:28:02; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b6. Submitted by: Blaz Zupan
v. 1.21 date: 2002/09/10 03:14:23; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0.b5. Submitted by: Thomas Vogt via maintaiiner
v. 1.20 date: 2002/07/22 03:19:03; author: kuriyama; state: Exp; lines: +5 -5 Upgrade to 1.0b4. Depends on nagios-plugins. Submitted by: Blaz Zupan
v. 1.19 date: 2002/06/24 01:54:02; author: kuriyama; state: Exp; lines: +3 -2 Bump PORTREVISION. 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 via maintainer
v. 1.18 date: 2002/06/11 08:14:22; author: kuriyama; state: Exp; lines: +2 -2 Upgrade to 1.0b3. Submitted by: maintainer
v. 1.17 date: 2002/06/03 03:09:20; author: kuriyama; state: Exp; lines: +2 -2 Update to 1.0b2. Approved by: maintainer
v. 1.16 date: 2002/05/29 06:35:16; author: kuriyama; state: Exp; lines: +19 -24 Add nagios-1.0b1 after repocopy from net/netsaint. Submitted by: Blaz Zupan PR: ports/38550
v. 1.15 date: 2002/03/13 21:26:20; author: demon; state: Exp; lines: +2 -1 Upgrade to version 0.0.7 PR: 35844 Submitted by: MAINTAINER Bump PORTEPOCH due to malformed previous PORTVERSION (0.0.7b8 > 0.0.7)
v. 1.14 date: 2001/12/16 17:33:04; author: dwcjr; state: Exp; lines: +3 -10 Update netsaint to 0.0.7b8 backs out v. 1.3 of net/netsaint-plugins/scripts/configure which broke the port. Submitted by: maintainer
v. 1.13 date: 2001/09/23 17:41:34; author: dwcjr; state: Exp; lines: +3 -2 Use MASTER_SITE_LOCAL instead of hardcoding Pointed out by: will
v. 1.12 date: 2001/09/23 02:06:41; author: dwcjr; state: Exp; lines: +18 -2 Add BSD graphics to this port and swap with linux graphics Bump PORTREVISION PR: 30621 Submitted by: Dan Langille No reaponse: maintainer
v. 1.11 date: 2001/07/10 00:35:43; author: dwcjr; state: Exp; lines: +2 -2 Update to 0.0.7b6 PR: 28504 Submitted by: Phil Homewood No response: maintainer (has been really busy at work)
v. 1.10 date: 2001/05/17 06:02:04; author: ijliao; state: Exp; lines: +5 -5 upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4 change maintainer email address PR: 27012, 27013 Submitted by: MAINTAINER
v. 1.9 date: 2001/04/03 22:07:20; author: mharo; state: Exp; lines: +13 -8 - update to netsaint 0.0.7b3 - 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
v. 1.8 date: 2001/03/31 15:02:30; author: dirk; state: Exp; lines: +2 -2 Blaz Zupan wants to maintain this port in addition to netsaint-plugins.
v. 1.7 date: 2001/03/09 21:06:32; author: sf; state: Exp; lines: +2 -3 update to 0.0.7b2. PR: 25482 Submitted by: George Reid
v. 1.6 date: 2001/02/12 10:01:06; author: knu; state: Exp; lines: +3 -2 Chase graphics/gd's shlib version bump.
v. 1.5 date: 2001/01/12 23:36:31; author: mharo; state: Exp; lines: +14 -7 update to 0.0.6
v. 1.4 date: 2001/01/09 00:06:24; author



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm