2013-08-28 14:14:49 by Emmanuel Dreyfus | Files touched by this commit (3) |
Log message:
Bugfix from upstream: do not send error when value is just on limit
https://bugzilla.redhat.com/show_bug.cgi?id=913085
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-03-02 05:10:28 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
nagios-plugins is used by icinga-base too.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2013-01-19 10:59:12 by Emmanuel Dreyfus | Files touched by this commit (6) |
Log message:
Add NetBSD support in check_ide_smart
Patch submitted upstream, but without much success
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-07-25 14:01:55 by Filip Hajny | Files touched by this commit (6) |
Log message:
Fix build on SunOS:
- Add pst3 to PLIST.
- Make sure dig/nslookup are found on SunOS.
- Use MACHINE_ARCH to avoid 64bit builds with ABI=32 on SunOS.
- Disable large file support on SunOS and ABI=32 (fixes swap plugin).
|
2012-05-24 17:20:25 by John Marino | Files touched by this commit (1) |
Log message:
net/nagios-plugins: Fix unwanted directory removal
Currently it's possible to install Nagios plugins independently of
net/nagios-base. However, the directories that the plugins install
into are created and owned by net/nagios-base, so it has to be
installed first to avoid unwanted directory removal when the only
plugin is deinstalled.
|
2012-01-16 23:09:59 by Steven Drake | Files touched by this commit (1) |
Log message:
net/bind is need on any platform that doesn't have dig or nslookup.
|
2011-08-02 16:03:18 by Manuel Bouyer | Files touched by this commit (9) | |
Log message:
Update nagios-base to 3.3.1, fixig CVE-2011-1523 and CVE-2011-2179.
Changes since 3.2.3:
ENHANCEMENTS
* Added support for same host service dependencies with servicegroups \
(Mathieu Gagné)
* Empty hostgroups referenced from services now optionally generate a \
warning instead of an error.
* Documentation links now point to online resources
* Matt Wall's Exfoliation theme is now installed by default. You can \
reinstall the classic theme with "make install-classicui"
* Downtime delete commands made "distributable" by deleting by \
host group name, host name or start time/comment (Opsview team)
* Allow status.cgi to order by "host urgency" (Jochen Bern)
* Added news items and quick links to main splash page
* Added ability to authenticate to CGIs using contactgroup name (Stephen Gran)
FIXES
* Fixes status.cgi when called with no parameters, where host should be set \
to all if none specified (Michael Friedrich)
* Fixes possible validation error with empty hostgroups/servicegroups \
(Sven-Göran Bergh)
* Performance-data handling and checking is now thread-safe so long as \
embedded perl is not used.
* Children should no longer hang on mutex locks held in parent for \
localtime() (and similar) calls.
* Debug logging is now properly serialized, using soft-locking with a \
timeout of 150 milliseconds to avoid multiple threads competing for the \
privilege to write debug info.
* Fixed extraneous alerts for services when host is down
* Fixed incorrect parsing of multi-line host check results (Jochen Bern)
* Fixed bug with passive host checks being incorrectly sent to event brokers \
as active checks
* Fixed bug where passive host check status updates were not being \
propagated to event brokers
* Reverted 'Fix for retaining host display name and alias, as well as \
service display name' as configuration information stored incorrectly over a \
reload
* Fixed compile warnings for size_t (Michael Friedrich)
* Fixed problem where acknowledgements were getting reset when a hard state \
change occurred
* Removed duplicated unlinks for check result files with multiple results
* Fixed race condition on flexible downtime commands when duration not set \
or zero (Michael Friedrich)
* Fixed flexible downtime on service hard state change doesn't get \
triggered/activated (Michael Friedrich)
* Fixed XSS vulnerability in config.cgi and statusmap.cgi (Stefan Schurtz)
* Fixed segfault when sending host notifications (Michael Friedrich)
* Fixed bug where unauthorized contacts could issue hostgroup and \
servicegroup commands (Sven Nierlein)
|