diff options
| author | onefang | 2019-12-10 15:49:01 +1000 |
|---|---|---|
| committer | onefang | 2019-12-10 15:49:01 +1000 |
| commit | aa916bc92a8a239c30b03bac06a0f0fc468a846b (patch) | |
| tree | 8622a77832d232f8b275a92964fc67d4940eadd4 /README.md | |
| parent | Add RRD data collection, and a speed graph. (diff) | |
| download | apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.zip apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.gz apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.bz2 apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.xz | |
Add stuff needed for those detailed graphs using apt-panopticon_cgp.
Diffstat (limited to '')
| -rw-r--r-- | README.md | 31 |
1 files changed, 31 insertions, 0 deletions
| @@ -43,6 +43,37 @@ installed - | |||
| 43 | * rrdtool, may need to include lua-rrd. | 43 | * rrdtool, may need to include lua-rrd. |
| 44 | * xz, on Debian based systems it'll be in the xz-utils package. | 44 | * xz, on Debian based systems it'll be in the xz-utils package. |
| 45 | 45 | ||
| 46 | If you want to have lots of graphs, also install | ||
| 47 | [https://sledjhamr.org/cgit/apt-panopticon_cgp/](https://sledjhamr.org/cgit/apt-panopticon_cgp/). | ||
| 48 | |||
| 49 | Web installation. | ||
| 50 | ----------------- | ||
| 51 | |||
| 52 | This is a suggestion for installation on a Devuan based web server. | ||
| 53 | |||
| 54 | Create - | ||
| 55 | |||
| 56 | /var/www/html/apt-panopticon | ||
| 57 | |||
| 58 | Install apt-panopticon and apt-panopticon_cgp there, so you end up with - | ||
| 59 | |||
| 60 | /var/www/html/apt-panopticon/apt-panopticon | ||
| 61 | /var/www/html/apt-panopticon/apt-panopticon_cgp | ||
| 62 | |||
| 63 | The script update_apt-panopticon is an example script for updating | ||
| 64 | everything, including commented out commands to update the source code. | ||
| 65 | The file apt-panopticron is an example crontab file for updating | ||
| 66 | everything once every ten minutes. They assume your web server user is | ||
| 67 | www-data with a group of www-data, and you have a mirror user called | ||
| 68 | mirrors. For mirror operators, that mirrors user would be the owner of | ||
| 69 | the mirror files. You can change these to suite yourself. | ||
| 70 | |||
| 71 | Once everything is updated, | ||
| 72 | /var/www/html/apt-panopticon/results/Report-web.html | ||
| 73 | |||
| 74 | will point to the main web page, and there will be a link at the bottom of | ||
| 75 | that pointing to the detailed graphs. | ||
| 76 | |||
| 46 | Using it. | 77 | Using it. |
| 47 | --------- | 78 | --------- |
| 48 | 79 | ||
