diff options
author | Pim van den Berg | 2013-05-20 10:44:09 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-05-20 10:44:09 +0200 |
commit | 4293068b2debd156684aaab647dc86791700248b (patch) | |
tree | cbbb8a570b5ceda6ac4912e2be5ef8aa68336428 /conf/config.php | |
parent | add config option for showing smooth (curved) graphs (diff) | |
download | apt-panopticon_cgp-4293068b2debd156684aaab647dc86791700248b.zip apt-panopticon_cgp-4293068b2debd156684aaab647dc86791700248b.tar.gz apt-panopticon_cgp-4293068b2debd156684aaab647dc86791700248b.tar.bz2 apt-panopticon_cgp-4293068b2debd156684aaab647dc86791700248b.tar.xz |
conf: set default collectd version to 5
Diffstat (limited to 'conf/config.php')
-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 685589d..6c0572e 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -1,7 +1,7 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | # collectd version | 3 | # collectd version |
4 | $CONFIG['version'] = 4; | 4 | $CONFIG['version'] = 5; |
5 | 5 | ||
6 | # collectd's datadir | 6 | # collectd's datadir |
7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; | 7 | $CONFIG['datadir'] = '/var/lib/collectd/rrd'; |