1 Title: cisco_temperature: Reduced SNMP overhead for large devices
9 The cisco_temperature check makes use of the SNMP table
10 .1.3.6.1.2.1.47.1.1.1.1.2 to gather the description of the sensors.
12 This table can be very large on some devices. Check_MK normally
13 needs to fetch the whole table because of it's architecture e.g.
14 to make the service discovery possible.
16 But since this table is normally static, it is not needed to fetch
17 this large table during every check.
19 Check_MK is now caching this table during checking. The cache is
20 renewed when performing service discovery (either manually or
21 automatically via the discovery service).