share/collection.conf: Demonstrate the new functionality with "mysql_command" graphs.
authorFlorian Forster <ff@octo.it>
Wed, 14 Jul 2010 15:57:05 +0000 (17:57 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 14 Jul 2010 15:57:05 +0000 (17:57 +0200)
share/collection.conf

index 462600c..c2d501e 100644 (file)
 
 <Graph>
   Host "/any/"
+  Plugin "mysql"
+  PluginInstance ""
+  Type "mysql_commands"
+  TypeInstance "/all/"
+
+  Title "MySQL commands"
+  VerticalLabel "Invocations"
+
+  <DEF>
+    DSName "value"
+    #Legend "Paging  "
+    #Color "ffb000"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "processes"
   PluginInstance ""
   Type "ps_state"