share/collection.conf: Add sensors/temperature graphs.
[collection4.git] / share / collection.conf
index eb33fe0..2874bb9 100644 (file)
 
 <Graph>
   Host "/any/"
+  Plugin "interface"
+  PluginInstance "/any/"
+  Type "if_octets"
+  TypeInstance "/any/"
+
+  Title "Interface octets"
+  VerticalLabel "Bytes/s"
+
+  <DEF>
+    DSName "rx"
+    Legend "RX"
+    Color "0000ff"
+  </DEF>
+  <DEF>
+    DSName "tx"
+    Legend "TX"
+    Color "00bf00"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "interface"
+  PluginInstance "/any/"
+  Type "if_packets"
+  TypeInstance "/any/"
+
+  Title "Interface packets"
+  VerticalLabel "Packets/s"
+
+  <DEF>
+    DSName "rx"
+    Legend "RX"
+    Color "0000ff"
+  </DEF>
+  <DEF>
+    DSName "tx"
+    Legend "TX"
+    Color "00bf00"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
+  Plugin "load"
+  PluginInstance ""
+  Type "load"
+  TypeInstance ""
+
+  Title "System load"
+
+  <DEF>
+    DSName "longterm"
+    Legend "15m"
+    Color "ff0000"
+  </DEF>
+  <DEF>
+    DSName "midterm"
+    Legend " 5m"
+    Color "0000ff"
+  </DEF>
+  <DEF>
+    DSName "shortterm"
+    Legend " 1m "
+    Color "00ff00"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "memory"
   PluginInstance ""
   Type "memory"
 
 <Graph>
   Host "/any/"
+  Plugin "sensors"
+  PluginInstance "/any/"
+  Type "temperature"
+  TypeInstance "/any/"
+
+  Title "Temperature"
+  VerticalLabel "deg Celsius"
+
+  <DEF>
+    DSName "value"
+    Legend "Temperature"
+    Color "0000ff"
+  </DEF>
+</Graph>
+
+<Graph>
+  Host "/any/"
   Plugin "swap"
   PluginInstance ""
   Type "swap"