diff options
Diffstat (limited to 'plugin/load.json')
-rw-r--r-- | plugin/load.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugin/load.json b/plugin/load.json new file mode 100644 index 0000000..4166087 --- /dev/null +++ b/plugin/load.json | |||
@@ -0,0 +1,22 @@ | |||
1 | { | ||
2 | "load": { | ||
3 | "title": "System load", | ||
4 | "vertical": "System load", | ||
5 | "type": "default", | ||
6 | "legend": { | ||
7 | "shortterm": { | ||
8 | "name": " 1 min", | ||
9 | "color": "00ff00" | ||
10 | }, | ||
11 | "midterm": { | ||
12 | "name": " 5 min", | ||
13 | "color": "0000ff" | ||
14 | }, | ||
15 | "longterm": { | ||
16 | "name": "15 min", | ||
17 | "color": "ff0000" | ||
18 | } | ||
19 | }, | ||
20 | "legend_format": "%.2lf" | ||
21 | } | ||
22 | } | ||