We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
send2opsgenie
In the Zabbix, I have configured action operation to pass triggerSeverity='{TRIGGER.SEVERITY}' as per instruction.
triggerSeverity='{TRIGGER.SEVERITY}'
/home/opsgenie/oec/opsgenie-zabbix/send2opsgenie -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}'
However, in the Opsgenie, all the alert from Zabbix became P3-Moderate.
P3-Moderate
Should I configure something else or did I misconfigure?
The text was updated successfully, but these errors were encountered:
I have found pull request for this feature - #45
Close the issue.
Sorry, something went wrong.
No branches or pull requests
In the Zabbix, I have configured action operation to pass
triggerSeverity='{TRIGGER.SEVERITY}'
as per instruction.However, in the Opsgenie, all the alert from Zabbix became
P3-Moderate
.Should I configure something else or did I misconfigure?
The text was updated successfully, but these errors were encountered: