aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2014-07-05 14:14:29 +0200
committerPim van den Berg2014-07-05 14:15:43 +0200
commit786f0e715dc6fda1b4dc72e7033f280adde24283 (patch)
tree1f5829be980e5b5aa0306da4307d5940c8171360 /conf
parentjsrrdgraph: RrdGraph.js: make HRULE support reference to variable (diff)
downloadapt-panopticon_cgp-786f0e715dc6fda1b4dc72e7033f280adde24283.zip
apt-panopticon_cgp-786f0e715dc6fda1b4dc72e7033f280adde24283.tar.gz
apt-panopticon_cgp-786f0e715dc6fda1b4dc72e7033f280adde24283.tar.bz2
apt-panopticon_cgp-786f0e715dc6fda1b4dc72e7033f280adde24283.tar.xz
type/default: optionally draw min/max spikes in a lighter color in graphs
Closes #73
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index e40cc9f..30eaaf9 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -62,6 +62,9 @@ $CONFIG['percentile'] = false;
62# create smooth graphs (rrdtool -E) 62# create smooth graphs (rrdtool -E)
63$CONFIG['graph_smooth'] = false; 63$CONFIG['graph_smooth'] = false;
64 64
65# draw min/max spikes in a lighter color in graphs with type default
66$CONFIG['graph_minmax'] = false;
67
65# browser cache time for the graphs (in seconds) 68# browser cache time for the graphs (in seconds)
66$CONFIG['cache'] = 90; 69$CONFIG['cache'] = 90;
67 70