<?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: Harvest docker image in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/124220#M22287</link>
    <description>&lt;P&gt;I am also interested in a vm build or virtual appliance for Harvest. Did you ever locate one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;brian.trevisa@atkinsgloal.com&lt;/P&gt;</description>
    <pubDate>Sun, 16 Oct 2016 17:19:45 GMT</pubDate>
    <dc:creator>BrianTrevisa</dc:creator>
    <dc:date>2016-10-16T17:19:45Z</dc:date>
    <item>
      <title>Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120471#M21585</link>
      <description>&lt;P&gt;Any thoughts on releasing a docker image for harvest? &amp;nbsp;I started playing with docker today, and easily got graphite, grafana and harvest (rolled my own image) running as a package. &amp;nbsp;Would make installs so much easier&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 20:49:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120471#M21585</guid>
      <dc:creator>J_curl</dc:creator>
      <dc:date>2016-06-21T20:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120530#M21600</link>
      <description>&lt;P&gt;I am running Graphite and Grafana using hopsoft/graphite-statsd and grafana/grafana:3.0.4 Docker images. &amp;nbsp;Quick and easy. &amp;nbsp;Here is what I did to get harvest running in Docker. &amp;nbsp;I can write up a complete guide if anyone is intersted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a Dockerfile i used to create a harvest image. &amp;nbsp;I have about 10 hours of experience with Docker, so I am sure there are better ways but this is working for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;FROM alpine:latest
RUN apk update &amp;amp;&amp;amp; apk add perl perl-json perl-libwww perl-xml-parser perl-lwp-protocol-https unzip
ADD netapp-harvest /opt/netapp-harvest
WORKDIR /opt/netapp-harvest&lt;/PRE&gt;&lt;P&gt;You have to download netapp-harvest, &amp;nbsp;add the perl modules from SDK (as per the Harvest install guide), and populate your netapp-harvest.conf file. &amp;nbsp;This will make a complete netapp-harvest directory that will get added to the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then create this Dockerfile and run&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;docker build -t &amp;lt;name&amp;gt;/harvest:&amp;lt;version tag&amp;gt; .

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From here you can spin up workers as containers by running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;docker run -d\
 --name harvest-&amp;lt;name of your poller&amp;gt;\&lt;BR /&gt; --restart=always\
 jpeake/harvest:0.1\
  ./netapp-worker -poller &amp;lt;name of poller in .conf file&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still running my production Harvest the old fashioned way, but find this really interesting, and super easy to spin up at our various sites around the world. &amp;nbsp;Put all pollers in the conf file, and call up workers as needed per site. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 14:05:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120530#M21600</guid>
      <dc:creator>J_curl</dc:creator>
      <dc:date>2016-06-23T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120532#M21602</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/19981"&gt;@J_curl﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want something immediate, Dan Burkland wrote &lt;A href="http://www.dburkland.com/how-to-setup-netapp-harvest-using-docker/" target="_self"&gt;a blog post&lt;/A&gt; a while ago on creating a single container with all of the Harvest + Grafana + Graphite components. &amp;nbsp;I have an internal version using&amp;nbsp;Docker Compose which should be ready to be released&amp;nbsp;in the next few days now that DockerCon is over. &amp;nbsp;I'll be publishing everything to the &lt;A href="http://netapp.github.io/blog/" target="_self"&gt;netapp.github.io&lt;/A&gt; site, so be sure to keep an eye out there (I'll try to remember to post here as well).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 14:14:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120532#M21602</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-06-23T14:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120534#M21604</link>
      <description>&lt;P&gt;Thanks! &amp;nbsp;I must be living under a rock, I never knew this netapp.github.io site existed. looks like it contains everything I need for now&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 14:56:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/120534#M21604</guid>
      <dc:creator>J_curl</dc:creator>
      <dc:date>2016-06-23T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/123133#M22112</link>
      <description>&lt;P&gt;I would be interesting in the complete guide for netapp-harvest in docker if your wouldn't mind&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:47:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/123133#M22112</guid>
      <dc:creator>markymarcc</dc:creator>
      <dc:date>2016-09-09T20:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/123256#M22127</link>
      <description>&lt;P&gt;Note that there is a virtual appliance sort of available (not public yet), but I can see the advantage of a docker image as well&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 17:20:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/123256#M22127</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2016-09-14T17:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/124220#M22287</link>
      <description>&lt;P&gt;I am also interested in a vm build or virtual appliance for Harvest. Did you ever locate one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;brian.trevisa@atkinsgloal.com&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 17:19:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/124220#M22287</guid>
      <dc:creator>BrianTrevisa</dc:creator>
      <dc:date>2016-10-16T17:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/124221#M22288</link>
      <description>Can you double check your email? I think there's a typo</description>
      <pubDate>Sun, 16 Oct 2016 19:12:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/124221#M22288</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2016-10-16T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/136963#M24821</link>
      <description>&lt;P&gt;I just returned to this site after about a year. There was a typo in my email. It is brian.trevisa@atkinsglobal.com. I am&amp;nbsp; still intested in workign with NetApp Harvest. Has there been much improvements with using grafana / Harfest togeather. I am trying one persons solution called NAbox. It is a virtual machin. I am impressed. I would like to know if you know if anyone has taken it any further. Perhaps adding alerting. Thant would be fantastic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2017 19:01:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/136963#M24821</guid>
      <dc:creator>BrianTrevisa</dc:creator>
      <dc:date>2017-12-26T19:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest docker image</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/136964#M24822</link>
      <description>NAbox is the virtual appliance I was talking about yes, I’m glad you found it.&lt;BR /&gt;Alerting is a different challenge because grafana can’t really do it (alerting in grafana doesn’t work with template variables, which harvest dashboards are using a lot) and it would be a lot of work to try to implement it manually.</description>
      <pubDate>Tue, 26 Dec 2017 21:52:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-docker-image/m-p/136964#M24822</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2017-12-26T21:52:04Z</dc:date>
    </item>
  </channel>
</rss>

