Module: check_mk
Branch: master
Commit: aac84ccc99e67890821821ddae49fa9add031355
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=aac84ccc99e678…
Author: Goetz Golla <gg(a)mathias-kettner.de>
Date: Wed Aug 20 09:35:32 2014 +0200
no werks for fixes to yet unreleased changes
---
.werks/647 | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.werks/647 b/.werks/647
deleted file mode 100644
index 248eeed..0000000
--- a/.werks/647
+++ /dev/null
@@ -1,18 +0,0 @@
-Title: printer_input, printer_output: multiple fixes to algorithm for state determination
and inventory function
-Level: 2
-Component: checks
-Compatible: compat
-Version: 1.2.5i6
-Date: 1408447192
-Class: fix
-
-The inventory function now considers the description of the unit if its name is not
configured. This should lead to
-more and more meaningful items. Still, all units with empty name and description will be
merged into one single
-service with an empty item name.
-
-The algorithm to determine the states of a unit was plain wrong, so that a nonsense
collection of states were given.
-This has been corrected. Still several states may be derived, but they should now
correctly describe the operational
-state of the unit.
-
-The inventory function also used the same algorithm to inventorize only units with
meaningful states. Therefore some
-changes may be expected in the inventory of a printer as well.