Hello, i made a fresh nav installation on a fresh Debian 9 system. I installed the nav package by following the instructions here: https://nav.uninett.no/install-instructions/#debian After that I followed the instructions in /usr/share/doc/nav/README.Debian<https://raw.githubusercontent.com/Uninett/nav-debian/master/README.Debian> I skipped Part1, I did Part 2 to 6 as described. At point 4 Graphite, I followed https://nav.uninett.no/doc/latest/intro/install.html#integrating-graphite-wi... I added the storage-*.conf files with symlink as described here: https://nav.uninett.no/doc/latest/howto/installing-graphite-on-debian.html Now I can Login into NAV, but Graphite is unreachable. So I have a few questions: Do i have to uncomment in file /etc/nav/graphite.conf? [carbon] # # NAV supports Carbon's UDP line receiver. Host and port information of # the backend can be configured in this section. # #host = 127.0.0.1 #port = 2003 [graphiteweb] # # Where is the Graphite web interface located. NAV needs this to get graphs # and data from Graphite. # #base=http://localhost:8000/ Do I have to create the graphite database and the apache webinterface by myself? As described here: https://nav.uninett.no/doc/latest/howto/installing-graphite-on-debian.html For me the installation instructions are not really clear and seem uncomplete. Can anyone help me? Cheers Mathias