netapp plugin: Refactored reading of disk data.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 28 Sep 2009 11:26:34 +0000 (13:26 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 28 Sep 2009 11:26:34 +0000 (13:26 +0200)
commit2cd802b86c3fbf7f67fc8a874a28fde87fbf6cab
treec8fd851e734f01a088c3b757df792b38702eb688
parent9c98fa31ef50a6ff849d36cac4f5297faa6f7909
netapp plugin: Refactored reading of disk data.

Instead of obscuring control-flow with generic function pointers, use a
clear and easy to read function hierarchy. All disk-related action now
starts with “cna_query_disk (host)” instead of
“service->handler (host, data, service->data)”.

The “GetDiskPerfData”block has been renamed to “Disks”. All those
blocks start with “Get” and most end with “PerfData”, distracting
from the actual relevant part.

The “Multiplier” option has been replaced by the “Interval” option,
which expects a time in seconds rather than a factor which is multiplied
to the host interval.
src/collectd.conf.pod
src/netapp.c