summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS54
1 files changed, 53 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d48e1d8..1a4aead 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,60 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.1 32.2 [...]
4 ENHANCEMENTS
5 check_snmp's performance data now also includes warning/critical
6 thresholds
7 New check_snmp "-N" option to specify SNMPv3 context name
8 New check_nt "-l" parameters: seconds|minutes|hours|days
9 Make sure check_disk won't hang on hanging (network) file systems
10 New check_mailq -s option which tells the plugin to use sudo(8)
11 New -W/-C option for check_ldap to check number of entries (Gerhard Lausser)
12
13 FIXES
14 Let check_real terminate lines with CRLF when talking to the server, as
15 mandated by 2326
16 Fix check_procs on HP-UX
17
18 WARNINGS
19 The format of the performance data emitted by check_mrtgtraf has been
20 changed to comply with the development guidelines
21 check_ssh not returns CRITICAL for protocal/version errors
22
232.1.1 2nd December 2014
24 FIXES
25 Fix check_ntp's jitter checking
26 Fix check_ntp's handling of invalid server responses
27 Fix check_apt's handling of invalid regular expressions
28 Fix check_real's server response processing
29 Fix backslash escaping in check_tcp's --help output
30
312.1 15th October 2014
4 ENHANCEMENTS 32 ENHANCEMENTS
5 New check_hpjd -p option for port specification (abrist) 33 New check_hpjd -p option for port specification (abrist)
34 New ./configure --with-qmail-qstat-command option to specify the path to
35 qmail-qstat(8)
36 New check_ifstatus -n option to ignore interfaces by name
37 check_ntp_peer has now specific state output for each metric
38 New check_mysql -n option to ignore authentication failures
39 Added IP and port or socket name to error messages
40 New check_ntp_time -o option to add expected offset
41 check_disk shows now troubled partions in verbose mode
42 check_dig has now support for drill and dig
43 check_dig has now support for -6 option
44 Add performance data to check_file_age
45
46 FIXES
47 Fix check_jabber to work with Openfire servers
48 Fix check_oracle bad string matching when testing TNS server
49 Fixed check_ifstatus performance data output
50 Fixed expire time output for sslutils
51 check_dns now verifies if the answer is returning from the queried
52 server
53 Fix check_by_ssh to accept --hostname as argument
54
55 WARNINGS
56 This release doesn't ship with an RPM spec file, please contribute to
57 PR #1283 if you are interested in it
6 58
72.0 11th July 2014 592.0 11th July 2014
8 ENHANCEMENTS 60 ENHANCEMENTS