New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18771 (closed submission: fixed)

Opened 4 years ago

Last modified 4 years ago

New port "munin": Extensible system monitoring tool

Reported by: adambyrtek@… Owned by: raimue@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: munin

Description

Description:

Munin the monitoring tool surveys all your computers and remembers what it saw. It presents all the information in graphs through a web interface. Its emphasis is on plug and play capabilities. Using Munin you can easily monitor the performance of your computers, networks, SANs, applications, weather measurements and whatever comes to mind.

Homepage:
http://munin.projects.linpro.no/wiki

Some aspects of this port were discussed on the mailing list:
http://lists.macosforge.org/pipermail/macports-dev/2009-March/007674.html

Attachments

org.macports.munin-cron.plist.in (627 bytes) - added by adambyrtek@… 4 years ago.
patch-munin-node.conf.in (275 bytes) - added by adambyrtek@… 4 years ago.
patch-Makefile.config (1.7 KB) - added by adambyrtek@… 4 years ago.
Leopard compatibility fix (use dscl instead of nicl)
Portfile (5.1 KB) - added by adambyrtek@… 4 years ago.
Minor typos fixed

Change History

Changed 4 years ago by adambyrtek@…

Changed 4 years ago by adambyrtek@…

comment:1 Changed 4 years ago by raimue@…

  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to raimue@…

Tried to install:

--->  Staging munin into destroot
Error: " [...] " returned error 2
Command output: echo Group munin nonexistant. Create the group and retry; exit 2 
Group munin nonexistant. Create the group and retry
make: *** [install-node-non-snmp] Error 2

Error: Status 1 encountered during processing.

But the group and user do exist:

$ dsmemberutil getid -G munin
gid: 504
$ dsmemberutil getid -U munin
uid: 504

The Makefile tries to use nicl which does not exist on Leopard anymore. It should use dscl instead, which is available for both Tiger and Leopard IIRC. The tools seem to use the same syntax, so it is as simple as replacing nicl with dscl.

comment:2 Changed 4 years ago by adambyrtek@…

I didn't notice this as I use Tiger. Thanks for testing, I will update the Portfile later today.

Changed 4 years ago by adambyrtek@…

Leopard compatibility fix (use dscl instead of nicl)

Changed 4 years ago by adambyrtek@…

Minor typos fixed

comment:3 Changed 4 years ago by adambyrtek@…

New files attached, should be fine now.

comment:4 Changed 4 years ago by raimue@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Thanks for your submission, committed in r47876.

comment:5 Changed 4 years ago by jmr@…

  • Type changed from enhancement to submission

comment:6 Changed 4 years ago by anonymous

  • Milestone Port Submissions deleted

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.