diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php index b086455..223028d 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -7,7 +7,7 @@ $CONFIG['version'] = 5; | |||
7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; | 7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; |
8 | 8 | ||
9 | # location of the types.db file | 9 | # location of the types.db file |
10 | $CONFIG['typesdb'] = '/usr/share/collectd/types.db'; | 10 | $CONFIG['typesdb'][] = '/usr/share/collectd/types.db'; |
11 | 11 | ||
12 | # rrdtool executable | 12 | # rrdtool executable |
13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | 13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; |