File nagios-plugins.changes of Package nagios-plugins
-------------------------------------------------------------------
Thu Sep 25 12:11:56 CEST 2008 - cschneemann@suse.de
- update to 1.4.13:
+ Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)
+ Fix Debian bug #479013: check_dig's -l is mandatory now
(sf.net #1986306)
+ check_dig now returns CRITICAL instead of WARNING when no answer
section is found
+ check_procs now captures stderr in external command and adds to
plugin output
+ check_snmp now only prints perfdata for non numeric values
(sf.net #1867716)
+ check_icmp now supports packet size modification
+ check_http -e now accepts a comma-delimited list of expected
status codes (Sven Nierlein)
+ libtap now included with this distribution for easier testing.
Run ./configure with --enable-libtap
+ check_ntp_peer/check_ntp_time used to show port in
--help but ignored the argument - now implemented
+ Fix possible segfault in check_ntp_peer with deliberately
invalid packets
-------------------------------------------------------------------
Mon Sep 15 19:06:03 CEST 2008 - lrupp@suse.de
- compile explicit without included regex
- add README about suid permissions
-------------------------------------------------------------------
Fri Jul 25 19:15:35 CEST 2008 - lrupp@suse.de
- fix lib path for perl plugins
- add check_linux_raid.pl and check_netapp.pl
-------------------------------------------------------------------
Mon Jul 21 18:24:49 CEST 2008 - lrupp@suse.de
- update to 1.4.12:
+ Fixed check_http regression in 1.4.10 where following
redirects to relative URLs on virtual hosts failed if
both "-H" and "-I" were used
+ Merged two new checks that deprecates check_ntp:
check_ntp_peer and check_ntp_time.
You should read the --help output so see which one is suitable
for you.
++ check_ntp_peer implement stratum thresholds support
(feature request nagios-bt#1703823).
++ check_ntp now returns UNKNOWN instead of WARNING if jitter
is unavailable (jitter=-1.000000) as long as the thresholds
range include -1. If no offset threshold is specified and the
offset is unavailable, will return UNKNOWN as well.
+ Fixed broken usage2 in check_snmp and check_cluster
+ check_cluster now accepts all valid characters in
its thresholds ("-", "@", "~")
+ Fixed check_disk reporting OK if disk usage grows
over 100% (nagios-bt#1348746).
+ Fixed check_load argument handling when not passing
triplets (nagios-bt#1831890)
+ Fixed buffer overflow in check_snmp (CVE-2007-5623)
+ Tinderbox builds now runs tests in a verbose mode
+ Updated Nagios::Plugin to 0.22
+ VPATH problem fixed for compiling plugins-root
- disabled nagios-plugins-1.4.5-check_procs.c.patch (upstream has
another solution)
- BuildRequires nagios-devel now
- package check_linux_raid
-------------------------------------------------------------------
Mon May 5 15:58:36 CEST 2008 - olh@suse.de
- fix return type of validate_arguments() in negate.c
-------------------------------------------------------------------
Thu Apr 17 14:18:55 CEST 2008 - max@suse.de
- NAMEDATALEN is defined in pg_config_manual.h in PostgreSQL 8.3.
-------------------------------------------------------------------
Mon Mar 10 14:48:34 CET 2008 - olh@suse.de
- add check_xenvm
(from http://www.novell.com/coolsolutions/feature/19490.html)
-------------------------------------------------------------------
Wed Jan 30 16:03:40 CET 2008 - lrupp@suse.de
- enabled check_apt and check_game (in extras package)
- rpcinfo-, qstat- and apt-get-command need pathnames
(to avoid extra BuildRequires)
- make all plugins executable
- package commands.cfg to /etc/nagios
- package CODING file in docdir
- check_radius is currently broken
- BuildRequire nagios-devel
- build parallel
- added gnutls to BuildRequires
-------------------------------------------------------------------
Fri Jan 4 10:19:37 CET 2008 - olh@suse.de
- update to version 1.4.11
* Fix check_http regression in 1.4.10 where following redirects to
relative URLs on virtual hosts failed if both "-H" and "-I" were used
* check_ntp now return UNKNOWN instead of WARNING if jitter is unavailable (jitter=-1.000000)
as long as the thresholds range inculde -1. If no offset threshold is specified
and the offset is unavailable, will return UNKNOWN as well.
NOTE: If jitter thresholds are specified as integers it will return CRITICAL if jitter
is "-1" as the default range starts at 0. See Examples in --help output.
* Fix broken usage2 in check_snmp and check_cluster
* check_cluster now accept all valid characters in its thresholds ("-", "@", "~")
* Merge two new checks that deprecates check_ntp: check_ntp_peer and check_ntp_time.
* Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).
The problem happens to be in Gnulib but a workaround have been implemented in check_disk.c
* Fix check_load argument handling when not passing triplets (bug #1831890)
-------------------------------------------------------------------
Fri Oct 26 13:51:51 CEST 2007 - olh@suse.de
- fix possible buffer overflow in check_snmp with snmpget replies (336002)
fix possible buffer overflow in check_http with redirects (331728)
-------------------------------------------------------------------
Mon Oct 8 11:28:16 CEST 2007 - olh@suse.de
- fix string check in check_snmp
-------------------------------------------------------------------
Mon Oct 8 11:10:41 CEST 2007 - olh@suse.de
- update to version 1.4.10 (331728)
* Fix check_http buffer overflow vulnerability when following HTTP redirects
* check_http now explicitly asks HTTP/1.1 servers to close the connection
after completion of the response
* Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect)
is now deprecated. See --help for further information.
* Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p)
A meaningful error message (eg "Stale NFS Handle") is printed if stat fails.
* New check_disk option -L: Only check local filesystems, but call stat() on remote ones, too.
Thus accessibility of remote filesystems can be checked without any threshold comparison.
* Check_disk's --help now prints some examples for the new features introduced in 1.4.8
* New check_disk -i/-I option to ignore pathes/partitions based on regular expressions
* New check_disk -A option to select all filesystems explicitly
WARNING: check_disk's -E option must now be passed before -p or -r/-R arguments
Passing -E after -p or -r results in UNKNOWN state, now
This is needed due to the new ignore feature
* Fix check_disk bug when mixing case sensitive and case insensitive regex arguments
* New check_dhcp -u/--unicast option for emulating a DHCP relay in order
to check DHCP servers on remote networks
* New check_dhcp -m/--mac option which allows for specifying the MAC
address to use in the DHCP request
* The check_dhcp -r and -s options now accept host names, too
* Fix possible check_icmp bus errors on some (non-x86/AMD64) platforms
* Fix check_smtp's handling of multiple-packet server responses
WARNING: Fix for negate which may break existing commands:
- stop evaluating command line options through shell twice
- enforce a full path for the command to run
* The "negate" utility can now remap custom states
* Check_radius now supports radiusclient-ng
* The (undocumented) positional parameter parsing which check_radius used
instead of getopt(3) if 8 arguments were given is no longer available
* Check_by_ssh now supports multiline output
* IPv6 support can now be disabled using ./configure --without-ipv6
* Fix check_ntp now honor ntp flags
-------------------------------------------------------------------
Wed Aug 15 21:17:17 CEST 2007 - olh@suse.de
- require freeradius-client-devel only in openSuSE > 10.2
-------------------------------------------------------------------
Wed Aug 15 20:54:55 CEST 2007 - olh@suse.de
- fix a few compile warnings
- update to version 1.4.9
* Inclusion of contrib/check_cluster2 as check_cluster with some improvements
* New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh
* check_snmp now supports Counter64
* Fix compilation of check_ldap, check_radius and check_pgsql
* check_load can optionally divide by number of cpus
* Fix check_time returning wrong OK when time is before the epoch on some arch
* Make check_http output more consistent
* Fix possible check_http segfaults when following HTTP redirects
* check_snmp don't warn anymore if something is printed on stderr
* Fix check_tcp segfault when multiple expect strings are given
* New option for check_tcp: -A/--all to test if all given expect strings match
* Respects --without-world-permissions for setuid plugins
* check_disk extra options for regex matching of filesystems and grouping of filesystems
for collective thresholds
* Better configure test for mysqlclient availability
* Various check_ntp fixes
* check_procs uses /usr/ucb/ps if available - fixes pst3 problems on Solaris
* Fixed MKINSTALLDIRS problem in po/
* ./configure now detects if possible to compile check_mysql
* Fixed broken HELO in check_smtp
* check_icmp now allows to set a minimum number of hosts required for successs (-m)
* check_icmp fix for *BSD when running for long time
* check_ping times out 1 second quicker if host is unreachable
* Root plugins installed with world executable
* check_sybase from contrib now maintained in NagiosExchange
* --with-nagios-user/group reinstated ./configure option
* New --without-world-permissions ./configure option
-------------------------------------------------------------------
Fri Mar 30 01:34:09 CEST 2007 - ro@suse.de
- added procps,bind-utils to buildreq
-------------------------------------------------------------------
Thu Mar 15 01:55:30 CET 2007 - ro@suse.de
- disable radius plugin for now, needs porting to freeradius-client
-------------------------------------------------------------------
Thu Mar 15 00:52:00 CET 2007 - ro@suse.de
- make it build as non-root
- check_dhcp and check_ are still not installed suid, but they
were not suid before this change
-------------------------------------------------------------------
Mon Mar 12 16:00:09 CET 2007 - tsieden@suse.de
- update to version 1.4.6
* Reduced number of DNS lookups in check_ping and netutils.c for
IPv6 configurations
* Fixed compile problems with *BSD re: alloca.h
* Fixed Solaris problems with check_swap (tested on Solaris 9)
* Fixed check_swap for HP/UX where swapinfo command was incorrect
* Fixed check_disk inode threshold checks, regressed at r1.4.4.
* Fixed crit/warn for check_disk perf data
* Fixed buffer overflow in check_procs
* Fixed error handling for UNIX sockets in netutils.c
* New -q and -o options for check_by_ssh which are handed over to ssh(1) as is
* Synced with latest GNUlib
* Fixed check_jabber always returns warning
- removed ntp from BuildRequires
- adapted from BuildService:
* added more distribution-specific BuildRequires from mge@suse.de
-------------------------------------------------------------------
Wed Jan 10 21:13:26 CET 2007 - olh@suse.de
- remove outdated and unused command.cfg
-------------------------------------------------------------------
Fri Nov 17 11:47:31 CET 2006 - tsieden@suse.de
- fix build
* typos in check_http.c, check_icmp.c and check_ldap.c
* added missing include to check_procs.c
* fix more gcc warnings in check_fping.c, check_mysql.c and
check_mysql_query.c
-------------------------------------------------------------------
Thu Nov 16 10:12:55 CET 2006 - tsieden@suse.de
- update to version 1.4.5
* check_udp2 removed. check_udp is now linked to check_tcp.c
* new check_apt plugin
* new C based check_ntp. the perl version is now
deprecated.
* major bug fixes to check_disk where values were incorrectly
calculated and alerted on.
* check_mailq now errors if the sub-program run returns
non-zero return code. this would appear as if mailqs were
okay when the nagios user could not query the mail-queues
* compile problems with check_snmp fixed
-------------------------------------------------------------------
Wed Jun 21 19:40:50 CEST 2006 - stark@suse.de
- update to version 1.4.3
* check_mysql_query added to run arbitrary SQL commands,
with threshold checking
* new check_clamd
-------------------------------------------------------------------
Fri Jun 16 23:37:34 CEST 2006 - schwab@suse.de
- Fix syntax error in configure script.
-------------------------------------------------------------------
Wed Jan 25 21:38:33 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Dec 19 15:10:04 CET 2005 - ro@suse.de
- added previously unpackaged symlinks to extras package
-------------------------------------------------------------------
Tue Oct 25 15:48:15 CEST 2005 - rhafer@suse.de
- added LDAP_DEPRECATED to CFLAGS to build correctly with
OpenLDAP 2.3
-------------------------------------------------------------------
Tue Sep 20 06:47:30 CEST 2005 - stark@suse.de
- update to version 1.4.2
-------------------------------------------------------------------
Tue Aug 2 06:40:05 CEST 2005 - stark@suse.de
- update to version 1.4.1
-------------------------------------------------------------------
Tue May 17 12:33:12 CEST 2005 - stark@suse.de
- fixed overwriting a buffer
-------------------------------------------------------------------
Tue May 17 08:21:37 CEST 2005 - stark@suse.de
- fixed ps syntax (bug 75699)
-------------------------------------------------------------------
Fri Feb 4 10:16:35 CET 2005 - stark@suse.de
- update to version 1.4
-------------------------------------------------------------------
Wed May 26 01:55:49 CEST 2004 - ro@suse.de
- add some return values to non-void functions
-------------------------------------------------------------------
Thu Dec 18 12:56:10 CET 2003 - stark@suse.de
- adopted to new ping output format (iputils-ss021109) (#33710)
-------------------------------------------------------------------
Mon Nov 10 15:05:16 CET 2003 - ro@suse.de
- use net-snmp instead of ucdsnmp
-------------------------------------------------------------------
Fri Jul 18 13:07:54 CEST 2003 - stark@suse.de
- update to 1.3.1
-------------------------------------------------------------------
Thu Jun 19 13:47:58 CEST 2003 - stark@suse.de
- added missing directories to filelist
-------------------------------------------------------------------
Tue May 27 07:30:05 CEST 2003 - stark@suse.de
- update to 1.3.0
* added check_nt
-------------------------------------------------------------------
Mon Dec 2 10:24:20 CET 2002 - stark@suse.de
- update to 1.3.0beta2
* included SNMPv3 patch
-------------------------------------------------------------------
Thu Nov 21 01:21:43 CET 2002 - ro@suse.de
- work around autoconf problem
-------------------------------------------------------------------
Wed Oct 9 10:00:35 CEST 2002 - stark@suse.de
- added nagios to neededforbuild (Bug #20557)
-------------------------------------------------------------------
Sun Oct 6 06:01:25 CEST 2002 - stark@suse.de
- moved Requires: perl-Net-SNMP from extras to "normal" package
(Bug #20559)
- removed Requires: nagios because it is also possible
to use it with nagios-nrpe
-------------------------------------------------------------------
Thu Aug 1 00:56:50 CEST 2002 - ro@suse.de
- use openldap2 as neededforbuild
-------------------------------------------------------------------
Tue Jul 9 11:54:30 CEST 2002 - stark@suse.de
- added patch to be able to connect via SNMPv3 (check_snmp)
-------------------------------------------------------------------
Mon Jul 1 16:01:58 CEST 2002 - ro@suse.de
- find mysql on lib64
-------------------------------------------------------------------
Wed Jun 19 09:09:38 CEST 2002 - stark@suse.de
- switched to nagiosplug 1.3beta1
(is stated as beta but should be usable in almost all cases)
-------------------------------------------------------------------
Fri Jun 14 10:42:21 CEST 2002 - stepan@suse.de
- add mysql-client to neededforbuild
-------------------------------------------------------------------
Mon Apr 29 10:18:16 CEST 2002 - stark@suse.de
- changed Requires to nagios
-------------------------------------------------------------------
Tue Jan 15 09:35:09 CET 2002 - stark@suse.de
- fixed check_ping to fit new ping output (#12769)
-------------------------------------------------------------------
Wed Nov 7 14:20:40 CET 2001 - stark@suse.de
- use AM_INIT_AUTOMAKE
-------------------------------------------------------------------
Mon Aug 27 01:42:07 CEST 2001 - ro@suse.de
- fix for current ping output (round-trip is called rtt now)
- bzip source
-------------------------------------------------------------------
Mon Jul 30 08:40:54 CEST 2001 - stark@suse.de
- added openssl to #neededforbuild
-------------------------------------------------------------------
Fri Jul 27 08:57:43 CEST 2001 - kukuk@suse.de
- change postgresql-lib -> postgresql-libs
-------------------------------------------------------------------
Mon Jul 16 08:55:43 CEST 2001 - stark@suse.de
- added mysql-shared to #neededforbuild
-------------------------------------------------------------------
Tue Jul 10 08:15:00 CEST 2001 - stark@suse.de
- package splitted (netsaint-plugins-extras for dependent functions
- added check_fping
-------------------------------------------------------------------
Mon Jul 9 14:26:39 CEST 2001 - stark@suse.de
- fixed #ifdef in check_mrtg.c, check_nwstat.c, check_by_ssh.c
-------------------------------------------------------------------
Mon Jun 18 13:44:39 CEST 2001 - stark@suse.de
- removed openldap-client from neededforbuild
-------------------------------------------------------------------
Mon May 14 11:13:50 CEST 2001 - stark@suse.de
- update to release 1.2.9-4
-------------------------------------------------------------------
Thu Apr 19 12:46:52 CEST 2001 - stark@suse.de
- initial package 1.2.9-3