diff options
author | makefu <root@pigstarter.de> | 2014-05-05 09:53:32 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-05-05 09:53:32 +0200 |
commit | 92fe3350fe6e3da26fa1ad0522aabaa0f146d575 (patch) | |
tree | f90dead66631bf41b7913bb4b1684db7b3d30b7d /sites | |
parent | d14d0ae3e34a49b742c5d5e9b879e92c704edaa1 (diff) |
Merge all the shits
Diffstat (limited to 'sites')
-rw-r--r-- | sites/elchstats.nsupdate.info/graphite.journal.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/elchstats.nsupdate.info/graphite.journal.txt b/sites/elchstats.nsupdate.info/graphite.journal.txt index d3a73433..777f4650 100644 --- a/sites/elchstats.nsupdate.info/graphite.journal.txt +++ b/sites/elchstats.nsupdate.info/graphite.journal.txt @@ -17,8 +17,8 @@ cd /opt/graphite/conf cp carbon.conf.example carbon.conf # edit carbon.conf, fix max writes per second, max adds per minute cp storage-schemas.conf.example storage-schemas.conf -# edit storage-schemas.conf, fix storage time +# edit storage-schemas.conf, fix storage time cd /opt/graphite/webapp/graphite cp local_settings.py.example local_settings.py # change SECRET_KEY @@ -27,7 +27,7 @@ PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb --settings=graphite.setti useradd -m graphite -d /opt/graphite -r chown -R graphite /opt/graphite -cd here +cd _here_ cp carbon.service /opt/systemd/system/ systemctl enable carbon systemctl start carbon |