Git Product home page Git Product logo

zabbix_manager's Introduction

zabbix_manager(server)

Supported versions

  • zabbix3.0.X

相关知识点

  • 命令行argparse---------------------------------------------argparse

monitor

When we plan to monitor, we must first create a host group, and then import some template, and finally add some hosts, zabbix_manager is a better choice

alarm

When we plan to use zabbix alarm . first, we need to add the alarm mode. the second, we need to create user groups and users. the third, the user configuration of alarms. fourth, create action

report

Daily we need to export the report, use zabbix manager can export xls file using zabbix_manager will greatly save us time

version


  • V1.2
    • v1.2.1,2016-12-25 增加对主机批量 link 、clear 模板操作
    • v1.2.0,2016-11-27 修改 zabbix_api.py 调用方式(报表类函数不变)
  • V1.1
    • v1.1.7,2016-11-25 优化程序
    • v1.1.6,2016-11-08 add profile,可以通过 profile 参数选择配置文件中不同的 section
    • v1.1.5,2016-10-24 add report_available2 可以对特定 item 进行输出,除报表项外,其他函数统一输出函数
    • v1.1.4,2016-10-24 add issues,获取最近问题
    • v1.1.3,2016-09-09 add report_available2,排序可设置
    • v1.1.2,2016-09-05 add zabbix_manager gui
    • v1.1.1,2016-08-22 add mysql_quota
    • v1.1.0,2016-07-14 release 1.1.0
  • V1.0
    • v1.0.8,2016-07-13 add report
    • v1.0.6,2016-06-23 add rule and discovery manage
    • v1.0.5,2016-06-19 add mediatype manage
    • v1.0.4,2016-06-18 add usergroup manage
    • v1.0.3,2016-06-11 add history_report
    • v1.0.2,2016-06-03 Modify the command line in interactive mode
    • v1.0.1,2016-04-16 First edit

参加步骤

  • 在 GitHub 上 fork 到自己的仓库,然后 clone 到本地,并设置用户信息。
$ git clone https://github.com/BillWang139967/zabbix_manager.git
$ cd zabbix_manager
$ git config user.name "yourname"
$ git config user.email "your email"
  • 修改代码后提交,并推送到自己的仓库。
$ #do some change on the content
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
  • 在 GitHub 网站上提交 pull request。
  • 定期使用项目仓库内容更新自己仓库内容。
$ git remote add upstream https://github.com/BillWang139967/zabbix_manager.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master

相关链接

  • zabbix安装-------------------------------------------------zabbix_install
  • zabbix报警工具---------------------------------------------zabbix_alert
  • zabbix常用模板---------------------------------------------zabbix_templates
  • 导出报表工具-----------------------------------------------XLSWriter
  • linux终端表格----------------------------------------------linux_terminal
  • shell菜单工具----------------------------------------------shell_menu

小额捐款

如果你觉得zabbix_manager对你有帮助, 可以对作者进行小额捐款(支付宝)

Screenshot

致谢

  1. 感谢南非蜘蛛的指导

zabbix_manager's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.