Nagios Plugins 2.1.2 Released!

Scott Wilkerson <[email protected]> Mon, 1 Aug 2016 11:48:49 -0500
Newsgroups gmane.network.nagios.announce
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============6506014193617782639==
Content-Type: multipart/alternative;
 boundary="------------69D4F5C61F93CBBCC4A4B952"

This is a multi-part message in MIME format.
--------------69D4F5C61F93CBBCC4A4B952
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

The Nagios Plugins Development Team is proud to announce that
nagios-plugins 2.0.3 has been released and is available for download.

**Enhancements:*
*  check_snmp’s performance data now also includes warning/critical 
thresholds
*  New check_snmp "-N" option to specify SNMPv3 context name
*  New check_nt "-l" parameters: seconds|minutes|hours|days
*  New check_mailq -s option which tells the plugin to use sudo
*  New -W/-C option for check_ldap to check number of entries
*  The check_http -S/* ssl option now accepts the arguments "1.1" and 
"1.2" to force TLSv1.1 and TLSv1.2 connections, respectively
*  The check_http -S/* ssl option now allows for specifying the desired 
protocol with a "+" suffix to also accept newer versions
*  New check_disk "-v" option to show troubled partition in verbose mode
*  Added a parameter -w (* max_warning) to check_log.sh defining upper 
value to return a warning code
*  Add support for LDAP URIs in check_ldap
*  Provide performance data in check_file_age
*  Added * hostname support to check_by_ssh
*  Add check_ifstatus option to ignore interfaces by name
*  Introduce support for SNMPv3 context using "-N" option in check_snmp:
*  Added IPv6 support to check_snmp.c
*  Added support for checking SSL-Websites through Proxies to check_http

**Fixes:*
*  check_dig can now also use "drill" instead of "dig"
*  check_dig now honors the -4 and -6 switches
*  Fix check_jabber to work with Openfire servers
*  Fix "-n" and "-u" options in ifstatus.pl to ignore if either is set, 
not just both
*  Fix perfdata to comply with perfdata UOM definition in check_mrtgtraf
*  Change warning to critical for protocal/version errors in check_ssh
*  Make header_value() and chunked-encoding decoding more robust in 
check_http
*  Fix Host header if explicitly set with -k in check_http
*  Enable check_proc to monitor processes in PID name-spaced environments.
*  Prevent large tide values from truncation in check_disk
*  Timeticks are now being parsed correctly before performance data in 
check_snmp
*  Fixed mailer names in check_mailq.pl
*  Improved output when swap space has zero size in check_swap
*  Check if OpenSSL supports SSLv3
*  Optimize output if SSL certificate expires in less then 24 hours
*  Increased MAX_RE_SIZE from 256 to 2048 in check_http
*  Changed the ps command to allow for longer output in check_procs
*  Allow a server to reply using only ‘HTTP/1.x 200 OK’ and a body, with 
no headers in check_http
*  Other more minor fixes


Download Nagios Plugins 2.1.2 at:

http://nagios-plugins.org/downloads/

Or visit us on github:

https://github.com/nagios-plugins/nagios-plugins


-- 

Scott Wilkerson
Chief Technology Officer (CTO)
___
Nagios Enterprises, LLC
Office: (651)204-9102
Fax:    (651)204-9103
Email:[email protected] <mailto:[email protected]>
Web:www.nagios.com <http://www.nagios.com/>


--------------69D4F5C61F93CBBCC4A4B952
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>The Nagios Plugins Development Team is proud to announce that<br>
      nagios-plugins 2.0.3 has been released and is available for
      download.<br>
      <br>
      **Enhancements:*<br>
      *  check_snmp’s performance data now also includes
      warning/critical thresholds<br>
      *  New check_snmp "-N" option to specify SNMPv3 context name<br>
      *  New check_nt "-l" parameters: seconds|minutes|hours|days<br>
      *  New check_mailq -s option which tells the plugin to use sudo<br>
      *  New -W/-C option for check_ldap to check number of entries<br>
      *  The check_http -S/* ssl option now accepts the arguments "1.1"
      and "1.2" to force TLSv1.1 and TLSv1.2 connections, respectively<br>
      *  The check_http -S/* ssl option now allows for specifying the
      desired protocol with a "+" suffix to also accept newer versions<br>
      *  New check_disk "-v" option to show troubled partition in
      verbose mode<br>
      *  Added a parameter -w (* max_warning) to check_log.sh defining
      upper value to return a warning code<br>
      *  Add support for LDAP URIs in check_ldap<br>
      *  Provide performance data in check_file_age<br>
      *  Added * hostname support to check_by_ssh<br>
      *  Add check_ifstatus option to ignore interfaces by name<br>
      *  Introduce support for SNMPv3 context using "-N" option in
      check_snmp:<br>
      *  Added IPv6 support to check_snmp.c<br>
      *  Added support for checking SSL-Websites through Proxies to
      check_http<br>
      <br>
      **Fixes:*<br>
      *  check_dig can now also use "drill" instead of "dig"<br>
      *  check_dig now honors the -4 and -6 switches<br>
      *  Fix check_jabber to work with Openfire servers<br>
      *  Fix "-n" and "-u" options in ifstatus.pl to ignore if either is
      set, not just both<br>
      *  Fix perfdata to comply with perfdata UOM definition in
      check_mrtgtraf<br>
      *  Change warning to critical for protocal/version errors in
      check_ssh<br>
      *  Make header_value() and chunked-encoding decoding more robust
      in check_http<br>
      *  Fix Host header if explicitly set with -k in check_http<br>
      *  Enable check_proc to monitor processes in PID name-spaced
      environments.<br>
      *  Prevent large tide values from truncation in check_disk<br>
      *  Timeticks are now being parsed correctly before performance
      data in check_snmp<br>
      *  Fixed mailer names in check_mailq.pl<br>
      *  Improved output when swap space has zero size in check_swap<br>
      *  Check if OpenSSL supports SSLv3<br>
      *  Optimize output if SSL certificate expires in less then 24
      hours<br>
      *  Increased MAX_RE_SIZE from 256 to 2048 in check_http<br>
      *  Changed the ps command to allow for longer output in
      check_procs<br>
      *  Allow a server to reply using only ‘HTTP/1.x 200 OK’ and a
      body, with no headers in check_http<br>
      *  Other more minor fixes<br>
      <br>
      <br>
      Download Nagios Plugins 2.1.2 at:<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://nagios-plugins.org/downloads/">http://nagios-plugins.org/downloads/</a><br>
      <br>
      Or visit us on github:<br>
      <br>
      <a class="moz-txt-link-freetext" href="https://github.com/nagios-plugins/nagios-plugins">https://github.com/nagios-plugins/nagios-plugins</a><br>
      <br>
    </p>
    <br>
    <div class="moz-signature">-- <br>
      <pre class="moz-signature" cols="72">Scott Wilkerson
Chief Technology Officer (CTO)
___
Nagios Enterprises, LLC
Office: (651)204-9102
Fax:    (651)204-9103
Email:  <a href="mailto:[email protected]">[email protected]</a>
Web:    <a href="http://www.nagios.com/">www.nagios.com</a>

</pre>
    </div>
  </body>
</html>

--------------69D4F5C61F93CBBCC4A4B952--

--===============6506014193617782639==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Nagios-announce mailing list
[email protected]
http://lists.nagios.com/mailman/listinfo/nagios-announce
--===============6506014193617782639==--