diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index 16a2d34..cbddfb3 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -5,6 +5,13 @@ $CONFIG['datadir'] = '/var/lib/collectd/rrd'; | |||
5 | #$CONFIG['cat']['nethuis'] = array('pepper'); | 5 | #$CONFIG['cat']['nethuis'] = array('pepper'); |
6 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); | 6 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); |
7 | 7 | ||
8 | # default width/height of the graphs | ||
9 | $CONFIG['width'] = 400; | ||
10 | $CONFIG['heigth'] = 175; | ||
11 | # default width/height of detailed graphs | ||
12 | $CONFIG['detail-width'] = 800; | ||
13 | $CONFIG['detail-heigth'] = 350; | ||
14 | |||
8 | $CONFIG['groupby'] = array( | 15 | $CONFIG['groupby'] = array( |
9 | 'cpu' => 'type', | 16 | 'cpu' => 'type', |
10 | 'irq' => 'type', | 17 | 'irq' => 'type', |