関連リソース:
https://github.com/ericoc/zabbix-slack-alertscript
を使います。基本的にはこちらのreadme通りに設定します。
Slack側の設定
https://yemaosheng.slack.com/services/new/incoming-webhook
からincoming web hookを作成し、”Webhook URL”を確認しておきます。
テストURL:
curl -X POST --data-urlencode 'payload={"channel": "#alert", "username": "webhookbot", "text": "This is posted to #alert and comes from a bot named webhookbot.", "icon_emoji": ":ghost:"}' https://hooks.slack.com/services/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 |