All Projects → meetbill → Zabbix_manager

meetbill / Zabbix_manager

Licence: apache-2.0
🍀 (1)安装后一键设置 (2)日常管理工具 (3)一键导出常用报表 (4)Zabbix API 二次开发

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Zabbix manager

Zabbix Module Systemd
Native systemd monitoring for Zabbix
Stars: ✭ 81 (-57.81%)
Mutual labels:  zabbix
Zabbixapi
Ruby wrapper to Zabbix API
Stars: ✭ 128 (-33.33%)
Mutual labels:  zabbix
Https Ssl Cert Check Zabbix
Script to check validity and expiration of TLS/SSL certificate on site. May be used with Zabbix or standalone.
Stars: ✭ 162 (-15.62%)
Mutual labels:  zabbix
Gopherus
This tool generates gopher link for exploiting SSRF and gaining RCE in various servers
Stars: ✭ 1,258 (+555.21%)
Mutual labels:  zabbix
Mib2zabbix
SNMP Template generator for Zabbix
Stars: ✭ 111 (-42.19%)
Mutual labels:  zabbix
Zabbix Cli
Command-line interface for Zabbix
Stars: ✭ 141 (-26.56%)
Mutual labels:  zabbix
Pm2 Zabbix
A Node.js PM2 monitoring tool for Zabbix.
Stars: ✭ 71 (-63.02%)
Mutual labels:  zabbix
Thola
Tool for monitoring and provisioning network devices (mainly using SNMP) - monitoring check plugin
Stars: ✭ 179 (-6.77%)
Mutual labels:  zabbix
Grafana Zabbix
Zabbix plugin for Grafana dashboard
Stars: ✭ 1,716 (+793.75%)
Mutual labels:  zabbix
Zapix
Online Zabbix API tool - test and develope Zabbix API queries in the browser
Stars: ✭ 157 (-18.23%)
Mutual labels:  zabbix
Pyora
Python script to monitor Oracle Databases
Stars: ✭ 96 (-50%)
Mutual labels:  zabbix
Zabbix
Real-time monitoring of IT components and services, such as networks, servers, VMs, applications and the cloud.
Stars: ✭ 1,914 (+896.88%)
Mutual labels:  zabbix
Opssam
opsSAM运维平台 (基于saltstack、cobbler和zabbix接口的集成管理)
Stars: ✭ 143 (-25.52%)
Mutual labels:  zabbix
Zabbix
Archived, see https://github.com/AlekSi/zabbix/issues/24
Stars: ✭ 82 (-57.29%)
Mutual labels:  zabbix
Zabbix Haproxy
HAProxy Zabbix Discovery and Template
Stars: ✭ 169 (-11.98%)
Mutual labels:  zabbix
Docker Openldap
Docker OpenLDAP Container w/TLS & Replication Support S6 Overlay, and Zabbix Monitoring based on Alpine
Stars: ✭ 74 (-61.46%)
Mutual labels:  zabbix
Zabbix Notify
Notify alarms from Zabbix to Slack Hipchat and PagerDuty
Stars: ✭ 139 (-27.6%)
Mutual labels:  zabbix
Wgcloud
linux运维监控工具,支持系统信息,内存,cpu,温度,磁盘空间及IO,硬盘smart,系统负载,网络流量等监控,API接口,大屏展示,拓扑图,进程监控,端口监控,docker监控,文件防篡改,日志监控,数据可视化,web ssh,堡垒机,指令下发批量执行,linux面板,探针,故障告警
Stars: ✭ 2,669 (+1290.1%)
Mutual labels:  zabbix
Zorka
Sophisticated monitoring agent for Java
Stars: ✭ 178 (-7.29%)
Mutual labels:  zabbix
Libzbxpgsql
Monitor PostgreSQL with Zabbix
Stars: ✭ 150 (-21.87%)
Mutual labels:  zabbix

Zabbix_manager(server)

Supported versions

  • 版本高于 Zabbix 3.0

功能

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

Zabbix_api version

  • V1.4
    • v1.4.04,2017-11-27 [更新] 更新可用性报表计算方法 详细
    • v1.4.03,2017-10-20 [更新] 添加 dev_hosts_info 判断返回值个数
    • v1.4.02,2017-10-20 [修复] 修复 Zabbix 日常使用报表因添加数据单位导致排序无法正常运行问题
    • v1.4.01,2017-09-23 [更新] 更新 Zabbix_api_lib
  • V1.3Release 下载
    • v1.3.04,2017-09-22 [更新] 添加 dev_hosts_device 输出每台机器的指定挂载目录的使用信息
    • v1.3.03,2017-09-21 [更新] 添加 dev_hosts_info 输出常用监控项信息(可以自己定制), 优化部分程序
    • v1.3.02,2017-09-16 [更新] 更新程序调用时 issues 返回值
    • v1.3.01,2017-09-15 [更新] 增加 item_list方法,issues 方法输出添加item key信息
  • V1.2
    • v1.2.16,2017-09-13 [更新] host_get 输出项中,模板由之前获取的 host(Template name) 修改为 name(Visible name)
    • v1.2.15,2017-09-11 [更新] --hostid/--hostgroupid 参数可以通过直接输入主机名 / 主机组名进行获取主机列表,检查配置文件不存在时会使用本目录下etc下的配置文件
    • v1.2.13,2017-09-09 [更新] agent 自动注册功能修改参数,增加 hostmeta 参数
    • v1.2.12,2017-08-30 [更新] 报表 report_key 修改为使用 key 的正则表达式进行搜索
    • v1.2.11,2017-08-29 [更新] item_get 只输出已启用的监控项 [增加] 增加 report_key
    • v1.2.10,2017-08-26 [修复] 导出报表时设置 --table SingleTable 没有定义的错误
    • v1.2.9,2017-08-01 [更新] 增加 application_get 获取 application 列表功能 [增加] 增加 report_app
    • v1.2.8,2017-07-28 [更新] 增加 3 次重试机制
    • v1.2.7,2017-07-25 [更新] 导出报表时,只计算 item_type 为 0(浮点数) 或者 3(整数) 的数据,其他 item 返回"-1" (2) 执行命令时会输出 zabbix server 的版本号
    • v1.2.6,2017-07-21 [更新] 1 XLSWriter 使之可控制是否显示 logo (2) 可通过配置以适应 apache 搭建的 zabbix server
    • v1.2.4,2017-06-15 [增加] 输出日常使用报表时会在值后面加上单位 (K/M/G 也会自动进行换算)
    • v1.2.3,2017-04-04 [增加] -sign 参数(设置搜索分割符)
    • v1.2.1,2016-12-25 [增加] 对主机批量 link 、clear 模板操作
    • v1.2.0,2016-11-27 [修改] zabbix_api 调用方式(报表类函数不变)
  • V1.1
    • v1.1.7,2016-11-25 优化程序
    • v1.1.6,2016-11-08 Add 通过 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. 感谢南非蜘蛛的指导
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].