./net/nagios-base, Network monitor

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


Branch: pkgsrc-2015Q4, Version: 4.0.8nb5, Package name: nagios-base-4.0.8nb5, 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] [lang/php55] [devel/libltdl]

Master sites:

SHA1: d49586db6905a8e58a082251d8f89ef5c2cab872
RMD160: b53631755e0a23aba918a99f58b7bea237fdd799
Filesize: 1762.753 KB

Version history: (Expand)


CVS history: (Expand)


   2016-02-13 17:25:41 by Benny Siegert | Files touched by this commit (7)
Log message:
Pullup ticket #4920 - requested by bouyer
net/nagios-base: bugfix
net/nagios-plugins: fix packaging issue

Revisions pulled up:
- net/nagios-base/Makefile                                      1.63
- net/nagios-base/distinfo                                      1.30
- net/nagios-base/patches/patch-base_checks.c                   1.2
- net/nagios-base/patches/patch-base_events.c                   1.2
- net/nagios-base/patches/patch-base_logging.c                  1.3
- net/nagios-base/patches/patch-base_nerd.c                     1.2
- net/nagios-base/patches/patch-cgi_avail.c                     1.4
- net/nagios-base/patches/patch-cgi_histogram.c                 1.4
- net/nagios-base/patches/patch-cgi_trends.c                    1.4
- net/nagios-base/patches/patch-common_downtime.c               1.2
- net/nagios-base/patches/patch-html_Makefile.in                1.4
- net/nagios-base/patches/patch-lib_test-squeue.c               1.2
- net/nagios-base/patches/patch-lib_worker.c                    1.2
- net/nagios-plugins/Makefile                                   1.41
- net/nagios-plugins/distinfo                                   1.19
- net/nagios-plugins/patches/patch-plugins-root_Makefile.in     1.1

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Tue Feb  9 10:12:53 UTC 2016

   Modified Files:
   	pkgsrc/net/nagios-base: Makefile distinfo
   	pkgsrc/net/nagios-base/patches: patch-base_checks.c patch-base_events.c
   	    patch-base_logging.c patch-base_nerd.c patch-cgi_avail.c
   	    patch-cgi_histogram.c patch-cgi_trends.c patch-common_downtime.c
   	    patch-html_Makefile.in patch-lib_test-squeue.c patch-lib_worker.c

   Log message:
   Bug fix for workers busy-waiting for child completion: when read()ing a
   non-bloking descriptor after a poll(), don't loop forever on EAGAIN
   as poll() may return POLLIN for a descriptor which doesn't have data
   to be read. Bump PKGREVISION.
   While there add user-destdir support.

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Tue Feb  9 10:13:17 UTC 2016

   Modified Files:
   	pkgsrc/net/nagios-plugins: Makefile distinfo
   Added Files:
   	pkgsrc/net/nagios-plugins/patches: patch-plugins-root_Makefile.in

   Log message:
   Add user-destdir support
   2016-02-08 11:12:10 by Benny Siegert | Files touched by this commit (15)
Log message:
Pullup ticket #4913 - requested by bouyer
net/nagios-base: build fix

Revisions pulled up:
- net/nagios-base/Makefile                                      1.62
- net/nagios-base/distinfo                                      1.28-1.29
- net/nagios-base/patches/patch-base_checks.c                   1.1
- net/nagios-base/patches/patch-base_events.c                   1.1
- net/nagios-base/patches/patch-base_logging.c                  1.1-1.2
- net/nagios-base/patches/patch-base_nerd.c                     1.1
- net/nagios-base/patches/patch-cgi_avail.c                     1.3
- net/nagios-base/patches/patch-cgi_cmd.c                       1.5
- net/nagios-base/patches/patch-cgi_histogram.c                 1.3
- net/nagios-base/patches/patch-cgi_trends.c                    1.3
- net/nagios-base/patches/patch-common_downtime.c               1.1
- net/nagios-base/patches/patch-lib_test-squeue.c               1.1
- net/nagios-base/patches/patch-lib_worker.c                    1.1
- net/nagios-base/patches/patch-xdata_xrddefault.c              1.2
- net/nagios-base/patches/patch-xdata_xsddefault.c              1.2

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Sun Feb  7 12:41:11 UTC 2016

   Modified Files:
   	pkgsrc/net/nagios-base: Makefile distinfo
   Added Files:
   	pkgsrc/net/nagios-base/patches: patch-base_logging.c

   Log message:
   Workaround for 64bit time_t bug on i386, causing logs to be filled with
   "(null)" instead of the message.
   Bump PKGREVISION.

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Sun Feb  7 21:52:06 UTC 2016

   Modified Files:
   	pkgsrc/net/nagios-base: distinfo
   	pkgsrc/net/nagios-base/patches: patch-base_logging.c patch-cgi_cmd.c
   	    patch-xdata_xrddefault.c patch-xdata_xsddefault.c
   Added Files:
   	pkgsrc/net/nagios-base/patches: patch-base_checks.c patch-base_events.c
   	    patch-base_nerd.c patch-cgi_avail.c patch-cgi_histogram.c
   	    patch-cgi_trends.c patch-common_downtime.c patch-lib_test-squeue.c
   	    patch-lib_worker.c

   Log message:
   more 64bit time_t fixes. Now compiles without -Wformat warnings.
   Ride previous PKGREVISION bump