icinga-web

简介:

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(即上面设的密码)

本文转自linux博客51CTO博客,原文链接http://blog.51cto.com/yangzhiming/1685715如需转载请自行联系原作者


yangzhimingg

相关文章
|
6月前
|
XML C++ 数据格式
C++使用gSoap写Web Server和Web Client
C++使用gSoap写Web Server和Web Client
86 1
|
安全 SQL
Preventing Security Breaches: The Benefits of a Web Application Firewall
If the benefits of cloud computing can be summarized in just one word, it would be an “enabler”.
2316 0
Preventing Security Breaches: The Benefits of a Web Application Firewall
|
数据安全/隐私保护
|
JavaScript 前端开发
|
Web App开发 Apache
|
Web App开发 监控 关系型数据库
|
关系型数据库 MySQL 数据安全/隐私保护
|
Web App开发 Java