Code

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 462600ceee2167670644208611d4e93a244090de..c2d501e34cb73aab344ff162d242506303bb7534 100644 (file)
   </DEF>
 </Graph>
 
+<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"