I install munined on Mac OSX, however there is no CPU or Memory or very basic plugins installed. On the system /opt/munin/lib/plugins
it has lots of advanced plugins like apache or bind9, but nothing for the basics. What could be going on?
Asked
Active
Viewed 1,214 times
1

Chopper3
- 101,299
- 9
- 108
- 239

Amandasaurus
- 31,471
- 65
- 192
- 253
2 Answers
2
The plugins don't exist as Munin was developed from a Linux standpoint.
If you need the functionality, I suggest that you review how the Linux plugins for your needs work; then port them to Mac OS X.
You would want to review the man pages for:
- vm_stat
- iostat
They are different to what you would expect from a Unix system.

dezwart
- 154
- 2
- 11
-
Oh brilliant! :) – Amandasaurus Jun 29 '09 at 08:06