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 149348a..d904751 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -6,6 +6,9 @@ $CONFIG['version'] = 4;
6# collectd's datadir 6# collectd's datadir
7$CONFIG['datadir'] = '/var/lib/collectd/rrd'; 7$CONFIG['datadir'] = '/var/lib/collectd/rrd';
8 8
9# rrdtool executable
10$CONFIG['rrdtool'] = '/usr/bin/rrdtool';
11
9# category of hosts to show on main page 12# category of hosts to show on main page
10#$CONFIG['cat']['category1'] = array('host1', 'host2'); 13#$CONFIG['cat']['category1'] = array('host1', 'host2');
11 14