diff options
Diffstat (limited to '')
| -rw-r--r-- | conf/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php index fc10a43..5ce761b 100644 --- a/conf/config.php +++ b/conf/config.php | |||
| @@ -59,10 +59,10 @@ $CONFIG['page_refresh'] = ''; | |||
| 59 | 59 | ||
| 60 | # default width/height of the graphs | 60 | # default width/height of the graphs |
| 61 | $CONFIG['width'] = 400; | 61 | $CONFIG['width'] = 400; |
| 62 | $CONFIG['heigth'] = 175; | 62 | $CONFIG['height'] = 175; |
| 63 | # default width/height of detailed graphs | 63 | # default width/height of detailed graphs |
| 64 | $CONFIG['detail-width'] = 800; | 64 | $CONFIG['detail-width'] = 800; |
| 65 | $CONFIG['detail-heigth'] = 350; | 65 | $CONFIG['detail-height'] = 350; |
| 66 | 66 | ||
| 67 | # collectd's unix socket (unixsock plugin) | 67 | # collectd's unix socket (unixsock plugin) |
| 68 | # enabled: 'unix:///var/run/collectd-unixsock' | 68 | # enabled: 'unix:///var/run/collectd-unixsock' |
