{"id":38833818,"url":"https://github.com/jplanckeel/steampipe-plugin-alertmanager","last_synced_at":"2026-01-17T13:54:31.734Z","repository":{"id":213686772,"uuid":"734624900","full_name":"jplanckeel/steampipe-plugin-alertmanager","owner":"jplanckeel","description":"Steampipe plugin to access AlertManager","archived":false,"fork":false,"pushed_at":"2024-10-28T02:52:07.000Z","size":363,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T11:52:07.767Z","etag":null,"topics":["postgr","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/jplanckeel/alertmanager","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jplanckeel.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}},"created_at":"2023-12-22T07:05:05.000Z","updated_at":"2024-05-17T04:58:38.000Z","dependencies_parsed_at":"2024-02-28T14:31:07.158Z","dependency_job_id":"7f822285-4b34-45e2-80d5-004d57887edc","html_url":"https://github.com/jplanckeel/steampipe-plugin-alertmanager","commit_stats":null,"previous_names":["jplanckeel/steampipe-plugin-alertmanager"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jplanckeel/steampipe-plugin-alertmanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-alertmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-alertmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-alertmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-alertmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jplanckeel","download_url":"https://codeload.github.com/jplanckeel/steampipe-plugin-alertmanager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplanckeel%2Fsteampipe-plugin-alertmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28509457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["postgr","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2026-01-17T13:54:29.120Z","updated_at":"2026-01-17T13:54:31.727Z","avatar_url":"https://github.com/jplanckeel.png","language":"Go","readme":"\n# AlertManager Plugin for Steampipe\n\nUse SQL to query infrastructure including alerts, receivers, silences and more from AlertManager.\n\n- **[Get started →](https://hub.steampipe.io/plugins/jplanckeel/alertmanager)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/jplanckeel/alertmanager/tables)\n- Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n- Get involved: [Issues](https://github.com/jplanckeel/steampipe-plugin-alertmanager/issues)\n\n## Quick start\n\n### Install\n\nDownload and install the latest AlertManager plugin:\n\n```bash\nsteampipe plugin install jplanckeel/alertmanager\n```\n\nConfigure your [credentials](https://hub.steampipe.io/plugins/jplanckeel/alertmanager#credentials) and [config file](https://hub.steampipe.io/plugins/jplanckeel/alertmanager#configuration).\n\nConfigure your account details in `~/.steampipe/config/alertmanager.spc`:\n\n```hcl\nconnection \"steampipe-plugin-alertmanager\" {\n  plugin  = \"jplanckeel/alertmanager\"\n\n  # address to access the API (required).\n  #address = \"alertmanager.localhost.com:8080\"\n}\n```\n\nRun steampipe:\n\n```shell\nsteampipe query\n```\n\nList teams in your AlertManager account:\n\n```sql\nselect\n  id,\n  status,\n  ends_at,\n  created_by,a\n  comment\nfrom\n  alertmanager_silences\n```\n\n```\n+--------------------------------------+--------------------+--------------------------+------------+------------------------------------------------+\n| id                                   | status             | ends_at                  | created_by | comment                                        |\n+--------------------------------------+--------------------+--------------------------+------------+------------------------------------------------+\n| 7bd63388-c0b6-475f-9dc3-0180d84dd8a2 | {\"state\":\"active\"} | 2033-05-29T17:08:23.298Z | jplanckeel |  silence alert ID34                            |\n+--------------------------------------+--------------------+--------------------------+------------+------------------------------------------------+\n```\n\n## Developing\n\nPrerequisites:\n\n- [Steampipe](https://steampipe.io/downloads)\n- [Golang](https://golang.org/doc/install)\n\nClone:\n\n```sh\ngit clone https://github.com/jplanckeel/steampipe-plugin-alertmanager.git\ncd steampipe-plugin-alertmanager\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```\nmake\n```\n\nConfigure the plugin:\n\n```\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/alertmanager.spc\n```\n\nTry it!\n\n```\nsteampipe query\n\u003e .inspect alertmanager\n```\n\nFurther reading:\n\n- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Contributing\n\nPlease see the [contribution guidelines](https://github.com/turbot/steampipe/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/turbot/steampipe/blob/main/CODE_OF_CONDUCT.md). All contributions are subject to the [Apache 2.0 open source license](https://github.com/jplanckeel/steampipe-plugin-alertmanager/blob/main/LICENSE).\n\n`help wanted` issues:\n\n- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n- [AlertManager Plugin](https://github.com/jplanckeel/steampipe-plugin-alertmanager/labels/help%20wanted)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-alertmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-alertmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplanckeel%2Fsteampipe-plugin-alertmanager/lists"}