- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up munin node on hp-ux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 07:00 AM
03-16-2009 07:00 AM
Setting up munin node on hp-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2009 03:22 AM
04-18-2009 03:22 AM
Re: Setting up munin node on hp-ux
Does anyone have a HP-UX munin depot for a HP rx6600 system?
Thanks.
Mike White
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 10:34 AM
05-12-2009 10:34 AM
Re: Setting up munin node on hp-ux
I'm having problems to graph, but the installation was ok
Greetings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 10:57 AM
05-12-2009 10:57 AM
Re: Setting up munin node on hp-ux
sh: Syntax error at line 30 : `)' is not expected.
*** Error exit code 2
And this from gmake:
/bin/sh: Syntax error at line 30 : `)' is not expected.
gmake: *** [build-stamp] Error 2
Same issue either way. I have tried rummaging through the make file, but I have not had time to figure it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 01:12 PM
05-12-2009 01:12 PM
Re: Setting up munin node on hp-ux
gmake install-node install-node-plugins
after editing Makefile.config, for HP-UX you need to add this lines:
# For HP-UX, comment out the corresponding two lines above and comment in these
CHECKUSER = $(shell pwget -n $(USER) >/dev/null 2>/dev/null (echo "echo User $(USER) nonexistant. Create the user and retry;
exit 2"))
CHECKGROUP = $(shell grget -n $(GROUP) >/dev/null 2>/dev/null (echo "echo Group $(GROUP) nonexistant. Create the group and re
try; exit 2"))
greetings,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 09:57 PM
05-12-2009 09:57 PM
Re: Setting up munin node on hp-ux
sh: Syntax error at line 30 : `)' is not expected.
>I have tried rummaging through the makefile, but I have not had time to figure it out.
You need to figure out which build rule has that problem. Which would have >= 30 lines?
I suppose you could replace $SHELL by a script that invokes sh with -x?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 04:59 AM
05-13-2009 04:59 AM
Re: Setting up munin node on hp-ux
Anyone have a munin plugin that's working for HP-UX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 05:59 AM
05-13-2009 05:59 AM
Re: Setting up munin node on hp-ux
gmake install-node install-node-plugins
/bin/sh: Syntax error at line 30 : `)' is not expected.
gmake: *** [build-stamp] Error 2
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 10:09 AM
05-13-2009 10:09 AM
Re: Setting up munin node on hp-ux
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
Greetings,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 10:30 AM
05-13-2009 10:30 AM
Re: Setting up munin node on hp-ux
Finally I have a working df plugin, the problem was on the restriction in munin-node.conf,
you will need to add a host for get the report, by default its only restricted to localhost (127.0.0.1)
allow ^X\.X\.X\.X$
Now my df plugins it graph!
Greetings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 10:31 AM
05-13-2009 10:31 AM
Re: Setting up munin node on hp-ux
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.
But I get lots of these in the munin-node.log.
awk: Cannot find or open file /proc/mounts.
I think it's coming from the df plugin but I don't see anything about /proc in that script.
(yes I know hpux doesn't have /proc)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:05 PM
05-13-2009 02:05 PM
Re: Setting up munin node on hp-ux
http://munin.projects.linpro.no/browser/trunk/node/node.d.hp-ux?rev=1623
There are only for HP-UX
Greetings,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 01:41 PM
05-15-2009 01:41 PM