<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hravest installation, Graphite / Carbon cache issue in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144074#M26237</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/69349"&gt;@vachagan_gratian&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Sorry, I couldn't reply erlier. It would be great if you shared your documentation. I am planning to setup a webpage with tips for installing Harvest on different platforms, we could include your input there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No problem. I have a document ready. Just tell me where to send it. It's Libreoffice's ODT format at the moment, but I could convert it to something else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Fri, 19 Oct 2018 09:45:02 GMT</pubDate>
    <dc:creator>schmitz_peter</dc:creator>
    <dc:date>2018-10-19T09:45:02Z</dc:date>
    <item>
      <title>Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143233#M26162</link>
      <description>&lt;P&gt;Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I needed a challenge, so I am trying to get Harvest running without using nabox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Installed a Debian server&lt;BR /&gt;* Installed Graphite / Grafana&amp;nbsp;via Debian repos and Harvest 1.4.1 via zip as per "NetApp Harvest Installation and&lt;/P&gt;
&lt;P&gt;Administration Guide 1.4" and "Quick Start: Installing Graphite and Grafana"&lt;/P&gt;
&lt;P&gt;* Configured everything, started Apache, Carbon cache, Grafana and netapp-manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As "&lt;FONT face="courier new,courier"&gt;graphite-manage syncdb&lt;/FONT&gt;" doesn't work anymore I used "&lt;FONT face="courier new,courier"&gt;graphite-manage migrate --run-syncdb&lt;/FONT&gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everythig seems to work fine, polling is starting and I can login to the Grafana site, except the Graphite server is not available on port 2003, so Harvest can't send its data to it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;FONT face="courier new,courier"&gt;Metrics NOT sent to Graphite. Cannot establish/maintain a connection to [&lt;A href="http://localhost:2003/tcp" target="_blank"&gt;http://localhost:2003/tcp&lt;/A&gt;]: failed without a specific library error&lt;/FONT&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;echo "test.metric 50 `date +%s`" | nc 127.0.0.1 2003&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but it never comes back! The test.metric is created in "&lt;FONT face="courier new,courier"&gt;/var/lib/graphite/whisper/test&lt;/FONT&gt;", though!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The port is open, though:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# ss -an | grep 2003&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;tcp LISTEN 0 50 0.0.0.0:2003 0.0.0.0:*&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Graphite server is set to "&lt;FONT face="courier new,courier"&gt;&lt;A href="http://localhost" target="_blank"&gt;http://localhost&lt;/A&gt;&lt;/FONT&gt;" in &lt;FONT face="courier new,courier"&gt;/opt/netapp-harvest/netapp-harvest.conf&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried 127.0.0.1, localhost, FQDN, and short name by the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connecting to port 81 the Graphite server serves "&lt;SPAN&gt;ERR_CONNECTION_REFUSED", but I guess this is an aftereffect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell me it's a simple Apache typo...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any insights on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:15:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143233#M26162</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2025-06-04T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143238#M26164</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this up. This is exactly the challenge that I am looking for right now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Although, with my experience I might not be able to help you immediately (and we might ask &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2953"&gt;@yannb&lt;/a&gt; for input).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a starting point: Did you check if everything is OK in your Carbon conf?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;less /opt/graphite/conf/carbon.conf&lt;/PRE&gt;
&lt;P&gt;What could be of interest are the variables LINE_RECEIVER_INTERFACE and LINE_RECEIVER_PORT.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:30:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143238#M26164</guid>
      <dc:creator>vachagan_gratian</dc:creator>
      <dc:date>2018-10-04T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143239#M26165</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/69349"&gt;@vachagan_gratian&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Peter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this up. This is exactly the challenge that I am looking for right now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Although, with my experience I might not be able to help you immediately (and we might ask &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2953"&gt;@yannb&lt;/a&gt; for input).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a starting point: Did you check if everything is OK in your Carbon conf?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;less /opt/graphite/conf/carbon.conf&lt;/PRE&gt;
&lt;P&gt;What could be of interest are the variables LINE_RECEIVER_INTERFACE and LINE_RECEIVER_PORT.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;carbon.conf should be OK. I only changed ENABLE_LOGROTATION and MAX_CREATES_PER_MINUTE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, the documentation is lacking&amp;nbsp; a crucial part on page 8 of the quickstart guide: You need to add three "header set" directives to the apache config, just like so:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# egrep '^&amp;lt;Virtual|Header set' /etc/apache2/sites-enabled/apache2-graphite.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;VirtualHost *:81&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; Header set Access-Control-Allow-Origin "*"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; Header set Access-Control-Allow-Methods "GET, OPTIONS"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; Header set Access-Control-Allow-Headers "origin, authorization, accept"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I still&amp;nbsp;get a&amp;nbsp;CONNECTION REFUSED / BAD REQUEST on port 81.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Searching further&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:52:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143239#M26165</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-04T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143241#M26166</link>
      <description>&lt;P&gt;I think you made a mistake in the configuration for Harvest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You put &lt;FONT face="terminal,monaco"&gt;http://servername&lt;/FONT&gt;&amp;nbsp;and this is incorrect, you should just put &lt;FONT face="terminal,monaco"&gt;servername&lt;/FONT&gt; (or 127.0.0.1).&lt;/P&gt;
&lt;P&gt;Port 2003 talking to carbon doesn't use HTTP by the way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I remember, &lt;FONT face="terminal,monaco"&gt;nc&lt;/FONT&gt; should return to the terminal once the line has been sent, it seems a bit weird to me, but if the folder is created, then it's a good sign, it should work find once you fix Harvest configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Port 81 is probably a different issue. Here is how I configure graphite in NAbox :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# Default configuration file for NAbox/Graphite

Listen 127.0.0.1:81

&amp;lt;IfModule !wsgi_module.c&amp;gt;
    LoadModule wsgi_module modules/mod_wsgi.so
&amp;lt;/IfModule&amp;gt;

# Read http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGISocketPrefix
WSGISocketPrefix /var/run/apache2/wsgi

&amp;lt;VirtualHost 127.0.0.1:81&amp;gt;
        Header set Access-Control-Allow-Origin "*"
        Header set Access-Control-Allow-Methods "GET, OPTIONS"
        Header set Access-Control-Allow-Headers "origin, authorization, accept"

        ServerName graphite
        DocumentRoot "/opt/graphite/webapp"
        ErrorLog /opt/graphite/storage/log/webapp/error.log
        CustomLog /opt/graphite/storage/log/webapp/access.log common

        # I've found that an equal number of processes &amp;amp; threads tends
        # to show the best performance for Graphite (ymmv).
        WSGIDaemonProcess graphite processes=5 threads=5 display-name='%{GROUP}' inactivity-timeout=120
        WSGIProcessGroup graphite
        WSGIApplicationGroup %{GLOBAL}
        WSGIImportScript /opt/graphite/conf/graphite.wsgi process-group=graphite application-group=%{GLOBAL}

        # XXX You will need to create this file! There is a graphite.wsgi.example
        # file in this directory that you can safely use, just copy it to graphite.wgsi
        WSGIScriptAlias / /opt/graphite/conf/graphite.wsgi

        Alias /content/ /opt/graphite/webapp/content/
        Alias /graphite/static/ /opt/graphite/static/

        &amp;lt;Location "/content/"&amp;gt;
                SetHandler None
        &amp;lt;/Location&amp;gt;

        # XXX In order for the django admin site media to work you
        # must change @DJANGO_ROOT@ to be the path to your django
        # installation, which is probably something like:
        # /usr/lib/python2.6/site-packages/django
        Alias /media/ "@DJANGO_ROOT@/contrib/admin/media/"
        &amp;lt;Location "/media/"&amp;gt;
                SetHandler None
        &amp;lt;/Location&amp;gt;

        # The graphite.wsgi file has to be accessible by apache. It won't
        # be visible to clients because of the DocumentRoot though.
        &amp;lt;Directory /opt/graphite/&amp;gt;
                Require all granted
                Order deny,allow
                Allow from all
        &amp;lt;/Directory&amp;gt;

&amp;lt;/VirtualHost&amp;gt;
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Oct 2018 12:35:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143241#M26166</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2018-10-04T12:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143245#M26168</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi Yann,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for hopping in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2953"&gt;@yannb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I think you made a mistake in the configuration for Harvest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You put &lt;FONT face="terminal,monaco"&gt;http://servername&lt;/FONT&gt;&amp;nbsp;and this is incorrect, you should just put &lt;FONT face="terminal,monaco"&gt;servername&lt;/FONT&gt; (or 127.0.0.1).&lt;/P&gt;
&lt;P&gt;Port 2003 talking to carbon doesn't use HTTP by the way.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;You are right. There's an error in the config file. I corrected it to 127.0.0.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I remember, &lt;FONT face="terminal,monaco"&gt;nc&lt;/FONT&gt; should return to the terminal once the line has been sent, it seems a bit weird to me, but if the folder is created, then it's a good sign, it should work find once you fix Harvest configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Port 81 is probably a different issue. Here is how I configure graphite in NAbox :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[...]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for this. As far as I can see my configuration looks OK, so I am still at a loss here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nc still comes back with&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# echo "blah.metric 50 `date +%s`" | nc 127.0.0.1 81&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;HTTP/1.1 400 Bad Request&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Date: Thu, 04 Oct 2018 14:01:52 GMT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Server: Apache/2.4.34 (Debian)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Content-Length: 321&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Connection: close&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Content-Type: text/html; charset=iso-8859-1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;title&amp;gt;400 Bad Request&amp;lt;/title&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;h1&amp;gt;Bad Request&amp;lt;/h1&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;p&amp;gt;Your browser sent a request that this server could not understand.&amp;lt;br /&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/p&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;hr&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;address&amp;gt;Apache/2.4.34 (Debian) Server at&amp;nbsp;mysecretserver Port 81&amp;lt;/address&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe I'll come back to you and the WebEx session ;D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;ssds&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:04:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143245#M26168</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-04T14:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143249#M26169</link>
      <description>&lt;P&gt;You're talking to the wrong process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;metrics go to port 2003, not 81. 81 is just for querying the metrics and display graphite web interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;echo "blah.metric 50 `date +%s`" | nc 127.0.0.1 2003&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Oct 2018 15:13:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143249#M26169</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2018-10-04T15:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143252#M26170</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2953"&gt;@yannb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;You're talking to the wrong process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;metrics go to port 2003, not 81. 81 is just for querying the metrics and display graphite web interface.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should be :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;echo "blah.metric 50 `date +%s`" | nc 127.0.0.1 2003&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, either way, 2003 doesn't come back and conencting the browser to 81 gives back a "CONNECTION REFUSED".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Funny enough, the metrix seem to be sent to the db. I'm getting get pretty graphs in Grafana and all. I just can't connect to Graphite.&lt;/P&gt;
&lt;P&gt;Oh well,&amp;nbsp;I'm going home, now....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for your input!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:22:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143252#M26170</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-04T16:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143253#M26171</link>
      <description>&lt;P&gt;It's probably an apache server configuration issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My config file, for example, locks the listen directive 127.0.0.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Listen 127.0.0.1:81&lt;/PRE&gt;
&lt;P&gt;Because in effect, I have a rveerse proxy that redirects /graphite to this port internally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you share your complete configuration file I will probably be able to figure out why you get connection refused.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:57:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143253#M26171</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2018-10-04T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143266#M26174</link>
      <description>&lt;P&gt;Hi Yann,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here's the vhost config:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cat /etc/apache2/sites-enabled/apache2-graphite.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;VirtualHost 127.0.0.1:81&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Header set Access-Control-Allow-Origin "*"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Header set Access-Control-Allow-Methods "GET, OPTIONS"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Header set Access-Control-Allow-Headers "origin, authorization, accept"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; WSGIDaemonProcess _graphite processes=5 threads=5 display-name='%{GROUP}' inactivity-timeout=120 user=_graphite group=_graphite&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; WSGIProcessGroup _graphite&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; WSGIImportScript /usr/share/graphite-web/graphite.wsgi process-group=_graphite application-group=%{GLOBAL}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; WSGIScriptAlias / /usr/share/graphite-web/graphite.wsgi&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Alias /static/ /usr/share/graphite-web/static/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;Location "/static/"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; SetHandler None&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;/Location&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ErrorLog ${APACHE_LOG_DIR}/graphite-web_error.log&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; # Possible values include: debug, info, notice, warn, error, crit,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; # alert, emerg.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; LogLevel warn&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; CustomLog ${APACHE_LOG_DIR}/graphite-web_access.log combined&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...and as recommended by the manual I also changed the Apache ports.conf:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Listen 81&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;IfModule ssl_module&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Listen 443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/IfModule&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;IfModule mod_gnutls.c&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Listen 443&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/IfModule&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;When I set "Listen 127.0.0.1:81" in front of the vhost definition I get a "port already in use" error (yes, I am no Apache pro....)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:32:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143266#M26174</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-05T06:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143268#M26175</link>
      <description>&lt;P&gt;Do you have your firewall opened for port 81?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anything in&amp;nbsp;&lt;SPAN&gt;graphite-web_error.log ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 07:30:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143268#M26175</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2018-10-05T07:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143271#M26176</link>
      <description>&lt;P&gt;Hi Yann,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I uninstalled iptables. I will talk to the network guys next.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;graphite-web_error.log is empty.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;telnet says:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# telnet localhost 81&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Trying 127.0.0.1...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Connected to localhost.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Escape character is '^]'.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;GET /&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "&lt;A href="http://www.w3.org/TR/html4/frameset.dtd" target="_blank"&gt;http://www.w3.org/TR/html4/frameset.dtd&lt;/A&gt;"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;!-- Copyright 2008 Orbitz WorldWide&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Licensed under the Apache License, Version 2.0 (the "License");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;you may not use this file except in compliance with the License.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;You may obtain a copy of the License at&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Unless required by applicable law or agreed to in writing, software&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;distributed under the License is distributed on an "AS IS" BASIS,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;See the License for the specific language governing permissions and&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;limitations under the License. --&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;html&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;head&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;title&amp;gt;Graphite Browser&amp;lt;/title&amp;gt;&lt;/FONT&gt;&lt;BR /&gt; &lt;FONT face="courier new,courier"&gt;&amp;lt;/head&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;frameset rows="80,*" frameborder="1" border="1"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;frame src="/browserheader" name="Header" id='header' scrolling="no" noresize="true" /&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;frame src="/composer?" name="content" id="composerFrame"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/frameset&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/html&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ss says:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;tcp LISTEN 0 128 *:81 *:*&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;telnet from external says "Connection refused", though.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;# nmap localhost&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Starting Nmap 7.70 ( &lt;A href="https://nmap.org" target="_blank"&gt;https://nmap.org&lt;/A&gt; ) at 2018-10-05 10:22 CEST&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Nmap scan report for localhost (127.0.0.1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Host is up (0.0000080s latency).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Not shown: 993 closed ports&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;PORT STATE SERVICE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;22/tcp open ssh&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;81/tcp open hosts2-ns&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;111/tcp open rpcbind&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;443/tcp open https&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2003/tcp open finger&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2004/tcp open mailbox&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;7002/tcp open afs3-prserver&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# nmap &amp;lt;from external to server&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Starting Nmap 7.70 ( &lt;A href="https://nmap.org" target="_blank"&gt;https://nmap.org&lt;/A&gt; ) at 2018-10-05 10:27 CEST&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Nmap scan report for &amp;lt;blah&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Host is up (0.00062s latency).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Not shown: 998 closed ports&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;PORT STATE SERVICE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;22/tcp open ssh&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;443/tcp open https&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;There's no one using the graphite.db:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# fuser -v /var/lib/graphite/graphite.db&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;#&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 08:40:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143271#M26176</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-05T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143280#M26182</link>
      <description>&lt;P&gt;Yay!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the network guys opened port 81&amp;nbsp;I now can connect via web browser to the Graphite server and I get the Graphite composer! (Insert rolling eyes smiley here)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's still not working is the basic nc test:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;# echo "test.metric 50 `date +%s`" | nc 127.0.0.1 2003&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still, we are getting closer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At least, now I can imagine and appreciate your work on nabox, which I really like.&lt;/P&gt;
&lt;P&gt;It is challenging and somewhat rewarding to get this beast running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/69349"&gt;@vachagan_gratian&lt;/a&gt;&amp;nbsp;You still with us? When this thing is running I will write up some documentation for setting it up on Debian. Maybe it's of use for you. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Or, you can simply use Yann's nabox. I guess version 2.5 is on the way.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:57:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143280#M26182</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-05T09:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143281#M26183</link>
      <description>&lt;P&gt;Actually it makes sense as you're only listening to 127.0.0.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change &lt;FONT face="terminal,monaco"&gt;127.0.0.1:81&lt;/FONT&gt; to &lt;FONT face="terminal,monaco"&gt;*:81&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 10:20:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143281#M26183</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2018-10-05T10:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143284#M26184</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2953"&gt;@yannb&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Actually it makes sense as you're only listening to 127.0.0.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change &lt;FONT face="terminal,monaco"&gt;127.0.0.1:81&lt;/FONT&gt; to &lt;FONT face="terminal,monaco"&gt;*:81&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did that and everything seems to be working fine now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Except this "nc" thing, but whispher files are created and I can see a lot of graphs in Grafana, except cluster throughput, but I will investigate later.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe I can mark this as resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, thanks a lot for your thoughts. I will definitively test nabox with the next version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:05:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143284#M26184</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-05T12:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143316#M26186</link>
      <description>&lt;P&gt;Epilogue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* Don't install Grafana from the Debian&amp;nbsp;sources. It's an old package from 2015 (2.6.0)&lt;/P&gt;
&lt;P&gt;* After installing the latest package from&amp;nbsp;&lt;A href="https://packagecloud.io/grafana/stable&amp;nbsp;everything" target="_blank"&gt;https://packagecloud.io/grafana/stable&amp;nbsp;everything&lt;/A&gt; looked find , *except* the "NetApp Detail: LUN" page. I get a "Templating init failed [object Object]" error. That worked well with the old Grafana version. Oh, well.&lt;/P&gt;
&lt;P&gt;* The Harvest poller seems to die sometimes, have to investigate further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 06:06:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/143316#M26186</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-08T06:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144059#M26232</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, I couldn't reply erlier. It would be great if you shared your documentation. I am planning to setup a webpage with tips for installing Harvest on different platforms, we could include your input there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vachagan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:44:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144059#M26232</guid>
      <dc:creator>vachagan_gratian</dc:creator>
      <dc:date>2018-10-18T14:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144074#M26237</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/69349"&gt;@vachagan_gratian&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Sorry, I couldn't reply erlier. It would be great if you shared your documentation. I am planning to setup a webpage with tips for installing Harvest on different platforms, we could include your input there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No problem. I have a document ready. Just tell me where to send it. It's Libreoffice's ODT format at the moment, but I could convert it to something else.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 09:45:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144074#M26237</guid>
      <dc:creator>schmitz_peter</dc:creator>
      <dc:date>2018-10-19T09:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hravest installation, Graphite / Carbon cache issue</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144158#M26246</link>
      <description>&lt;P&gt;Great! ODT is fine! I'll DM you my email address.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 17:18:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Hravest-installation-Graphite-Carbon-cache-issue/m-p/144158#M26246</guid>
      <dc:creator>vachagan_gratian</dc:creator>
      <dc:date>2018-10-23T17:18:49Z</dc:date>
    </item>
  </channel>
</rss>

