Check "netstat -an | grep LISTEN" to see if something (mysql) is listening on
port 3306. Then check to make sure /etc/hosts contains and entry that says
localhost.localdomain is 127.0.0.1.
You can also look at the mysql settings zenoss uses. They are stored in the
zodb. You can print them out by doing this:
$ zendmd
>>> dmd.ZenEventManager.getProperty('host')
>>> dmd.ZenEventManager.getProperty('username')
>>> dmd.ZenEventManager.getProperty('password')
My values are:
host: localhost
username: zenoss
password: zenoss
Lastly did you install via RPM?
------------------------
Christopher Blunck
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=5810#5810
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users