Module: check_mk
Branch: master
Commit: 7df1a9d83cf4216b6b4846298499776c9d6e50cc
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7df1a9d83cf421…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri Dec 10 15:36:36 2010 +0100
Updated internal doku
---
LIESMICH.zutun | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/LIESMICH.zutun b/LIESMICH.zutun
index 6214324..7498d5b 100644
--- a/LIESMICH.zutun
+++ b/LIESMICH.zutun
@@ -54,8 +54,17 @@ Der Service wird auch nicht in die aggregierten Services eines Summary Hosts
aufgenommen. Das kann dazu führen, dass die Anzahl der Services in einem
Summary-Host variabel ist.
-Cluster-Inventur: Wenn ein Service auf der Node sitzt und man die Regeln
-zu Clustered services ändert, entfernt ein -II das nicht von der node
+Cluster-Inventur(1): Wenn man ein check_mk -II macht, dann werden clustered
+services nicht entfernt. Um das sauber hinzubekommen, muss man sicherstellen,
+dass der Anwender check_mk -II mit *allen* nodes aufgerufen hat. Denn nur
+so darf man die Checks auf dem Cluster entfernen. Sonst kann man nicht sicher
+sein, dass Services wegfliegen, die eigentlich von einem anderem Node kommen.
+Das müsste dann auch micht clustered_services_of funktionieren. Ich muss
+einfach alle Cluster durchgehen, feststellen, ob jeweils alle deren Nodes
+inventurisiert werden, und darf dann die betroffenen Services wegwerfen.
+
+Cluster-Inventur(2): Wenn ein Service auf der Node sitzt und man die Regeln
+zu Clustered services ändert, entfernt ein -II das nicht von der node.
Livestatus: wenn man mehrere StatsGroupBy macht, wird der Speicher von den
alten nicht freigegeben (ist momentan eh nicht erlaubt. Fehlermeldung ausgeben).
Module: check_mk
Branch: master
Commit: 76527f6232107b97fa44ddb4b3b13286a8fc594b
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=76527f6232107b…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Dec 9 17:47:35 2010 +0100
Updated ChangeLog
---
ChangeLog | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a5f4654..bf3e566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
-1.1.9i1
+1.1.9i1:
INCOMPATIBLE CHANGES:
+ * 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.
+ * Inventory: The call syntax for inventory has been simplified. Just
+ call check_mk -I HOSTNAME now. Omit the "tcp" or "snmp". If you
+ want to do inventory just for certain check types, type "check_mk --checks=snmp_info,if -I hostnames..."
+ instead
* perfdata_format now defaults to "pnp". Previous default was "standard".
You might have to change that in main.mk if you are not using PNP (only
relevant for MRPE checks)
@@ -10,21 +17,18 @@
* snmp_communites is now initialized with [], not with {}. It cannot
be a dict any longer.
* bulkwalk_hosts is now initizlized with []. You can do += here just
- is with all other rule variables.
+ as with all other rule variables.
* Configuration check (-X) is now always done. It is now impossible to
call any Check_MK action with an invalid configuration. This saves
- you agains mistyped variables.
+ you against mistyped variables.
* Check kernel: converted performance data from counters to rates. This
fixes RRD problems (spikes) on reboots and also allows better access
to the peformance data for the Perf-O-Meters. Also changed service
- descriptions. You need to reinventurize the kernel checks. You old
+ descriptions. You need to reinventurize the kernel checks. Your 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,