diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index b2fdc78..6755582 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -18,6 +18,8 @@ $CONFIG['rrdtool_opts'] = ''; | |||
18 | # default plugins to show on host page | 18 | # default plugins to show on host page |
19 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); | 19 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); |
20 | 20 | ||
21 | $CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets'); | ||
22 | |||
21 | # default plugins time range | 23 | # default plugins time range |
22 | $CONFIG['time_range']['default'] = 86400; | 24 | $CONFIG['time_range']['default'] = 86400; |
23 | $CONFIG['time_range']['uptime'] = 31536000; | 25 | $CONFIG['time_range']['uptime'] = 31536000; |