sensu-plugins / sensu-plugins-microsoft-teams

Sensu plugins for Microsoft Teams
http://sensu-plugins.io
MIT License
2 stars 7 forks source link

Microsoft Teaming alert issue #26

Open aswath2saru opened 5 years ago

aswath2saru commented 5 years ago

As mentioned I had followed, but not able to get alert to my Microsoft Teams. Is there anything am I missing ? Kindly help.

[root@uspllosplog01 conf.d]# cat microsoft.json { "handlers": { "default": { "type": "set", "handlers": [ "microsoft-teams" ] }, "microsoft-teams": { "type": "pipe", "command": "handler-microsoft-teams.rb", "severities": [ "ok", "warning", "critical", "unknown" ] } } }

[root@uspllosplog01 conf.d]# cat microsoft-teams.json { "microsoft-teams": { "webhook_url": "https://teams.microsoft.com/l/channel/XXXXXXXXXXX", "dashboard": "https://x.x.x.x/uchiwa", "action_type": "openuri", "action_name": "View in Sensu" } }

jpascalw commented 5 years ago

Is this still not working for you?