<?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: Setting up munin node on hp-ux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380122#M663633</link>
    <description>Okay I got it to compile (thanks the above suggests helped).  Now I'm trying to get munin-node working - its listening on port 4949 but I'm not getting any data. &lt;BR /&gt;Anyone have a munin plugin that's working for HP-UX?</description>
    <pubDate>Wed, 13 May 2009 11:59:45 GMT</pubDate>
    <dc:creator>Mw_6</dc:creator>
    <dc:date>2009-05-13T11:59:45Z</dc:date>
    <item>
      <title>Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380116#M663627</link>
      <description>Ralph Grothe -- If you are out there I could use your help getting munin node installed and setup on hpux. Otherwise, If anyone has done this, any pointers would be appreciated. I have tried installing from source, but keep getting Makefile issues.</description>
      <pubDate>Mon, 16 Mar 2009 14:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380116#M663627</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-03-16T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380117#M663628</link>
      <description>I would also like to get Munin-node working on HP-UX.  But so far not having much luck with it on HP-UX. &lt;BR /&gt;Does anyone have a HP-UX munin depot for a HP rx6600 system?&lt;BR /&gt; &lt;BR /&gt;Thanks.&lt;BR /&gt;Mike White</description>
      <pubDate>Sat, 18 Apr 2009 10:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380117#M663628</guid>
      <dc:creator>Mw_6</dc:creator>
      <dc:date>2009-04-18T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380118#M663629</link>
      <description>You will need to install gmake for having a working munin node or server, there are somes depots about gmake on the web,&lt;BR /&gt;&lt;BR /&gt;I'm having problems to graph, but the installation was ok &lt;BR /&gt;&lt;BR /&gt;Greetings</description>
      <pubDate>Tue, 12 May 2009 17:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380118#M663629</guid>
      <dc:creator>Lizardo Desilos</dc:creator>
      <dc:date>2009-05-12T17:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380119#M663630</link>
      <description>I have gmake installed. I get errors with both make and gmake. I tried building munin 1.2.6. I get the following error from make:&lt;BR /&gt;&lt;BR /&gt;sh: Syntax error at line 30 : `)' is not expected.&lt;BR /&gt;*** Error exit code 2&lt;BR /&gt;&lt;BR /&gt;And this from gmake:&lt;BR /&gt;&lt;BR /&gt;/bin/sh: Syntax error at line 30 : `)' is not expected.&lt;BR /&gt;gmake: *** [build-stamp] Error 2&lt;BR /&gt;&lt;BR /&gt;Same issue either way. I have tried rummaging through the make file, but I have not had time to figure it out.</description>
      <pubDate>Tue, 12 May 2009 17:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380119#M663630</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-05-12T17:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380120#M663631</link>
      <description>You only need to make a:&lt;BR /&gt;&lt;BR /&gt;gmake install-node install-node-plugins&lt;BR /&gt;&lt;BR /&gt;after editing Makefile.config, for HP-UX you need to add this lines:&lt;BR /&gt;&lt;BR /&gt;# For HP-UX, comment out the corresponding two lines above and comment in these&lt;BR /&gt;&lt;BR /&gt;CHECKUSER = $(shell pwget -n $(USER) &amp;gt;/dev/null 2&amp;gt;/dev/null (echo "echo User $(USER) nonexistant. Create the user and retry;&lt;BR /&gt;exit 2"))&lt;BR /&gt;&lt;BR /&gt;CHECKGROUP = $(shell grget -n $(GROUP) &amp;gt;/dev/null 2&amp;gt;/dev/null (echo "echo Group $(GROUP) nonexistant. Create the group and re&lt;BR /&gt;try; exit 2"))&lt;BR /&gt;&lt;BR /&gt;greetings,</description>
      <pubDate>Tue, 12 May 2009 20:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380120#M663631</guid>
      <dc:creator>Lizardo Desilos</dc:creator>
      <dc:date>2009-05-12T20:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380121#M663632</link>
      <description>&amp;gt;I get the following error from make:&lt;BR /&gt;sh: Syntax error at line 30 : `)' is not expected.&lt;BR /&gt;&amp;gt;I have tried rummaging through the makefile, but I have not had time to figure it out.&lt;BR /&gt;&lt;BR /&gt;You need to figure out which build rule has that problem.  Which would have &amp;gt;= 30 lines?&lt;BR /&gt;&lt;BR /&gt;I suppose you could replace $SHELL by a script that invokes sh with -x?</description>
      <pubDate>Wed, 13 May 2009 04:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380121#M663632</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-13T04:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380122#M663633</link>
      <description>Okay I got it to compile (thanks the above suggests helped).  Now I'm trying to get munin-node working - its listening on port 4949 but I'm not getting any data. &lt;BR /&gt;Anyone have a munin plugin that's working for HP-UX?</description>
      <pubDate>Wed, 13 May 2009 11:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380122#M663633</guid>
      <dc:creator>Mw_6</dc:creator>
      <dc:date>2009-05-13T11:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380123#M663634</link>
      <description>It still doesn't work.&lt;BR /&gt;&lt;BR /&gt;gmake install-node install-node-plugins&lt;BR /&gt;&lt;BR /&gt;/bin/sh: Syntax error at line 30 : `)' is not expected.&lt;BR /&gt;gmake: *** [build-stamp] Error 2&lt;BR /&gt;&lt;BR /&gt;I had already tried that back when I first started this thread. The error seems to be in the build-stamp portion of the make file. I just need to look at it. &lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 12:59:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380123#M663634</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-05-13T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380124#M663635</link>
      <description>Court: You can try with a new sources, I attach my Makefile.config, I wish it helps &lt;BR /&gt;&lt;BR /&gt;Mw: the standar df plugin works for me, but my munin server dont graph the data, maybe you can search where is the problem in the munin-node.log&lt;BR /&gt;&lt;BR /&gt;Greetings,</description>
      <pubDate>Wed, 13 May 2009 17:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380124#M663635</guid>
      <dc:creator>Lizardo Desilos</dc:creator>
      <dc:date>2009-05-13T17:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380125#M663636</link>
      <description>Doh!&lt;BR /&gt;&lt;BR /&gt;Finally I have a working df plugin, the problem was on the restriction in munin-node.conf,&lt;BR /&gt;&lt;BR /&gt;you will need to add a host for get the report, by default its only restricted to localhost (127.0.0.1)&lt;BR /&gt;&lt;BR /&gt;allow ^X\.X\.X\.X$&lt;BR /&gt;&lt;BR /&gt;Now my df plugins it graph!&lt;BR /&gt;&lt;BR /&gt;Greetings</description>
      <pubDate>Wed, 13 May 2009 17:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380125#M663636</guid>
      <dc:creator>Lizardo Desilos</dc:creator>
      <dc:date>2009-05-13T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380126#M663637</link>
      <description>Thanks Lizardo,&lt;BR /&gt;&lt;BR /&gt;I found I wasn't allowing munin to connect to the node.  Once I corrected that I'm starting to get some data and its graphing.&lt;BR /&gt;&lt;BR /&gt;But I get lots of these in the munin-node.log.&lt;BR /&gt;&lt;BR /&gt;awk: Cannot find or open file /proc/mounts.&lt;BR /&gt;&lt;BR /&gt;I think it's coming from the df plugin but I don't see anything about /proc in that script.&lt;BR /&gt;(yes I know hpux doesn't have /proc)&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 17:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380126#M663637</guid>
      <dc:creator>Mw_6</dc:creator>
      <dc:date>2009-05-13T17:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380127#M663638</link>
      <description>Nice! and if you want to get CPU, Memory, Networking and another good graphs you can search here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://munin.projects.linpro.no/browser/trunk/node/node.d.hp-ux?rev=1623" target="_blank"&gt;http://munin.projects.linpro.no/browser/trunk/node/node.d.hp-ux?rev=1623&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are only for HP-UX&lt;BR /&gt;&lt;BR /&gt;Greetings,</description>
      <pubDate>Wed, 13 May 2009 21:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380127#M663638</guid>
      <dc:creator>Lizardo Desilos</dc:creator>
      <dc:date>2009-05-13T21:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up munin node on hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380128#M663639</link>
      <description>Thanks for the links of HP-UX plugins. I've not had a chance to try and work with any of them yet.</description>
      <pubDate>Fri, 15 May 2009 20:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-munin-node-on-hp-ux/m-p/4380128#M663639</guid>
      <dc:creator>Mw_6</dc:creator>
      <dc:date>2009-05-15T20:41:20Z</dc:date>
    </item>
  </channel>
</rss>

