So i am out of my element on this install, as ive never installed Cacti on a windows box... And man i miss my linux =(. To get to the point, i installed the latest versions of cacti, apache, mysql, rrdtool onto a winxp sp2 box... Graphs are never generated...
*rrd files are never created... looking into it closer and turning debug on and running for a single cycle i see 'Waiting on 1/1 pollers,' for quite awhile...
Logs show this repeating indef... I looked into the DB and bolded items are the returned value:
Code: Select all
08/16/2007 09:17:30 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select id from user_auth where username='guest'" [b]3[/b]
08/16/2007 09:17:30 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select cacti from version" [b]0.8.6j[/b]
08/16/2007 09:17:09 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select realm_id from user_auth_realm where user_id=1" [b]1[/b]
08/16/2007 09:17:09 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select username from user_auth where id=1" [b]admin[/b]
08/16/2007 09:17:09 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select user_auth_realm.realm_id from user_auth_realm where user_auth_realm.user_id='1' and user_auth_realm.realm_id='15'"
Any one have any suggestions on how to resolve this... I tried searching and googling but... Honestly a little stuck on what to search for lol... Maybe tomorrow when i wake up, it wlil come to me.