projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d901e00
)
share/collection.conf: Add "Load" graph.
author
Florian Forster
<ff@octo.it>
Sun, 20 Jun 2010 18:44:58 +0000
(20:44 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 20 Jun 2010 18:44:58 +0000
(20:44 +0200)
share/collection.conf
patch
|
blob
|
history
diff --git
a/share/collection.conf
b/share/collection.conf
index
eb33fe0
..
998a433
100644
(file)
--- a/
share/collection.conf
+++ b/
share/collection.conf
@@
-274,6
+274,32
@@
<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"