Module: check_mk
Branch: master
Commit: 01f42303d604bdcd5802a901bf63e6947eda1286
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=01f42303d604bd…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Tue Nov 30 10:03:52 2010 +0100
Merged changelog
---
ChangeLog | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 65e71a7..7761070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,3 @@
-WATO:
- INCOMPATIBLE CHANGES:
- * Multisite: parameters nagios_url, nagios_cgi_url and pnp_url are now
- obsolete. Instead the new parameter url_prefix is used (which must
- end with a /).
- * TCP / SNMP: hosts using TCP and SNMP now must use the tags 'tcp'
- and 'snmp'. Hosts with the tag 'ping' will not inventorize any
- service. New configuration variable tcp_hosts.
-
- Core, Setup, etc.:
- * new variable ignored_checks: Similar to ignored_checktypes, but allows
- per-host configuration
-
1.1.9i1
INCOMPATIBLE CHANGES:
* perfdata_format now defaults to "pnp". Previous default was "standard".
@@ -35,6 +22,12 @@ WATO:
to the peformance data for the Perf-O-Meters. Also changed service
descriptions. You need to reinventurize the kernel checks. You old
RRDs will not be deleted, new ones will be created.
+ * Multisite: parameters nagios_url, nagios_cgi_url and pnp_url are now
+ obsolete. Instead the new parameter url_prefix is used (which must
+ end with a /).
+ * TCP / SNMP: hosts using TCP and SNMP now must use the tags 'tcp'
+ and 'snmp'. Hosts with the tag 'ping' will not inventorize any
+ service. New configuration variable tcp_hosts.
Core, Setup, etc.:
* Improve error handling: if hosts are monitored with SNMP *and* TCP,
@@ -56,6 +49,8 @@ WATO:
with numbers now anyway.
* check_mk -I snmp will now try all checktypes not having an snmp scan
function. That way all possible checks should be inventorized.
+ * new variable ignored_checks: Similar to ignored_checktypes, but allows
+ per-host configuration
Checks & Agents:
* megaraid_pdisks: Using the real enclosure number as check item now