Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 261
blobba33d8b8af401ff7355b5f91270731baba8d2e52
1 Title: df_netapp32 / df_netapp: Fixed bug with negative size in check output
2 Level: 1
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1390390390
9 The df_netapp and df_netapp32 checks tried to determine 64 bit counters by checking
10 the existance of the oid .1.3.6.1.4.1.789.1.5.4.1.29.1 (df64TotalKBytes).
11 Depending on the 64 Bit counter a df_netapp check is created, otherwise df_netapp32 is used.
12 Unfortunately not all netapp interfaces start at .1, so some netapp devices where wrongly
13 inventorized as df_netapp32 checks. <br>
14 Those checks reported negative volume sizes whenever the 32 bit counter overflowed.