{"id":25872020,"url":"https://github.com/aboutsource/sensu-plugins-trello","last_synced_at":"2026-06-10T15:31:48.834Z","repository":{"id":26333136,"uuid":"108141779","full_name":"aboutsource/sensu-plugins-trello","owner":"aboutsource","description":"Translate the presence of one or more Trello cards into actionable Sensu alerts to enable using Trello for triggering incident response.","archived":false,"fork":false,"pushed_at":"2025-12-18T11:25:30.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-05-19T21:47:39.112Z","etag":null,"topics":["incident-response","ruby","sensu","trello"],"latest_commit_sha":null,"homepage":"","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/aboutsource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-10-24T14:51:54.000Z","updated_at":"2026-01-14T14:06:36.000Z","dependencies_parsed_at":"2022-08-18T15:01:33.060Z","dependency_job_id":null,"html_url":"https://github.com/aboutsource/sensu-plugins-trello","commit_stats":null,"previous_names":["aboutsource/sensu-plugin-trello"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aboutsource/sensu-plugins-trello","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutsource%2Fsensu-plugins-trello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutsource%2Fsensu-plugins-trello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutsource%2Fsensu-plugins-trello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutsource%2Fsensu-plugins-trello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutsource","download_url":"https://codeload.github.com/aboutsource/sensu-plugins-trello/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutsource%2Fsensu-plugins-trello/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34159249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["incident-response","ruby","sensu","trello"],"created_at":"2025-03-02T07:35:59.292Z","updated_at":"2026-06-10T15:31:48.811Z","avatar_url":"https://github.com/aboutsource.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sensu check for new incidents in Trello\n\nTranslate the presence of one or more Trello cards into actionable Sensu alerts to enable using Trello for triggering incident response.\n\nChecks for cards in a trello list. If cards are present, the check returns\n_CRITICAL_, containing name and date of last activity of card. When more than\none card is present, all card names and dates are returned with *;* delimiter.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'sensu-plugins-trello'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install sensu-plugins-trello\n\n## CONFIGURATION\nConfiguration of API key and API token should be done through the sensu\nsettings file located in _/etc/sensu/conf.d/_. \n\n_api_key_ can be obtained directly from the following link:\n\nhttps://trello.com/app-key\n\n_api_token_ can be obtained by visiting the following link (replace $API_KEY with the obtained _api_key_):\n\nhttps://trello.com/1/authorize?expiration=never\u0026scope=read\u0026response_type=token\u0026name=sensu-plugins-trello\u0026key=$API_KEY\n\n_list_ can be obtained by adding _.json_\nto a card in the browser in the list that should be monitored and search for\n_idList_ in the JSON-output. Note that in a production environment, _api_key_\nand _api_token_ should be specified in the Sensu settings rather than through\nCLI parameters.\n\n## USAGE\nCheck if a specific trello list is empty or contains cards\n\n### Required parameters\n\n| Parameter | Description                         |\n| --------- | ----------------------------------- |\n| -l LIST   | id of the Trello list to be checked |\n| -k KEY    | Trello API key                      |\n| -t TOKEN  | Trello API token                    |\n\n### Optional parameters\n\n| Parameter          | Description                       |\n| ------------------ | --------------------------------- |\n| -h HOST            | Trello API host                   |\n| -p PORT            | Trello API port                   |\n| --timeout TIMEOUT  | Trello request timeout in seconds |\n\n### Example:\n```\n ./bin/check-trello-incidents.rb -k 123456789012 -t 1234567890121234567890 -l 1234567890\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can\nalso run `bin/console` for an interactive prompt that will allow you to\nexperiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To\nrelease a new version, update the version number in `version.rb`, and then run\n`bundle exec rake release`, which will create a git tag for the version, push\ngit commits and tags, and push the `.gem` file to\n[rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/aboutsource/sensu-plugins-trello.\n\n\n## Security\n\n* [Snyk](https://app.snyk.io/org/about-source/project/45653e6f-9c0f-413e-9024-501916e4492f)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutsource%2Fsensu-plugins-trello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutsource%2Fsensu-plugins-trello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutsource%2Fsensu-plugins-trello/lists"}