aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index 5ce761b..26172b1 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -63,6 +63,9 @@ $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-height'] = 350; 65$CONFIG['detail-height'] = 350;
66# max width/height of a graph (to prevent from OOM)
67$CONFIG['max-width'] = $CONFIG['detail-width'] * 2;
68$CONFIG['max-height'] = $CONFIG['detail-height'] * 2;
66 69
67# collectd's unix socket (unixsock plugin) 70# collectd's unix socket (unixsock plugin)
68# enabled: 'unix:///var/run/collectd-unixsock' 71# enabled: 'unix:///var/run/collectd-unixsock'