0

I just installed Munin on Ubuntu 12.04. I had used it previously on a different machine running 10.04 and it has a beautiful memory graph. For some reason it is not showing up on my new install. Any ideas where to look?

swiftBoy
  • 35,607
  • 26
  • 136
  • 135
nathancahill
  • 10,452
  • 9
  • 51
  • 91

2 Answers2

0

Ok, figured it out. There's a huge list of plugins in /usr/share/munin/plugins. I just ran:

ln -s /usr/share/munin/plugins/memory memory
sudo restart munin-node

Showed up right away.

nathancahill
  • 10,452
  • 9
  • 51
  • 91
  • 1
    Note that for the above command to work, you should cd /etc/munin/plugins first. E.g. http://articles.slicehost.com/2010/4/9/enabling-munin-node-plug-ins-on-ubuntu – Louis St-Amour Nov 22 '12 at 17:06
-5

I'm not sure I've understand you, but are you talking about free memory or total memory?

free memory: free -m - shows the statistics in megabytes. -g for gigabytes, -k for kilobytes, nothing or -b for bytes.

Total memory: just look for Details on the dash.

Please explain again if I'm not reply as you want. :)

nimrod
  • 132
  • 1
  • 1
  • 8