Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 1863
blob1c82d183c90eaaa98c0221ed880f803eee132681
1 Title: cisco_power: fix for cases with a slash in the device description of a power supply
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Version: 1.2.7i1
6 Date: 1424964446
7 Class: fix
9 Power Supplies with a slash in the device description were added in service discovery,
10 but could not be found when carrying out the check. This problem has been fixed.
12 In addition, when you have power supplies which have a service description
13 containing the ID of the power supply at the end like "<power supply
14 name>/<ID>", i.e. with a SLASH, you have to redo the service discovery
15 and the service description will then contain the ID added with a blank
16 instead, i.e. "<power supply name> <ID>". This is a rare case only relevant
17 for versions of cisco_power younger than 2015/01/30, and only if you have
18 non-unique power supply names with trailing digits in the name.