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