Re: [Ganglia-developers] Events with MySQL backend; PHP error

2014-04-18 Thread Vladimir Vuksan
I would just fix it :-). On 04/18/2014 11:36 AM, Maciej Lasyk wrote: > Hi huys, > > I'm trying to set up MySQL as the backend for Events in Ganglia-Web. I > have proper PEAR libs installed (MDB2, DB) via `pear install` on this > Debian 7 box. > > Afterwards I pushed: > > $conf['overlay_events_prov

[Ganglia-developers] Events with MySQL backend; PHP error

2014-04-18 Thread Maciej Lasyk
Hi huys, I'm trying to set up MySQL as the backend for Events in Ganglia-Web. I have proper PEAR libs installed (MDB2, DB) via `pear install` on this Debian 7 box. Afterwards I pushed: $conf['overlay_events_provider'] = "mdb2"; $conf['overlay_events_dsn'] = "mysql://ganglia:pwd@localhost/ganglia