From cb8f357b976c94d7305fc7581ae203a6a2f5e5e5 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 15:25:46 +1000 Subject: Point to the apt-panopticon maintaned RRD database. --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 6f50aeb..f66723a 100644 --- a/conf/config.php +++ b/conf/config.php @@ -4,7 +4,7 @@ $CONFIG['version'] = 5; # collectd's datadir -$CONFIG['datadir'] = 'rrd'; +$CONFIG['datadir'] = '../apt-panopticon/rrd'; # location of the types.db file $CONFIG['typesdb'][] = 'conf/types.db'; -- cgit v1.1