{"id":21470080,"url":"https://github.com/sensu-plugins/sensu-plugins-microsoft-teams","last_synced_at":"2025-10-30T10:40:11.884Z","repository":{"id":52428672,"uuid":"102364105","full_name":"sensu-plugins/sensu-plugins-microsoft-teams","owner":"sensu-plugins","description":"Sensu plugins for Microsoft Teams","archived":false,"fork":false,"pushed_at":"2021-04-29T15:04:55.000Z","size":101,"stargazers_count":2,"open_issues_count":8,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-17T09:17:18.494Z","etag":null,"topics":["sensu-handler","sensu-plugins"],"latest_commit_sha":null,"homepage":"http://sensu-plugins.io","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sensu-plugins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-04T13:24:08.000Z","updated_at":"2022-12-10T19:36:01.000Z","dependencies_parsed_at":"2022-08-21T01:20:41.213Z","dependency_job_id":null,"html_url":"https://github.com/sensu-plugins/sensu-plugins-microsoft-teams","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/sensu-plugins/sensu-plugins-microsoft-teams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensu-plugins%2Fsensu-plugins-microsoft-teams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensu-plugins%2Fsensu-plugins-microsoft-teams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensu-plugins%2Fsensu-plugins-microsoft-teams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensu-plugins%2Fsensu-plugins-microsoft-teams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sensu-plugins","download_url":"https://codeload.github.com/sensu-plugins/sensu-plugins-microsoft-teams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sensu-plugins%2Fsensu-plugins-microsoft-teams/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281793530,"owners_count":26562612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sensu-handler","sensu-plugins"],"created_at":"2024-11-23T09:22:27.898Z","updated_at":"2025-10-30T10:40:11.841Z","avatar_url":"https://github.com/sensu-plugins.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sensu-Plugins-Microsoft-Teams\n\n[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-microsoft-teams.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-microsoft-teams)\n[![Gem Version](https://badge.fury.io/rb/sensu-plugins-microsoft-teams.svg)](https://badge.fury.io/rb/sensu-plugins-microsoft-teams)\n[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-microsoft-teams/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-microsoft-teams)\n[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-microsoft-teams/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-microsoft-teams)\n[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-microsoft-teams.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-microsoft-teams)\n\n\n## Screenshot\n![Microsoft Teams Handler](screenshot.png)\n\n## Functionality\n\n## Files\n * bin/handler-microsoft-teams.rb\n\n## Usage for handler-microsoft-teams.rb\n```\n{\n  \"microsoft-teams\": {\n    \"webhook_url\": \"webhook url\",\n    \"dashboard\": \"uchiwa url, add link to teams notification. Format: http://sensu.com/#/client/$DataCenter/, optional\",\n    \"channel\": \"#notifications-room, optional defaults to webhook defined\",\n    \"message_prefix\": \"optional prefix - can be used for mentions\",\n    \"surround\": \"optional - can be used for bold(*), italics(_), code(`) and preformatted(```)\",\n    \"bot_name\": \"optional bot name, defaults to webhook defined\",\n    \"link_names\": \"optional - find and link channel names and usernames\",\n    \"message_template\": \"optional description erb template file - /some/path/to/template.erb\",\n    \"payload_template\": \"optional json payload template file (note: overrides most other template options.)\",\n    \"template\": \"backwards-compatible alias for message_template\",\n    \"proxy_address\": \"The HTTP proxy address (example: proxy.example.com)\",\n    \"proxy_port\": \"The HTTP proxy port (if there is a proxy)\",\n    \"proxy_username\": \"The HTTP proxy username (if there is a proxy)\",\n    \"proxy_password\": \"The HTTP proxy user password (if there is a proxy)\",\n    \"icon_url\": \"https://raw.githubusercontent.com/sensu/sensu-logo/master/sensu1_flat%20white%20bg_png.png\",\n    \"icon_emoji\": \":snowman:\",\n    \"action_type\": \"The type of action - currently only OpenUri is supported\",\n    \"action_name\": \"The text that will be displayed on screen for the action\"\n  }\n}\n```\n## Usage for microsoft-teams.json\n```\n{\n  \"microsoft-teams\": {\n    \"webhook_url\": \"https://outlook.office.com/webhook/AAAAAAA/IncomingWebhook/BBBBBBBB\",\n    \"dashboard\": \"https://sensu.domain.tld/#/client/Sensu/\",\n    \"action_type\": \"openuri\",\n    \"action_name\": \"View in Sensu\"\n  }\n}\n```\n## Installation\n\n[Installation and Setup](https://docs.sensu.io/plugins/latest/installation/)\n\nTo install the plugin, run `sensu-install -p microsoft-teams`.\n\n## Notes\n[Actionable message card reference](https://docs.microsoft.com/en-us/outlook/actionable-messages/card-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensu-plugins%2Fsensu-plugins-microsoft-teams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensu-plugins%2Fsensu-plugins-microsoft-teams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensu-plugins%2Fsensu-plugins-microsoft-teams/lists"}