./net/nagios-base, Network monitor

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.4.10nb7, Package name: nagios-base-4.4.10nb7, Maintainer: pkgsrc-users

Nagios is a program that will monitor hosts and services on your
network. It has the ability to email or page you when a problem arises
and when it gets resolved. Nagios is written in C and is designed to
run under Linux, although it should work under most other *NIX variants.
It can run either as a normal process or as a daemon, intermittently
running checks on various services that you specify. The actual service
checks are performed by external "plugins" which return service
information to Nagios. Several CGI programs are included with Nagios
in order to allow you to view the current service status, history, etc.
via a web browser.

This package provides the core nagios infrastructure and web pages.


Required to run:
[graphics/gd] [lang/perl5] [devel/libltdl] [lang/php73]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 11073.722 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-19 16:43:37 by Takahiro Kambe | Files touched by this commit (22)
Log message:
Bump PKGREVISION by changing default PHP's version
   2023-11-13 17:34:04 by Takahiro Kambe | Files touched by this commit (20)
Log message:
Bump PKGREVISION by PHP_VERSION_DEFAULT change.
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-05-22 13:39:04 by Thomas Klausner | Files touched by this commit (56)
Log message:
*: recursive bump for libimagequant 4.x
   2023-03-17 12:51:34 by Jonathan Perkin | Files touched by this commit (4) | Package updated
Log message:
nagios-base: Update to 4.4.10.

Primarily came here to fix builds on systems where SSL is not in base, as the
configure script aborts if it can't find SSL, however we might as well update
to the latest version while here.  SSL support is now properly optional.

4.4.10 - 2023-01-17
-------------------
FIXES
* Fix memory leak in nagiostats.c when using -c, -s, -d, or -D multiple times (#888)
* Improve service scheduling at startup (#887)
* Improve compilation/reduce warnings when using Clang 16 (#889)
* Improve compilation on other, stricter C99 compilers (#890)