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

Another fix there

This commit is contained in:
Pavel Odintsov 2015-06-12 14:54:19 +03:00
parent d6789a5181
commit 25f970fbed

View File

@ -22,7 +22,7 @@ Whisper - it's database for data. Graphite - service for storing and retrieving
Install web frontend:
```bash
apt-get install: graphite-web
apt-get install -y graphite-web
```
Create database, specify login/password and email here:
@ -50,7 +50,7 @@ systemctl restart apache2.service
```
Open site:
http://10.0.3.114
http://ip.ad.dr.es
Put test data to Graphite:
```echo "test.bash.stats 42 `date +%s`" | nc 127.0.0.1 2003```