diff options
author | Dao-hui Chen | 2014-06-11 11:43:26 +0800 |
---|---|---|
committer | Dao-hui Chen | 2014-06-11 11:43:26 +0800 |
commit | fe344d01d0b70fe30ba3930af83a87a2cbed8925 (patch) | |
tree | 5f443002f42aab08197a4d7fb94a1219e8f58718 /conf | |
parent | plugin/tcpconns: fix missing port number in rrd title (diff) | |
download | apt-panopticon_cgp-fe344d01d0b70fe30ba3930af83a87a2cbed8925.zip apt-panopticon_cgp-fe344d01d0b70fe30ba3930af83a87a2cbed8925.tar.gz apt-panopticon_cgp-fe344d01d0b70fe30ba3930af83a87a2cbed8925.tar.bz2 apt-panopticon_cgp-fe344d01d0b70fe30ba3930af83a87a2cbed8925.tar.xz |
Add support for multiple types db
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'; |