./net/nagios-plugins, Nagios plugins

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


Branch: pkgsrc-2015Q4, Version: 2.0.3nb1, Package name: nagios-plugins-2.0.3nb1, Maintainer: pkgsrc-users

This package contains the basic monitoring plugins for nagios. For
more information about nagios, see the 'nagios-base' package.


Required to run:
[lang/perl5]

Master sites:

SHA1: 29b6183ab9d796299dc17c395eef493415d1e9d6
RMD160: b682b126c78df51f64d9cb8599d2f9dfd411d5f4
Filesize: 2597.434 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