[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/netapp'
Florian Forster
octo at verplant.org
Thu Sep 24 12:12:55 CEST 2009
src/netapp.c | 365 ++++++++++++++++++++++++++++++++++------------------------
1 files changed, 215 insertions(+), 150 deletions(-)
New commits:
commit 82859ecc714420f2937dfb60296dfb4683eb219d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Thu Sep 24 12:09:03 2009 +0200
netapp plugin: Split âcollect_perf_volume_dataâ â¦
⦠into âquery_volume_perf_dataâ and âsubmit_volume_perf_dataâ. The
functions use the âper_volume_perf_data_tâ struct to pass the counters
from one value to the other. The flags have been extended to include
HAVE_* flags. This way we can reliably determine whether an âoldâ
counter is valid or not.
More information about the collectd-changes
mailing list