Zentyal and Munin

Zentyal is awesome, it is a great piece of software no doubt about it. But it does lack a few thing to make it all that much better; better performance monitoring, media server stuff/DLNA etc. But it was designed as a business platform so I can’t fault it too much right?

But no worries that is all easily remedied. Good thing I can add on whatever I need. Linux <3. For the most part I found these sites to help a great bit in setting this all up. http://wiki.hetzner.de/index.php/Monitoring_mit_Munin/en http://www.linuxweblog.com/blogs/sandip/20081224/munin-node-plugin-configurations I've attempted to stream line the directions a little bit better, hope it helps.

Enable the plugin.

At the end add:

That will get you hard drive temperature monitoring. They will now show as a new section titled "sensors". If you want to add the new data as its own page create your own plugin. sudo etc/munin/plugin-conf.d/hddtemp_smartctl Paste in the following

Save and you should be good to go from there.

Zentyal 3.4/Ubuntu 13.10 Installation Problems

After trying to do a fresh install of Zentyal 3.4 a few times unsuccessfully I just gave up. I tried multiple discs and USB flash drives to no avail. Come to find out recently thats a bug in the Ubuntu 13.10 installer. It disables some motherboards USB ports during installation. Right after language selection the system appears to hang. The keyboard stops functioning, caps lock nor num lock respond.

There is a work around! If you can, use a PS/2 keyboard and problem solved. If you can’t some people mention unplugging and moving the keyboard to a different USB port works for them. There are also reports of using a USB switch to bypass this issue.

During all of my searches I found this page to be of the most help:
http://askubuntu.com/questions/377728/usb-keyboard-stops-working-on-installation-at-language-selection

Hopefully this saves you some time.

Retrieve your Zentyal MySQL Password

So you have the need for a SQL database for your website (or whatever), which all happens to be a Zentyal box. Why not just use the existing mySQL server? Why not indeed? All you need is the password. Luck would have it that is not a problem.

sudo nano /var/lib/zentyal/conf/zentyal-mysql.passwd

Copy that down cause thats your password. From here you can use the database manually or install something like phpMyadmin.

I found this page to be of help when I was searching:
https://forum.zentyal.org/index.php?topic=4844.0