[ SEA-GHOST MINI SHELL]
jira_server = 'https://jira.ds.network'
jira_user = 'monitoring-ldap-read'
jira_pass = 'asd@#4sd3S#s3S!d56'
jira_transition = 'Done' # Transition to close issue. Read more https://jira.readthedocs.io/en/master/examples.html#transitions
jira_project = 'EPP' # Your project key, for example "ZBX"
jira_issue_type = 'Task' # Your issue type in Jira project(Error, Bug, Epic ...)
zbx_prefix = "zbx" # variable for separating text from script info
zbx_tmp_dir = "/tmp/" + zbx_prefix # directory for saving caches, cookies, etc.
zbx_server = "https://zabbix.example.ru" # zabbix server full url
zbx_api_user = "zab"
zbx_api_pass = "bix"
zbx_api_verify = True # True - do not ignore self signed certificates, False - ignore
proxy_to_zbx = None
proxy_to_tg = None
SEA-GHOST - SHELL CODING BY SEA-GHOST