Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 1938
blob648334a4543164c02039c97d63718b5e89959fb6
1 Title: docsis_channels_upstream: fixed missing checks if channels had the same ChannelId
2 Level: 1
3 Component: checks
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1423237560
10 DOCSIS services used only the ChannelId as item name.
11 <ul>
12 <li>Upstream Channel 1</li>
13 <li>Upstream Channel 2</li>
14 <li>Upstream Channel 3</li>
15 </ul>
17 There are instances when this ChannelId is not unique causing the check
18 to loose some services. With this update the docsis_channels_upstream check now
19 uses an additional parameter - the interface index - to make this service name unique.
21 <ul>
22 <li>Upstream Channel 1337.1</li>
23 <li>Upstream Channel 1338.2</li>
24 <li>Upstream Channel 1343.3</li>
25 <li>Upstream Channel 1363.1</li>
26 <li>Upstream Channel 1373.2</li>
27 <li>Upstream Channel 1393.3</li>
28 </ul>
30 <b>Note:</b> The extended item name is only used when required, i.e. when there
31 are duplicate ChannelId entries for this device.