share/collection.conf: Make the disk graphs more generic.
authorFlorian Forster <ff@octo.it>
Wed, 14 Jul 2010 09:35:30 +0000 (11:35 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 14 Jul 2010 09:35:30 +0000 (11:35 +0200)
By removing the "disk" plugin name. Other plugins, for example the
NetApp plugin, create such graphs, too.

share/collection.conf

index 9b9203c..462600c 100644 (file)
 
 <Graph>
   Host "/any/"
-  Plugin "disk"
+  Plugin "/any/"
   PluginInstance "/any/"
   Type "disk_merged"
   TypeInstance ""
 
 <Graph>
   Host "/any/"
-  Plugin "disk"
+  Plugin "/any/"
   PluginInstance "/any/"
   Type "disk_octets"
   TypeInstance ""
 
 <Graph>
   Host "/any/"
-  Plugin "disk"
+  Plugin "/any/"
   PluginInstance "/any/"
   Type "disk_ops"
   TypeInstance ""
 
 <Graph>
   Host "/any/"
-  Plugin "disk"
+  Plugin "/any/"
   PluginInstance "/any/"
   Type "disk_time"
   TypeInstance ""