文件名称:zv:Zabbix Graph Dashbord
文件大小:35KB
文件格式:ZIP
更新时间:2024-05-25 09:26:04
Ruby
ZV-Zabbix Graph Dashbord 这是显示zabbix主机和图形的仪表板。 不使用Zabbix屏幕。 安装 bundle install cp config/zabbix.yml.sample config/zabbix.yml vi config/zabbix.yml zabbix.yml endpoint : http://localhost/zabbix/api_jsonrpc.php user : Admin password : zabbix url : http://localhost/zabbix 启动应用 bundle exec rails s 然后转到http://localhost:3000 。 截屏 按主机组/模板进行主机 主机图
【文件预览】:
zv-master
----.gitignore(547B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(153B)
----bin()
--------rails(219B)
--------setup(805B)
--------bundle(129B)
--------spring(463B)
--------rake(164B)
----log()
--------.keep(0B)
----db()
--------seeds.rb(343B)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----README.md(630B)
----vendor()
--------assets()
----config()
--------boot.rb(132B)
--------secrets.yml(964B)
--------database.yml(552B)
--------routes.rb(2KB)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------zabbix.yml.sample(108B)
--------initializers()
----lib()
--------assets()
--------autoload()
--------tasks()
----Gemfile(1KB)
----Rakefile(249B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(312B)
--------controllers()
--------fixtures()