diff options
Diffstat (limited to 'web/input/news/release-1-5.md')
-rw-r--r-- | web/input/news/release-1-5.md | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/web/input/news/release-1-5.md b/web/input/news/release-1-5.md new file mode 100644 index 0000000..58d0822 --- /dev/null +++ b/web/input/news/release-1-5.md | |||
@@ -0,0 +1,93 @@ | |||
1 | title: Version 1.5 Released | ||
2 | date: 2013-10-02 | ||
3 | --- | ||
4 | |||
5 | The Nagios Plugins Development Team is proud to announce version 1.5 of the | ||
6 | Nagios Plugins! This release comes with the new `check_dbi` plugin written by | ||
7 | Sebastian Harl, and includes lots of enhancements and fixes provided by more | ||
8 | than forty contributors. Many thanks to all of you! | ||
9 | |||
10 | <end-of-abstract> | ||
11 | |||
12 | Special kudos go to Sven Nierlein for fixing numerous bugs, reviewing many | ||
13 | pull requests, bringing our test suite back into shape, and setting up | ||
14 | automated tests on a variety of platforms. This helped us spotting lots of | ||
15 | bugs *before* the release. Let me also thank Ton Voon for doing the | ||
16 | unenviable work of updating the bundled Perl modules; and our newest team | ||
17 | member Jan Wagner for all his help with patch review. | ||
18 | |||
19 | See below for a list of major changes. Note that the new `check_http` version | ||
20 | introduces two minor backwards incompatibilities mentioned at the end of that | ||
21 | list, so please be sure to check whether they might affect you. | ||
22 | |||
23 | You can get the tarball from our [download page][download]. | ||
24 | |||
25 | ## Enhancements | ||
26 | |||
27 | * New `check_dbi` plugin for checking an (SQL) database using DBI | ||
28 | * Let OpenSSL load its configuration file (see the `OPENSSL_config(3)` man | ||
29 | page) | ||
30 | * Add performance data to `check_apt` | ||
31 | * Add performance data to `check_procs` | ||
32 | * Added `-4`/`-6` options to `check_dig` | ||
33 | * New `check_oracle` `--connect` option to perform real login | ||
34 | * New `check_nagios` `-t` option to override the default timeout | ||
35 | * New `check_disk` `-f`/`--freespace-ignore-reserved` option to ignore space | ||
36 | reserved for root | ||
37 | * New `check_disk` `-N`/`--include-type` option to limit the filesystem types | ||
38 | to check | ||
39 | * Allow for building the plugins in parallel | ||
40 | * Add `--without-{dbi,ldap,radius}` options to `./configure` | ||
41 | * Made Verbose output of `check_sensors` compliant | ||
42 | * New switch `-E`/`--extended-perfdata` for `check_http` to print additional | ||
43 | performance data | ||
44 | * New `check_http` `-d` option to specify a string to expect within the | ||
45 | response headers | ||
46 | * New `check_http` `-J`/`-K` options for client certificate authentication | ||
47 | support | ||
48 | * Add support for executing queries to `check_pgsql` | ||
49 | * Let `check_pgsql` accept a UNIX socket directory as hostname | ||
50 | * New `check_pgsql` `-o` option to specify additional connection parameters | ||
51 | * New `check_fping` `-S` option to specify the source IP address | ||
52 | * New `check_fping` `-I` option to specify the interface to bind to | ||
53 | * Let `check_fping` support IPv6 | ||
54 | * New `check_procs` `-k` option to ignore kernel threads (on Linux) | ||
55 | * Let `check_procs` use `/proc/<PID>/exe` (if available) instead of | ||
56 | `getpid(2)`, unless `-T` is specified | ||
57 | * Let `check_mysql` support SSL | ||
58 | * Let `check_mysql` add perfromance metrics for all checks | ||
59 | * New `check_mysql` `-f` option to specify a client options file | ||
60 | * New `check_mysql` `-g` option to specify a client options group | ||
61 | * New `check_snmp` `--offset` option to allow for adding/substracting an | ||
62 | offset value to sensor data | ||
63 | * Let `check_snmp` support an arbitrary number of OIDs | ||
64 | * Let `check_ide_smart` support NetBSD | ||
65 | |||
66 | ## Fixes | ||
67 | |||
68 | * Change the MAIL FROM command generated by `check_smtp` to be RFC compliant | ||
69 | * Fix compilation of `check_http` without SSL support | ||
70 | * Fix `check_snmp` reversed threshold ranges (backward-compatibility) | ||
71 | * Fix `check_snmp` memory violation when using more than 8 OIDs | ||
72 | * Fix `check_apt` security regular expression | ||
73 | * Fix `check_http` handling extra header (`-k`) containing semicolons | ||
74 | * Fix `check_apt` handling unknown exit codes from apt-get | ||
75 | * Fix deprecated imports of `check_nmap.py` | ||
76 | |||
77 | ## Warnings | ||
78 | |||
79 | * `check_http` behaviour of `-k`/`--header` changed since it does not separate | ||
80 | multiple headers by semicolons anymore. Use multiple `-k` switches instead. | ||
81 | * `check_http`'s `--proxy_authorization` option is now called | ||
82 | `--proxy-authorization` (it was always documented this way) | ||
83 | * The [contrib directory][contrib] has been removed. These days, sites such | ||
84 | as [Nagios Exchange][nag-exchange] and [Monitoring Exchange][mon-exchange] | ||
85 | serve as much better places for publishing plugins not maintained by the | ||
86 | Nagios Plugins Development Team. | ||
87 | |||
88 | [download]: /download.html | ||
89 | [contrib]: https://github.com/nagios-plugins/nagios-plugins/tree/7a80e27fb38b26713ac5a1f6810b99519a31dbf3/contrib | ||
90 | [nag-exchange]: http://exchange.nagios.org/ | ||
91 | [mon-exchange]: https://www.monitoringexchange.org/ | ||
92 | |||
93 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | ||