diff options
| author | Pim van den Berg | 2013-05-18 16:05:43 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2013-05-18 16:08:09 +0200 |
| commit | 5793a8cd003643974206e44ea752ab0966cfa8c0 (patch) | |
| tree | 387a6a327af9834f2986ad3316be2183949d897a /conf/config.php | |
| parent | jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef function (diff) | |
| download | apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.zip apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.gz apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.bz2 apt-panopticon_cgp-5793a8cd003643974206e44ea752ab0966cfa8c0.tar.xz | |
integrate jsrrdgraph in CGP
Diffstat (limited to 'conf/config.php')
| -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 288e085..99190f1 100644 --- a/conf/config.php +++ b/conf/config.php | |||
| @@ -42,6 +42,9 @@ $CONFIG['term'] = array( | |||
| 42 | # show graphs in bits or bytes | 42 | # show graphs in bits or bytes |
| 43 | $CONFIG['network_datasize'] = 'bytes'; | 43 | $CONFIG['network_datasize'] = 'bytes'; |
| 44 | 44 | ||
| 45 | # png or canvas graphs | ||
| 46 | $CONFIG['graph_type'] = 'png'; | ||
| 47 | |||
| 45 | # browser cache time for the graphs (in seconds) | 48 | # browser cache time for the graphs (in seconds) |
| 46 | $CONFIG['cache'] = 90; | 49 | $CONFIG['cache'] = 90; |
| 47 | 50 | ||
