PDA

View Full Version : unable to login to zabbix server


techbrainless
18-10-2009, 22:14
HI All,

I have successfully installed zabbix in ubuntu 8.4 , but am trying to login using the link
http://localhost/zabbix/index.php

but am not able to login it shows 2 things
1)warning saying
Timezone for PHP is not set. Please set "date.timezone" option in php.ini.

inspite of my setting the date.timezone

2) when i am trying to login using the username and the passwrod it shows error message
[ERROR: Login name or password is incorrect]
inspite my entering the correct username and password given in the file /etc/zabbix/dbconfig.php

can any one help me to fix this issue.

hispan1c
18-10-2009, 23:54
have you tried "Admin" instead of "admin"? as username.

password: zabbix

techbrainless
19-10-2009, 20:03
Hi thanks alot for the reply ,

I have tried that , but getting the same error '[ERROR: Login name or password is incorrect]'

any other suggestions ...

NOB
20-10-2009, 08:35
have you tried "Admin" instead of "admin"? as username.

password: zabbix

This is not quite right.

Ubuntu 8.4 comes with the very old, but - more or less - working, version 1.4.2
of ZABBIX. I still use this version for some small monitoring tasks.
However, the predefined username is "Admin" but the default password is an empty string in that version.

Try that.

HTH,

Norbert.

zabbix_zen
20-10-2009, 11:14
Well, if you indeed installed zabbix from the Ubuntu repositories, you might as well think about checking these tutorials and upgrading,

http://ubuntuforums.org/archive/index.php/t-1169394.html
http://www.zabbix.com/forum/showthread.php?t=13391

OR,
you can practice with that installation and wait for the upcoming Zab1.8

techbrainless
20-10-2009, 23:10
Hi NOB,

Thanks alot , you are right the default user name: Admin and the password is empty ..........


Hi zabbix_zen,

thanks alot for the reply ,and many thanks for the links , they are very very useful especially the first one,..........