Refactoring: Moved more application check parameters from unsorted.py to dedicated...
[check_mk.git] / .werks / 3990
blob954898e8d696cc13d8310af6403fafb59e85d3c3
1 Title: agent_netapp: now uses xml instead of lxml. now able to query counters smaller chunks. now only queries relevant sections
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i2
6 Date: 1478774357
7 Class: feature
9 Now uses xml instead of lxml. Unfortunaly lxml is not available in all distributions, so
10 we had to switch back to xml which is considerably slower in parsing xml messages.
11 You can try to install the python module lxml with the command "pip install lxml".
14 Now able to query counters smaller chunks. There were some bigger netapp clusters which
15 raised an out of memory error while answering the call. The reason was that the answer grew
16 too big. We now query smaller chunks and merge them together.
19 Now only queries relevant sections. Right at the beginning, the agent queries the available
20 licenses on the system and skips sections, which's licenses are specifically not enabled.
21 This feature is currently only implemented for a few section and will possibly improved later on.