×

扫描二维码登录本站

QQ登录

只需一步,快速开始

简述Jira与Zabbix结合

标签: 暂无标签
zabbix-jira
zabbix-jira is python module that allows you to create tasks in Jira with grafs by the trigger from Zabbix.
Requirements:
  • python >= 2.7
  • python libs: requests, jira

Installation:
  • Copy this repo to your zabbix-server: git clone https://github.com/OSidorenkov/zabbix-jira.git
  • Copy jirabix.py to your Zabbix AlertScriptsPath directory (see your zabbix_server.conf)
  • Create and configure config.py near jirabix.py. You can take as an example config.py.example from repo.
  • Install python libs: pip install requirements.txt

Configuration:
  • Create new media type in Zabbix:

0?wx_fmt=png.jpg
If you use Zabbix 3.0 and higher, add this parameters:
{ALERT.SENDTO}{ALERT.SUBJECT}{ALERT.MESSAGE}
  • Add this media to your read user in Zabbix

0?wx_fmt=png.jpg
Add in "Send to" field jira username (see the profile user in Jira)
  • Configure your Actions:

0?wx_fmt=png.jpg
Example message:
Last value:{ITEM.VALUE1} ({TIME})zbx;graphszbx;graphs_period=1800zbx;itemid:{ITEM.ID1}zbx;triggerid:{TRIGGER.ID}zbx;title:{HOST.HOST} - {TRIGGER.NAME}zbx;priority:{TRIGGER.SEVERITY}Server: {HOSTNAME} ({HOST.IP})Desc:{TRIGGER.DESCRIPTION}
0?wx_fmt=png.jpg
Example recovery message:
Server: {HOSTNAME} ({HOST.IP})zbx;triggerid:{TRIGGER.ID}zbx;ok:1Description:Problem resolved!Time of resolved problem: {DATE} {TIME}Annotationszbx;graphs -- enables attached graphszbx;graphs_period=10800 -- set graphs period (default - 3600 seconds)zbx;graphs_width=700 -- set graphs width (default - 900px)zbx;graphs_height=300 -- set graphs height (default - 300px)zbx;itemid:{ITEM.ID1} -- define itemid (from trigger) for attachzbx;title:{HOST.HOST} - {TRIGGER.NAME} -- graph titlezbx;triggerid:{TRIGGER.ID} -- define triggerid to link problem and recovery of eventzbx;priority:{TRIGGER.SEVERITY} -- set priority task like as priority of trigger from Zabbixzbx;ok:1 -- use this parameter only in RECOVERY message, if you don't want create a new task about recovery in Jira
You can use Jira format text in your actions: https://jira.atlassian.com/secur ... on.jspa?section=all
Test script
You can use the following command to create a ticket in Jira from your command line:
python jirabix.py "jira_username" "ticket_subject" "ticket_desc" where
  • jira_username - username from Jira user profile
  • For ticket_subject and ticket_desc you may use "test" "test"

    • If you want to test real text from zabbix action message copy test/entry.txt from repo and change the contents of the file on your real data and change jirabix.py like this:
      0?wx_fmt=png.jpg
      And run:
      python jirabix.py "jira_username" "ticket_subject

Result
  • See how creates the ticket with graf from Zabbix:



  • When problem is going to OK, script convert the ticket to "Done" status with comment from zabbix recovery message:





原创:成小编





上一篇:分析percona-zabbix-templates(r10笔记第6天)
下一篇:Zabbix系统数据采集方法,你知道哪几种?
monicazhang

写了 2297 篇文章,拥有财富 12859,被 21 人关注

您需要登录后才可以回帖 登录 | 立即注册
B Color Link Quote Code Smilies

成为第一个吐槽的人

最新100贴|论坛版块|ITIL先锋论坛 |粤ICP备11099876号|网站地图
Powered by Discuz! X3.4 Licensed  © 2001-2017 Comsenz Inc.
返回顶部