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>