From 535acd1d787760bb43a2a204da809f54a4400e79 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 14 Jul 2010 11:35:30 +0200 Subject: [PATCH] share/collection.conf: Make the disk graphs more generic. By removing the "disk" plugin name. Other plugins, for example the NetApp plugin, create such graphs, too. --- share/collection.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/collection.conf b/share/collection.conf index 9b9203c..462600c 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -260,7 +260,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_merged" TypeInstance "" @@ -281,7 +281,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_octets" TypeInstance "" @@ -304,7 +304,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_ops" TypeInstance "" @@ -325,7 +325,7 @@ Host "/any/" - Plugin "disk" + Plugin "/any/" PluginInstance "/any/" Type "disk_time" TypeInstance "" -- 2.11.0