Ticket #18771 (closed submission: fixed)
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
Change History
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@…
- Attachment patch-Makefile.config added
Leopard compatibility fix (use dscl instead of nicl)

