1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-27 17:16:14 +02:00

Fix Graphite deploy guide

This commit is contained in:
Pavel Odintsov 2015-05-10 21:52:49 +03:00
parent 44ce896924
commit 98fe095204

View File

@ -14,16 +14,25 @@ graphite_port = 2003
### Install Graphite Debian 8 Jessie
First of all, please install all packages:
```apt-get install python-whisper graphite-carbon```
```bash
apt-get install python-whisper graphite-carbon
```
Whisper - it's database for data. Graphite - service for storing and retrieving data from database.
Install web frontend: ```apt-get install: graphite-web```
Install web frontend: ```bash
apt-get install: graphite-web
```
Create database, specify login/password and email here: ```graphite-manage syncdb```
Create database, specify login/password and email here:
```bash
graphite-manage syncdb
```
Change owner:
```chown _graphite:_graphite /var/lib/graphite/graphite.db```
```bash
chown _graphite:_graphite /var/lib/graphite/graphite.db
```
Run it with apache:
```bash