Skip to content

Commit

Permalink
Merge pull request #86 from opsgenie/update-zabbix-hostname
Browse files Browse the repository at this point in the history
prevent remove special characters from Zabbix hostname
  • Loading branch information
MeralBusraTekinsen authored Jan 4, 2022
2 parents 277891d + 5365737 commit ad551be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Zabbix/opsgenie-zabbix/send2opsgenie.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func parseFlags() map[string]string {
parameters["triggerUrl"] = *triggerUrl
parameters["triggerValue"] = removeSpecialCharacters(*triggerValue)
parameters["triggerHostGroupName"] = removeSpecialCharacters(*triggerHostGroupName)
parameters["hostName"] = removeSpecialCharacters(*hostName)
parameters["hostName"] = *hostName
parameters["ipAddress"] = *ipAddress
parameters["date"] = *date
parameters["time"] = *time
Expand Down
2 changes: 1 addition & 1 deletion release/oec-builder/oecScriptsVersion.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Splunk": "1.1.4",
"Trackit": "1.1.3",
"Xmpp": "1.1.3",
"Zabbix": "1.1.5",
"Zabbix": "1.1.6",
"Zendesk": "1.1.3",
"Zenoss": "1.1.3"
}

0 comments on commit ad551be

Please sign in to comment.