Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8060
blobe880be4cbc13bdbbc7f553e1cb09379c429218b0
1 Title: Implemented limiting of fetched OIDs for if/if64 checks
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Version: 1.2.6b1
6 Date: 1415631225
7 Class: feature
9 It is now possible to configure a rule in WATO which limits the number of
10 OIDs fetched by a check, for example the if/if64 check, which might then
11 only fetch the information for some interfaces instead of all interfaces.
13 This is a performance optimisation feature which is only useful for special
14 use cases. The OID ranges to fetch need to be specified manually and can
15 only be configured for a small subset of checks where it makes sense to
16 configure it. It applies only when using bulk walks with Inline-SNMP.
18 In case of the interface checks this rule might be useful when you have
19 e.g. a network switch with several hundrets of interfaces and only want
20 to monitor a small amount of the network interfaces, for example the
21 first 10 interfaces.