From 57c5de719809f4c208816a4648fce2c386e54342 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 7 Jul 2010 16:00:33 +0200 Subject: [PATCH] share/collection.conf: Add a couple new graphs. --- share/collection.conf | 103 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 100 insertions(+), 3 deletions(-) diff --git a/share/collection.conf b/share/collection.conf index 6af6f82..deeef1f 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -178,7 +178,7 @@ Legend "Used" Color "ff0000" Area true - #Stack true + Stack true Format "%5.1lf%s" @@ -320,7 +320,7 @@ Host "/any/" - Plugin "interface" + Plugin "/any/" PluginInstance "/any/" Type "if_octets" TypeInstance "/any/" @@ -366,6 +366,45 @@ Host "/any/" + Plugin "GenericJMX" + PluginInstance "/any/" + Type "jmx_memory" + TypeInstance "/all/" + + Title "JMX memory" + + + TypeInstance "max" + DSName "value" + Legend "Max " + Color "00e000" + Format "%5.1lf%s" + + + TypeInstance "committed" + DSName "value" + Legend "Committed" + Color "0000ff" + Format "%5.1lf%s" + + + TypeInstance "init" + DSName "value" + Legend "Init " + Color "ffb000" + Format "%5.1lf%s" + + + TypeInstance "used" + DSName "value" + Legend "Used " + Color "ff0000" + Format "%5.1lf%s" + + + + + Host "/any/" Plugin "load" PluginInstance "" Type "load" @@ -386,7 +425,7 @@ DSName "shortterm" Legend " 1m " - Color "00ff00" + Color "00e000" @@ -594,3 +633,61 @@ Color "0000ff" + + + Host "/any/" + Plugin "terminal_services" + PluginInstance "" + Type "users" + TypeInstance "/all/" + + Title "Users (Terminal Services)" + VerticalLabel "Users" + + + TypeInstance "active" + DSName "users" + Legend "Active " + Color "ff0000" + + + TypeInstance "inactive" + DSName "users" + Legend "Inactive" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "current" + TypeInstance "/any/" + + Title "Current" + VerticalLabel "Amperes" + + + DSName "value" + Legend "Current" + Color "0000ff" + + + + + Host "/any/" + Plugin "/any/" + PluginInstance "/any/" + Type "voltage" + TypeInstance "/any/" + + Title "Voltage" + VerticalLabel "Volts" + + + DSName "value" + Legend "Voltage" + Color "0000ff" + + -- 2.11.0