share/collection.conf: Add a couple new graphs.
authorFlorian Forster <ff@octo.it>
Wed, 7 Jul 2010 14:00:33 +0000 (16:00 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 7 Jul 2010 14:00:33 +0000 (16:00 +0200)
share/collection.conf

index 6af6f82..deeef1f 100644 (file)
     Legend "Used"
     Color "ff0000"
     Area true
-    #Stack true
+    Stack true
     Format "%5.1lf%s"
   </DEF>
   <DEF>
 
 <Graph>
   Host "/any/"
-  Plugin "interface"
+  Plugin "/any/"
   PluginInstance "/any/"
   Type "if_octets"
   TypeInstance "/any/"
 
 <Graph>
   Host "/any/"
+  Plugin "GenericJMX"
+  PluginInstance "/any/"
+  Type "jmx_memory"
+  TypeInstance "/all/"
+
+  Title "JMX memory"
+
+  <DEF>
+    TypeInstance "max"
+    DSName "value"
+    Legend "Max      "
+    Color "00e000"
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "committed"
+    DSName "value"
+    Legend "Committed"
+    Color "0000ff"
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "init"
+    DSName "value"
+    Legend "Init     "
+    Color "ffb000"
+    Format "%5.1lf%s"
+  </DEF>
+  <DEF>
+    TypeInstance "used"
+    DSName "value"
+    Legend "Used     "
+    Color "ff0000"
+    Format "%5.1lf%s"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "load"
   PluginInstance ""
   Type "load"
   <DEF>
     DSName "shortterm"
     Legend " 1m "
-    Color "00ff00"
+    Color "00e000"
   </DEF>
 </Graph>
 
     Color "0000ff"
   </DEF>
 </Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "terminal_services"
+  PluginInstance ""
+  Type "users"
+  TypeInstance "/all/"
+
+  Title "Users (Terminal Services)"
+  VerticalLabel "Users"
+
+  <DEF>
+    TypeInstance "active"
+    DSName "users"
+    Legend "Active  "
+    Color "ff0000"
+  </DEF>
+  <DEF>
+    TypeInstance "inactive"
+    DSName "users"
+    Legend "Inactive"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "/any/"
+  PluginInstance "/any/"
+  Type "current"
+  TypeInstance "/any/"
+
+  Title "Current"
+  VerticalLabel "Amperes"
+
+  <DEF>
+    DSName "value"
+    Legend "Current"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "/any/"
+  PluginInstance "/any/"
+  Type "voltage"
+  TypeInstance "/any/"
+
+  Title "Voltage"
+  VerticalLabel "Volts"
+
+  <DEF>
+    DSName "value"
+    Legend "Voltage"
+    Color "0000ff"
+  </DEF>
+</Graph>