From fe344d01d0b70fe30ba3930af83a87a2cbed8925 Mon Sep 17 00:00:00 2001 From: Dao-hui Chen Date: Wed, 11 Jun 2014 11:43:26 +0800 Subject: Add support for multiple types db --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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; $CONFIG['datadir'] = '/var/lib/collectd/rrd'; # location of the types.db file -$CONFIG['typesdb'] = '/usr/share/collectd/types.db'; +$CONFIG['typesdb'][] = '/usr/share/collectd/types.db'; # rrdtool executable $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; -- cgit v1.1