diff options
Diffstat (limited to 'conf/config.php')
-rw-r--r-- | conf/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index d31b129..a36c083 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -9,6 +9,9 @@ $CONFIG['datadir'] = '/var/lib/collectd/rrd'; | |||
9 | # rrdtool executable | 9 | # rrdtool executable |
10 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | 10 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; |
11 | 11 | ||
12 | # rrdtool special options | ||
13 | $CONFIG['rrdtool_opts'] = ''; | ||
14 | |||
12 | # category of hosts to show on main page | 15 | # category of hosts to show on main page |
13 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); | 16 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); |
14 | 17 | ||