diff options
Diffstat (limited to 'conf')
-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 86b0870..b086455 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -6,6 +6,9 @@ $CONFIG['version'] = 5; | |||
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 | # location of the types.db file | ||
10 | $CONFIG['typesdb'] = '/usr/share/collectd/types.db'; | ||
11 | |||
9 | # rrdtool executable | 12 | # rrdtool executable |
10 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | 13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; |
11 | 14 | ||