icinga-web安装步骤:
已安装过icinga,步骤略
http://archive.ubuntu.com/ubuntu/pool/universe/i/icinga-web/icinga-web_1.13.1-1_all.deb
# dpkg -i icinga-web_1.13.1-1_all.deb
第1次输的是root的密码(该root是指mysql的root)
第2次设的是icinga_web账号的密码
第1次设的是root的密码(该root是指登录页面的root)
# mysql -u root -p'123456'
> use mysql;
> grant all on icinga.* to icinga@localhost identified by 'icinga'; (此处必须是icinga和
icinga,和之前搭建icinga账号无关)
> flush privileges;
访问:http://ip/icinga-web 用户名:root 密码:123456(即上面设的密码)