OSidorenkov / zabbix-jira

Python module that allows you to create tasks in Jira by the trigger from Zabbix
MIT License
40 stars 21 forks source link

Remove sqlite and support teams #4

Open mchugh19 opened 6 years ago

mchugh19 commented 6 years ago
  1. Does away with sqlite dependency and tracking in favor of attempting to lookup existing ticket from Jira. This search string is configurable in the config file.
  2. Adds support for sending a message to O365 teams. teams image
  3. Converts existing config.py file to ini type conf file and allows for specifying multiple Jira queues. This means jirabix.py can be called as jirabix.py zabbix-usr "$sub" "$message" OPS or jirabix.py zabbix-usr "$sub" "$message" DEV to open jira tickets for the appropriate teams.