projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7a253
)
netapp plugin: Fix a typo.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 28 Sep 2009 11:14:12 +0000
(13:14 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 28 Sep 2009 11:14:12 +0000
(13:14 +0200)
src/netapp.c
patch
|
blob
|
history
diff --git
a/src/netapp.c
b/src/netapp.c
index
6e5709c
..
e4793e0
100644
(file)
--- a/
src/netapp.c
+++ b/
src/netapp.c
@@
-1134,7
+1134,7
@@
static void cna_config_volume_performance_option (host_config_t *host, /* {{{ */
} /* for (i = 0 .. item->values_num) */
} /* }}} void cna_config_volume_performance_option */
-/* Corresponds to a <Get
Disk
PerfData /> block */
+/* Corresponds to a <Get
Volume
PerfData /> block */
static void cna_config_volume_performance(host_config_t *host, const oconfig_item_t *ci) { /* {{{ */
int i, had_io = 0, had_ops = 0, had_latency = 0;
cfg_service_t *service;