-
Incident report
-
Resolution: Fixed
-
Major
-
1.6
-
None
-
linux
hello, I installed zabbix 1.6.6 and the default password "zabbix" doesn't work. I tried resetting the password but without any succes :
mysql> update users set passwd=md5('zabbix') where surname='Administrator' ;
Query OK, 1 row affected (0.02 sec)
Rows matched: 1 Changed: 1 Warnings: 0
I also tried set passwd=password and passwd=encrypt but it's the same.
BTW, the front-end doesn't have the images for the login page ; apache complains about :
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/style
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/left_top.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/login.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/right_top.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/key.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/user.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/left_bottom.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/right_bottom.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/top.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/right.gif
[Fri Sep 04 22:29:02 2009] [error] [client 1.2.3.4] File does not exist: /usr/local/apache/www/zabbix/images/left.gif
root@testbox:/usr/local/apache/www/zabbix/images# pwd
/usr/local/apache/www/zabbix/images
root@testbox:/usr/local/apache/www/zabbix/images# ls
flash/ general/ gradients/ sysmaps/
root@testbox:/usr/local/apache/www/zabbix/images#