Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated zabbix2opsgenie.go to allow for ack #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 30, 2020

  1. Updated zabbix2opsgenie.go to allow for ack

    Updated zabbix2opsgenie.go to allow for filtering on acknowledged yes or no.
    
    Important to add:
    /etc/opsgenie/zabbix2opsgenie -triggerName='{TRIGGER.NAME}' -triggerId='{TRIGGER.ID}' -triggerStatus='{TRIGGER.STATUS}' -triggerSeverity='{TRIGGER.SEVERITY}' -triggerDescription='{TRIGGER.DESCRIPTION}' -triggerUrl='{TRIGGER.URL}' -triggerValue='{TRIGGER.VALUE}' -triggerHostGroupName='{TRIGGER.HOSTGROUP.NAME}' -hostName='{HOST.NAME}' -ipAddress='{IPADDRESS}' -eventId='{EVENT.ID}' -date='{DATE}' -time='{TIME}' -itemKey='{ITEM.KEY}' -itemValue='{ITEM.VALUE}' -recoveryEventStatus='{EVENT.RECOVERY.STATUS} -eventAck='{EVENT.ACK.STATUS}’
    
    To Zabbix action 'Update Operation'
    
    OpsGenie should filters should allow for filtering on this as well to make this change possible.
    larcorba authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    8f33fe3 View commit details
    Browse the repository at this point in the history