diff options
author | onefang | 2019-12-10 14:04:36 +1000 |
---|---|---|
committer | onefang | 2019-12-10 14:04:36 +1000 |
commit | 4d7b13259c22eb81eb4e9904a880cd81b79df49d (patch) | |
tree | 1af3ed137ef9baaaa580ba26a1004a57270aba39 /conf | |
parent | Add some basic instructions for active graph. (diff) | |
download | apt-panopticon_cgp-4d7b13259c22eb81eb4e9904a880cd81b79df49d.zip apt-panopticon_cgp-4d7b13259c22eb81eb4e9904a880cd81b79df49d.tar.gz apt-panopticon_cgp-4d7b13259c22eb81eb4e9904a880cd81b79df49d.tar.bz2 apt-panopticon_cgp-4d7b13259c22eb81eb4e9904a880cd81b79df49d.tar.xz |
A few style tweaks, mostly to a dark theme.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.php | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/conf/config.php b/conf/config.php index 0628bfe..492e7eb 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -13,7 +13,19 @@ $CONFIG['typesdb'][] = '/usr/share/collectd/types.db'; | |||
13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | 13 | $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; |
14 | 14 | ||
15 | # rrdtool special command-line options | 15 | # rrdtool special command-line options |
16 | $CONFIG['rrdtool_opts'] = array(); | 16 | $CONFIG['rrdtool_opts'] = array( |
17 | '-c', 'BACK#000000', | ||
18 | '-c', 'CANVAS#000000', | ||
19 | # '-c', 'SHADEA#0000FF', | ||
20 | # '-c', 'SHADEB#FFFF00', | ||
21 | '-c', 'FONT#FFFFFF', | ||
22 | # '-c', 'GRID#FF00FF', | ||
23 | # '-c', 'MGRID#880000', | ||
24 | '-c', 'AXIS#FFFFFF', | ||
25 | '-c', 'FRAME#FFFFFF', | ||
26 | '-c', 'ARROW#FFFFFF' | ||
27 | ); | ||
28 | |||
17 | 29 | ||
18 | # category of hosts to show on main page | 30 | # category of hosts to show on main page |
19 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); | 31 | #$CONFIG['cat']['category1'] = array('host1', 'host2'); |
@@ -64,7 +76,7 @@ $CONFIG['negative_io'] = false; | |||
64 | $CONFIG['percentile'] = false; | 76 | $CONFIG['percentile'] = false; |
65 | 77 | ||
66 | # create smooth graphs (rrdtool -E) | 78 | # create smooth graphs (rrdtool -E) |
67 | $CONFIG['graph_smooth'] = false; | 79 | $CONFIG['graph_smooth'] = true; |
68 | 80 | ||
69 | # draw min/max spikes in a lighter color in graphs with type default | 81 | # draw min/max spikes in a lighter color in graphs with type default |
70 | $CONFIG['graph_minmax'] = false; | 82 | $CONFIG['graph_minmax'] = false; |