1

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?

Chopper3
  • 101,299
  • 9
  • 108
  • 239
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253

2 Answers2

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
0

Check out Aqua Ray's Munin Plugins.

smokris
  • 705
  • 3
  • 13
  • 27