четверг, 19 февраля 2015 г.

Zabbix authorization: switch to default, reset password

Switching authorization mode to default


update config set authentication_type=0;


Reset admin password

update zabbix.users set passwd=md5('mynewpassword') where alias='Admin';

Комментариев нет:

Отправить комментарий