Nice work brononi!
Are you using the MySQL backend for rsyslog, or is cacti just parsing the logs? If you want to get fancy, you can enable remote syslog sending on your MD's, listening on the core, and then you can run a central syslog server on the core. We do that at work for the security guys. Linksys and OpenWRT routers (and a few others) support sending their syslog output to a syslog host, so you could incorporate that if you wanted...
Just an FYI, Ubuntu 10.04 and newer use rsyslog. I think most modern distros have ditched ksyslogd for rsyslog.
You might want to put up a wiki page (even if it's on your own user page) so that others can follow in your footsteps and play around with it. It might stir up the creative juices...
In my case, I've been running collectd on my KVM virtual host and in the guests, as it can hook into the stats provided by libvirt on the host, and I can also see what's happening inside the guest via the collectd daemon running there. To keep the stats fresh and the system responsive, I put the RRD's on a 4 GB logical volume on an SSD (I do the same with my existing MythTV/MySQL production system, and the MySQL used by my LMCE 10.04 virtual core that I'm testing (/var/lib/mysql for each of them is it's own logical volume on the SSD on the host). Keeps the databases performing nicely and the system responsive. Your Cacti implementation looks interesting, as some have used Cacti as a front end for the RRD's provided by collectd.
Thanks, and Happy New Year!
/Mike