diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,7 @@ This file documents the major additions and syntax changes between releases. | |||
14 | Add --without-{dbi,ldap,radius} options to ./configure | 14 | Add --without-{dbi,ldap,radius} options to ./configure |
15 | Made Verbose output of check_sensors compliant (Gabriele Tozzi) | 15 | Made Verbose output of check_sensors compliant (Gabriele Tozzi) |
16 | New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) | 16 | New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) |
17 | New check_http -d option to specify a string to expect within the response headers | ||
17 | Add support for executing queries to check_pgsql | 18 | Add support for executing queries to check_pgsql |
18 | Let check_pgsql accept a UNIX socket directory as hostname | 19 | Let check_pgsql accept a UNIX socket directory as hostname |
19 | New check_pgsql -o option to specify additional connection parameters | 20 | New check_pgsql -o option to specify additional connection parameters |
@@ -23,6 +24,8 @@ This file documents the major additions and syntax changes between releases. | |||
23 | New check_procs -k option to ignore kernel threads (on Linux) | 24 | New check_procs -k option to ignore kernel threads (on Linux) |
24 | Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified | 25 | Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified |
25 | Let check_mysql support SSL | 26 | Let check_mysql support SSL |
27 | Let check_mysql add perfromance metrics for all checks | ||
28 | New check_snmp --offset option to allow for adding/substracting an offset value to sensor data | ||
26 | 29 | ||
27 | FIXES | 30 | FIXES |
28 | Change the MAIL FROM command generated by check_smtp to be RFC compliant | 31 | Change the MAIL FROM command generated by check_smtp to be RFC compliant |