diff options
author | Pim van den Berg | 2010-01-12 19:58:47 +0100 |
---|---|---|
committer | Pim van den Berg | 2010-01-12 20:19:47 +0100 |
commit | 924495bb2d732548083de9e54bf93eebe7f0d910 (patch) | |
tree | 1f9deb6f85c00cf568d6738752bb21a6a3658521 /conf | |
parent | update changelog to v0.2 (diff) | |
download | apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.zip apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.gz apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.bz2 apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.xz |
make rrdtool executable configurable
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 149348a..d904751 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -6,6 +6,9 @@ $CONFIG['version'] = 4; | |||
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 | # rrdtool executable | ||
10 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | ||
11 | |||
9 | # category of hosts to show on main page | 12 | # category of hosts to show on main page |
10 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); | 13 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); |
11 | 14 | ||