=======================================

http://docs.nagvis.org/1.8/en_US/index.html

https://documentation.centreon.com/docs/centreon-nagvis/en/latest/Install/Nagvis_backend.html

http://www.sugarbug.web4me.fr/atelier/techniques/ihmweb/cartographie_supervision/centreon-nagvis/

=======================================

1. yum -y install centreon-nagvis  graphviz git

2.wget http://www.nagvis.org/share/nagvis- 1.7.10.tar.gz

3.tar xzvf nagvis-1.7.10.tar.gz && cd nagvis-1.7.10

./install.sh

****Please enter the path to the nagios base directory [/usr/local/nagios]: /usr/share/centreon-engine/****

4.git clone https://github.com/centreon/centreon-nagvis-backend

cp GlobalBackendcentreonbroker.php /usr/local/nagvis/share/server/core/classes/

chown apache:apache  /usr/local/nagvis/share/server/core/classes/GlobalBackendcentreonbroker.php

chmod 664 /usr/local/nagvis/share/server/core/classes/GlobalBackendcentreonbroker.php

5.add the following section at the end of the file “/usr/share/nagvis/etc/nagvis.ini.php” with the information for the database:

[backend_centreonbroker_1]

backendtype=”centreonbroker”
dbhost=”localhost”
dbport=3306
dbname=”centreon_storage”
dbuser=”centreon”
dbpass=”centreon”

最新文章

  1. java里面interface,implement和extends的作用和用法
  2. archlinux配置答疑
  3. hdu 3579 Hello Kiki (中国剩余定理)
  4. 转:给 C# 开发者的代码审查清单
  5. PhpExcel中文帮助手册|PhpExcel使用方法
  6. 开发环境中biztalk项目设置注意事项(转)
  7. 闪回flashback
  8. IP进制站群原理
  9. Tomcat 改BUG之 localhost:8080 404
  10. Android开发 - ActivityLifecycleCallbacks用法初探
  11. Java学习笔记9---类静态成员变量的存储位置及JVM的内存划分
  12. RabbitMQ基础入门
  13. SQLite 运算符(http://www.w3cschool.cc/sqlite/sqlite-operators.html)
  14. 如何开发AR增强现实应用与产品
  15. LODOP打印当前日期时间的方法
  16. eMMC基础技术4:eMMC command
  17. day11 装饰器---函数的使用方法
  18. Git服务器环境搭建(打造属于自己的存储库)
  19. 对Functional Language的认识
  20. java String.intern();

热门文章

  1. sqlplus无密码登录TNS协议适配器错误
  2. 查看Msi文件内容
  3. Spring 7大功能模块的作用[转]
  4. 横竖屏切换时候Activity的生命周期的总结
  5. 【USB多路电源】layout
  6. C++ / CLI 调用 C++ /Native 随记
  7. Java String.split()用法小结
  8. fck编辑器漏洞想到的--目录的执行权限
  9. 安装Adobe Flash Player
  10. Unity3D实现摄像机视野的拉远拉近和跟随主角旋转效果